Track Claude and Codex usage limits from your macOS menu bar.
- Menu bar shows current session usage for Claude and Codex
- Provider switch with separate account details and usage limits
- 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
Claude: Reads your Claude Code OAuth token from the macOS Keychain (Claude Code-credentials). Fetches usage from api.anthropic.com/api/oauth/usage.
Codex: Runs the installed Codex CLI through its app-server interface. Reads account details and usage limits with account/read and account/rateLimits/read. Codex manages authentication through your existing ChatGPT sign-in.
Each provider refreshes independently. An error from one provider does not prevent updates from the other.
- macOS 14+
- For Claude: Claude Code signed in with a Claude subscription
- For Codex: Codex CLI signed in with ChatGPT through
codex login. API key usage is not supported.
The app finds Codex CLI through PATH, /opt/homebrew/bin, /usr/local/bin, or ~/.local/bin.
Download the latest app from GitHub Releases, or build from source:
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 with no affiliation with Anthropic or OpenAI. Claude support uses undocumented endpoints that can change. Codex support requires a CLI version with account/rateLimits/read support.