CodexBar is a macOS menu bar app that shows usage limits for multiple AI coding providers, including Codex and Claude Code, with per-provider windows and reset countdowns.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
CodexBar is a tiny macOS 14+ menu bar application that displays per-provider usage limits and resets for a wide range of AI coding providers, including Codex, OpenAI, Claude, and many others. It supports multiple providers, per-provider usage meters, and reset countdowns. It can also show spend and cost scans where the provider exposes that data, and includes a persistent Settings/Usage view for local estimates.
How it works
The app presents a per-provider status item in the menu bar and provides provider-specific usage meters with reset countdowns. It can display live status badges, provide optional dashboard enrichments, and reuse existing provider sessions (OAuth, API keys, browser cookies, local files) to minimize credential storage. It includes a bundled CLI for scripts and CI and offers WidgetKit widgets for supported providers. It stores configuration in a config file under the user’s home directory and reads local JSONL logs and cookies as needed.
Getting started
Install options include macOS 14+, Homebrew, and CLI tarballs. The README shows the following commands and paths:
- brew install --cask codexbar
- brew install steipete/tap/codexbar
- Arch Linux: yay -S codexbar-cli
- CodexBar config examples:
codexbar config providers
codexbar config enable --provider grok
codexbar config disable --provider cursor
- API key storage example:
printf '%s' "$ELEVENLABS_API_KEY" | codexbar config set-api-key --provider elevenlabs --stdin
Configuration files are located at:
~/.config/codexbar/config.json(new installs)~/.codexbar/config.json(legacy installs)
Recent releases
Latest releases include:
- v0.47.0 CodexBar 0.47.0 (2026-08-03): Added Notion AI workspace allowances tracking and related updates.
- v0.46.0 CodexBar 0.46.0 (2026-07-29): Added Qwen Cloud provider with 5-hour and weekly windows; added ZoomMate provider.
- v0.45.2 CodexBar 0.45.2 (2026-07-19): Fixed macOS 14 launch crashes related to TaskLocal; UI improvements.
- v0.45.1 CodexBar 0.45.1 (2026-07-19): Added Claude weekly claude-swap windows and opt-in card for single account.
- v0.45.0 CodexBar 0.45.0 (2026-07-18): Added drag-and-drop layouts with configurable identity, usage, reset, cost, spacing, and tokens; weekly quota estimates for 5-hour windows.
Traction
- 19627 stars
Behind the repo
- Repository is maintained by steipete; organization/author is steipete.
Caveats
- License: MIT
- Open issues: 100
- Created: 2025-11-16
- Last push: 2026-08-04
- Language: Swift
- Primary topics: ai, claude-code, codex, swift






