Live 5h / 7d quota
A small ring and percentage of your highest current usage, right in the menu bar. Click for per-source cards with the authoritative limits, current session, and a 24-hour timeline.
Features
QuotaLens surfaces the limits your tools actually enforce — quietly in the menu bar, in detail when you click.
A small ring and percentage of your highest current usage, right in the menu bar. Click for per-source cards with the authoritative limits, current session, and a 24-hour timeline.
Add each account with its own token — Pro, Max 5x, whatever you run. Every account becomes its own card. Up to four sources tracked side by side.
Claude reads the real anthropic-ratelimit-unified-* response headers. Codex reads its official rate_limits from local rollout files. No guessing, no scraping.
A pasted token can't auto-renew. When one expires the card turns red and you get a system notification to re-paste — so a stale token never silently zeroes your data.
Tokens, cost, and cache on a smooth multi-series trend chart. Pick Today / 3d / 7d / 30d / All or a custom range; short ranges render hourly. Hover any point for detail.
Everything runs on your machine. The only network call is the minimal Claude probe — capped at once per five minutes. Tokens live in UserDefaults; nothing else leaves.
Two sources
One card per account, each probed with its own claude setup-token. Reads the real anthropic-ratelimit-unified headers.
Read locally from ~/.codex/sessions — official rate_limits straight from the rollout files. Zero network.
| Claude | Codex | |
|---|---|---|
| Live 5h / 7d quota | Official probe | Official (local file) |
| Multiple accounts | One token each | Single (local login) |
| Token / cost history | CLI account | Yes |
| Network use | Tiny probe, throttled | None |
How it works
| Source | Reads | Network |
|---|---|---|
| Claude live quota | anthropic-ratelimit-unified-* response headers, per token | one max_tokens: 1 request per account, ≤ once / 5 min |
| Codex live quota | official rate_limits in ~/.codex/sessions/**/*.jsonl | none |
| Statistics | token / cost from local Claude & Codex JSONL logs | none |