Skip to content

pinkpixel-dev/quota

Repository files navigation

Quota logo

Quota

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.

Supported Providers

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.

Screenshots

Dashboard

Default dashboard

Compact Dashboard

Compact dashboard

List Dashboard

List dashboard

Accounts Page Example

Accounts page

Settings

Settings page

Features

  • 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/

Installation

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 dev

VS Code Extension

The 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.

Extension Installation Options

  1. Install from within VSCode, Antigravity or Kiro through the marketplace

  2. 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".

Contributing

See CONTRIBUTING.md for details.

License

Quota is licensed under Apache-2.0.

Made with 💖 by Pink Pixel.

Packages

 
 
 

Contributors