Your AI usage limits,
always in sight.
QuotaBubble is a tiny, always-on-top desktop bubble that shows the usage limits for your AI coding tools — without opening a dashboard, terminal, or browser. It fades away when idle and expands when you click it.
Features
-
Frameless bubble
Translucent, rounded, always on top — and it never steals keyboard focus.
-
Fades when idle
A configurable low opacity keeps it out of the way; hover to bring it back.
-
Click to expand
Every usage window, the percentage used, and a live reset countdown.
-
Drag anywhere
Move it across monitors; its position is remembered.
-
Stays accurate
Refreshes every 5 minutes and keeps the last good values through transient errors.
-
Local only
Reuses the credentials your tools already store. No telemetry, no server.
Supported providers
- Claude Code ~/.claude/.credentials.json
- Codex ~/.codex/auth.json
- Google Antigravity Windows Credential Manager
- GitHub Copilot Windows Credential Manager
- DeepSeek API key
- OpenRouter API key
Install
Windows. With winget:
winget install Izzet.QuotaBubble
Or download the latest QuotaBubble-windows-x64.zip from
Releases, unzip it, and run QuotaBubble.exe.
The build is unsigned for now, so SmartScreen may warn you — choose “More info → Run anyway”.
From source. With Python 3.11+ and uv:
git clone https://github.com/izzet/quotabubble.git
cd quotabubble
uv tool install --editable .
quotabubble
Or install it as a standalone command with
pipx: pipx install quotabubble.