Website: https://termflowinfo.vercel.app
This devlog is less “polished startup update” and more what actually went down.
🧠 The Idea
TermFlow started as a simple idea:
a keyboard-first terminal dashboard that doesn’t feel like 2009 Linux suffering.
No mouse. No browser. Just vibes and productivity.
💀 The Pain (Very Real)
termflow: command not found after thinking it was installed
Kali Linux pulling the classic
“externally-managed-environment 🤓☝️”
pip install ❌
apt install ❌
Me staring at the terminal at 2 AM like it owed me money
PEP 668 hit harder than expected.
Learned the hard way that pipx is the only sane path on modern distros.
🔧 What Actually Got Fixed
Removed Replit junk & unused files
Proper Python package structure (finally)
Static files moved to termflow/data so installs don’t explode
Added built-in Help and Info screens (no browser needed)
Introduced:
styles.tcss for UI theming
config.toml for future customization
Basically: from “it runs on my machine”
to “okay this is a real CLI now”.
📦 Installation Reality Check
This is the correct way (don’t fight your OS):
pipx install termflow-cli
If you try pip install system-wide on Kali or Arch —
yeah… you already know how that ends.
🌐 Website Update
The site is now cleaner and actually explains what TermFlow is instead of just vibes:
👉 https://termflowinfo.vercel.app
🛣️ What’s Next
More keyboard workflows
Config overrides
Modular features (no bloat)
Less pain (hopefully)
🏁 Final Thoughts
This release wasn’t about features —
it was about surviving packaging hell and coming out with a usable tool.
TermFlow is now:
✅ Installable
✅ Structured
✅ Not lying about working
More chaos soon.