CozyTerm is a friendly terminal coach that teaches you the command line through doing, not lectures. Ask questions, run commands, and learn along the way.
Then run cozyterm or python -m cozyterm — requires Python 3.10+ and an ANTHROPIC_API_KEY
git status do?git status shows you the current state of your project. Think of it like checking your to-do list — it tells you which files you've changed, which ones are ready to be saved, and which ones Git doesn't know about yet. It's completely safe and doesn't change anything!
Chat with Claude about terminal concepts, commands, errors — anything. Get warm, patient explanations in plain language.
Every command you run gets a brief, friendly explanation. Learn what happened and why without having to ask.
Destructive commands trigger a warning before running. Learn which commands are dangerous and why, before anything bad happens.
Click any file in the sidebar to learn what it is and what it does. Explore your project structure visually.
Contextual command suggestions appear as clickable chips. Try new commands with confidence.
Same app in your terminal or browser. No code changes needed — just run and learn.
pip install git+https://github.com/engindearing-projects/cozyterm.git
export ANTHROPIC_API_KEY=sk-ant-...
cozyterm and start exploring!