Sleek macOS menu bar app that shows your Claude usage limits in real-time.
- Menu bar shows your current session usage %
- Dropdown with progress bars for session, weekly, and per-model limits
- Live reset countdowns and extra usage credits
- Auto-refreshes every 5 minutes, and on open
Reads your Claude Code OAuth token from the macOS Keychain (Claude Code-credentials) and fetches usage from Anthropic's api.anthropic.com/api/oauth/usage endpoint. No data leaves your machine.
- macOS 14+
- Claude Code signed in with a Claude subscription
make install # builds and copies to /ApplicationsOr just run it:
make runIf macOS prompts for keychain access on first launch, click Always Allow.
Unofficial project, not affiliated with or endorsed by Anthropic. It relies on undocumented endpoints used by Claude Code, which may change or break at any time.