OmniGauge
Every AI plan you pay for, on one screen. Claude Code, OpenAI Codex and Grok CLI —
plan quota, token volume, burn rate and time to reset, side by side in your terminal.
Each vendor reports usage in a different unit, over a different window, in a different
direction. Codex counts down, Claude counts up, Grok gives raw tokens against a cap, Gemini
says "limited". OmniGauge normalizes all of it to percent consumed against a common window,
so you can see which plan runs out first.
No API keys — it reads what your agents already write to disk. No telemetry. No network
calls of its own. One Python file, no dependencies, MIT.
git clone https://github.com/omnigauge/omnigauge.git
install -m755 omnigauge/omnigauge ~/.local/bin/omnigauge
omnigauge --refresh
github.com/omnigauge/omnigauge