Claude Code runs dozens of agents at once. Taskaude gives you a live window into all of them — output, status, history.
Tasks spin up, do work, write output to temp files, and finish — or fail, or hang. There's no native way to watch them. You find out whenever you remember to check. Taskaude fixes that.
Watches Claude's task files via chokidar, streams updates over SSE in real-time.
Output renders with full terminal colors — exactly as Claude sees it.
Sessions grouped under project names, collapsible, sorted by date. Find any task instantly.
Browse any past day's tasks. Full history backed by PostgreSQL.
Infers running / done / failed from output patterns — no configuration needed.
Optional history storage. Skip it for live-only mode; enable it for full calendar history.
npm install -g taskaude
taskaude
Run this in any project directory where Claude Code is active.
Your browser opens automatically. Live task output, project tree, and status — all there.
One command. Opens in your browser. No config required.