Every AI coding limit in your Windows tray. Codex, Claude, Gemini, Copilot, Cursor and 19 more, no logins.
A tiny Windows tray app that shows how much of your AI coding quota is left and when it resets. Windows port of CodexBar.
6 MB, ~30 MB RAM, 0% CPU idle. No account, no telemetry.
voli install agentsbarOr grab AgentsBar_x64-setup.exe from Releases,
or run:
iwr -useb https://github.com/Topurrra/AgentsBar/releases/latest/download/install.ps1 | iexAll per-user: no admin, no PATH changes. Updates are checked on start and installed only if you say yes.
- Tray icon with percent left for your pinned provider, or a countdown when it is spent
- Popover with a tile per provider: usage bars, reset countdowns, credits, plan, pace ("runs out in 1d 21h"), and a 24h / 7d sparkline
- Tiles sorted by whatever is closest to running out
- Right click for refresh, settings, launch at startup, updates
The same exe doubles as a CLI, so you can script it or pipe it into other tools. It reads the numbers the tray already collected (no extra requests to the providers).
agentsbar status # every provider's current usage, one per line
agentsbar status --json # the same data as JSON
agentsbar --version
agentsbar --helpstatus shows a glyph per provider (✓ plenty, ! getting low, × exhausted or error,
◆ a dollar figure, - no data yet), the headline number, when it resets, and a total of
USD spend and balance across the providers that report dollars. Run it from a terminal;
colours switch off automatically when you redirect (agentsbar status --json | jq).
Sign in with the CLI or browser you already use. Most need no configuration.
| Auth | Providers |
|---|---|
| CLI session, automatic | Codex, Claude, Gemini, GitHub Copilot |
| API key, paste in Settings | OpenAI, z.ai, MiniMax, Kimi, OpenRouter, DeepSeek, ElevenLabs, Deepgram, xAI, Warp |
| Browser session, automatic | Cursor, Factory, T3 Chat, OpenCode, Manus, Augment, Amp, Qwen Cloud |
| Token pasted in Settings | Devin, Windsurf |
- No passwords, ever. It reuses sessions you already have.
- Reads only known credential and cookie paths, and only for providers you enabled.
- Keys stay on your machine, encrypted with Windows DPAPI, and go only to the provider they belong to.
- Chrome and Edge app-bound cookies (v20) are skipped, not bypassed. Use another browser or paste a cookie header if a provider needs one.
Settings and history live in %APPDATA%\AgentsBar.
Rust, Node 18+, Windows 10/11 x64.
npm install
npx tauri buildThe no private key line at the end is expected; it only skips the signed update
manifest.
CodexBar by Peter Steinberger, whose provider research this port is built on. Provider names and logos belong to their owners; AgentsBar is not affiliated with any of them.
MIT, see LICENSE.