Monitor your AI & dev tool usage in one place.
Quota is a desktop app for monitoring AI usage across accounts. Connect your accounts for each provider, refresh usage and pin accounts to the dashboard for easy tracking.
Currently Quota supports the following providers:
- GitHub Copilot
- Codex
- Antigravity
- Claude Code
- Kiro
- Cursor
Every provider saves its raw auth info in the Rust backend and only secure account & usage information are sent to the React frontend.
- Dashboard for connected accounts
- Ordering of providers in Settings
- Account pinning in Dashboard
- Toggle provider visibility without disconnection of accounts
- Dashboard Layouts: Default, Compact, List
- Theme Modes: System, Dark, Light
- Safe JSON Export for account summaries
- Opt-in auto refresh with a configurable interval
- System tray — close the window to keep running in the background, click the tray icon to restore
- Opt-in desktop notifications when a quota drops below a configurable threshold
- Account Pages for providers with refresh and delete buttons
- Antigravity AI credit display when credits are available
- Tauri desktop shell
- Separate VS Code/OpenVSX extension scaffold in
quota-vscode/
Download for your platform at https://github.com/pinkpixel-dev/quota/releases
Or install from source:
git clone https://github.com/pinkpixel-dev/quota.git
cd quota
npm install
npm run tauri devThe Quota VSIX is located in quota-vscode/. It is a separate TypeScript extension package with a small status bar button, optional configured quota percentages, and a compact webview panel for enabled providers. See the VSIX README.md for details.
-
Install from within VSCode, Antigravity or Kiro through the marketplace
-
Download and install from VSIX
Once the .vsix file is downloaded, open your ide (VSCode, Antigravity, Kiro), press F1, and type in "Extensions: Install from VSIX".
See CONTRIBUTING.md for details.
Quota is licensed under Apache-2.0.
Made with 💖 by Pink Pixel.