A minimal macOS menu bar app that tracks your ChatGPT Codex usage limits at a glance. Never hit your rate limit unexpectedly again.
brew tap Artzainnn/tap && brew install --cask codexusagebar
Everything you need, nothing you don't
Lives quietly in your menu bar. One click to see your current usage. Use the Cmd+U shortcut to open from anywhere.
Get notified when you're approaching your limit at 25%, 50%, 75%, and 90% usage thresholds.
Know when Codex, the VS Code extension, or ChatGPT is down. Color-coded indicator in the popup with smart alerts for the services you use.
No data collection. No analytics. Your usage data stays on your machine – always.
Fully open source and free forever. Inspect the code, contribute, or fork it for yourself.
Under 5MB. Minimal CPU and memory footprint. Built native for Apple Silicon and Intel Macs.
Everything you need to know
npm i -g @openai/codex, run codex login once, and CodexUsageBar picks up your sign-in automatically. No cookies, no API keys.codex login in Terminal, then click Re-check in the popover. If you don’t have the CLI yet, install it first with npm i -g @openai/codex.