A live dashboard that reads Claude Code’s local files, tracks token usage by project and session, and estimates what you would pay using API pricing.
demo-final.mov
- Measures input, output, and cache tokens per session and project
- Shows activity peaks by hour, day, and time range
- Estimates API equivalent cost, including cache savings
- Updates live while you work
- Never inspects content, only volume and time ⌛️
- Watches
~/.claudefor file changes (using Chokidar) - Parses Claude JSONL session logs
- Aggregates usage in memory
- Streams updates to a local React dashboard using WebSocket
More details in docs/how-it-works.md.
curl -fsSL https://ocodista.com/claude-usage-install.sh | bashclaude-code-usageOpens at http://localhost:3190
curl -fsSL https://ocodista.com/claude-usage-uninstall.sh | bashAll data stays on your machine. This tool reads files Claude already wrote.
MIT