macOS menubar app for tracking AI coding assistant usage limits. Shows real-time session and weekly utilization for Claude Code and Codex CLI.
claude login)codex login) — optionalgit clone https://github.com/Dev1love/aiUsageBar.git
cd aiUsageBar
npm install
npx tauri build
The .app bundle will be in src-tauri/target/release/bundle/macos/. Drag it to /Applications.
npm install
npx tauri dev
| Provider | Data Source | Auth |
|---|---|---|
| Claude Code | api.anthropic.com/api/oauth/usage |
OAuth token from macOS Keychain |
| Codex CLI | chatgpt.com/backend-api/wham/usage |
JWT from ~/.codex/auth.json |
Polls every 5 minutes. Each provider is independent — if one fails, the other still shows.
MIT