See what Claude is doing.
Right now.

Claude Code runs dozens of agents at once. Taskaude gives you a live window into all of them — output, status, history.

View on GitHub Get Started
Taskaude demo

Running Claude Code agents is powerful.
Tracking them is impossible.

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.

Everything you need to monitor your agents

Live Output Streaming

Watches Claude's task files via chokidar, streams updates over SSE in real-time.

🎨

ANSI Color Rendering

Output renders with full terminal colors — exactly as Claude sees it.

🌲

Project Tree

Sessions grouped under project names, collapsible, sorted by date. Find any task instantly.

📅

Calendar View

Browse any past day's tasks. Full history backed by PostgreSQL.

🔍

Status Detection

Infers running / done / failed from output patterns — no configuration needed.

🗄️

PostgreSQL Persistence

Optional history storage. Skip it for live-only mode; enable it for full calendar history.

Up and running in 30 seconds

1

Install

npm install -g taskaude
2

Run

taskaude

Run this in any project directory where Claude Code is active.

3

Watch

Your browser opens automatically. Live task output, project tree, and status — all there.

Ready to see your agents?

One command. Opens in your browser. No config required.

npm install -g taskaude
★ Star on GitHub