Alternatives
Products that do what How to use ccusage does
Claude code usage analysis tool
- 1

See exactly how much you spend on Claude, across every tool
Mar 2026 · github.com
- 2CA
Built this after realizing I was spending ~$1400/week on Claude Code with almost no visibility into what was actually consuming tokens. Tools like ccusage give a cost breakdown per model and per day, but I wanted to understand usage at the task level. CodeBurn reads the JSONL session transcripts that Claude Code stores locally (~/.claude/projects/) and classifies each turn into 13 categories based on tool usage patterns (no LLM calls involved). One surprising result: about 56% of my spend was on conversation turns with no tool usage. Actual coding (edits/writes) was…
Apr 2026 · github.com
- 3

See what your Claude Code sessions actually cost
Jul 2026 · langwatch.ai
- 4

- 5

Ask Claude Code where your usage went. Token audit, limit diagnosis and usage forensics — built from the session logs already on your machine, nothing leaves it. - kelviq/tare
11d ago · github.com
- 6CC
I kept slamming into Claude Code limits mid-session and couldn’t find a quick way to see how close I was getting, so I hacked together a tiny local tracker. Streams your prompt + completion usage in real time Predicts whether you’ll hit the cap before the session ends Runs 100 % locally (no auth, no server) Presets for Pro, Max × 5, Max × 20 — tweak a JSON if your plan’s different GitHub: https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor It’s already spared me a few “why did my run just stop?” moments, but it’s still rough around the edges. Feedback, bug…
2025 · github.com
- 7
ClaudeUsageBar▲401Know exactly how much Claude you have left at a glance
Jan 2026 · claudeusagebar.com
- 8
Diet Claude▲423Diet Claude — a usage meter for Claude that drains as you go and refills when your session resets. Crack open the can — free on the Chrome Web Store.
13d ago · dietclaude.com
- 9

Store, review, and share your Claude Code sessions
Mar 2026 · bench.silverstream.ai
- 10

See where Claude Code burns tokens. Hit your limits less.
May 2026 · latitude.so
- 11

- 12
- 13

- 14OS
2024 · github.com
- 15

- 16

- 17

- 18

- 19

- 20

- 21

- 22CW
Claude Code added a /stats command. The stats are cached in $HOME/.claude, so I made a fun program with Bun + WASM that pulls the stats (nonsensitive, nonidentifiable), posts them to a database, and lets you see where your usage lies. The code is here[^1] if anyone's interested in the rendering code or wants to make sure I'm not exfiltrating their credit card. [^1]: https://github.com/tspader/claude-wrapped/
Dec 2025 · spader.zone
- 23

Every Claude Code session — transcript, tokens, cost, resume
Jul 2026 · ququ123.top
- 24IB
Hi HN, I built this because I got tired of the Claude Code CLI hiding details from me. Recent updates have replaced critical output with summaries like "Read 3 files" or "Edited 2 files". To see what actually happened, I was forced to use `--verbose`, which floods the terminal with unreadable JSON and system prompts. I wanted a middle ground: *Full observability without the noise.* `claude-devtools` is a local Electron app that tails the session logs in `~/.claude/` to reconstruct the execution trace in real-time. *Unlike wrappers, it solves the visibility gap in your native…
Feb 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →