Terminal dashboard for monitoring Claude Code and Claude API health.
0

Configure Feed

Select the types of activity you want to include in your feed.

Python 100.0%
4 1 0

Clone this repository

https://tangled.org/mjs.dev/claude-api-status-tui https://tangled.org/did:plc:kvpap7wi7z4bu2n2mwnszlkq
git@tangled.org:mjs.dev/claude-api-status-tui git@tangled.org:did:plc:kvpap7wi7z4bu2n2mwnszlkq

For self-hosted knots, clone URLs may differ based on your setup.



README.md

claude-status#

Terminal dashboard for monitoring Claude Code and Claude API health.

Run#

uv run claude_status.py

Or directly (shebang handles it):

./claude_status.py

No install step needed — uv fetches dependencies on first run.

Press q to quit.

What it shows#

  • Claude Code and Claude API status (Operational / Degraded / Outage)
  • Session-accumulated bar chart — one bar per 60s poll, persisted across restarts
  • Active incident banner when the statuspage reports an open incident
  • cmux notification on status change (when running inside cmux)

Data#

Poll history stored at ~/.local/share/claude-status/history.json (NDJSON, one record per line).