Skip to content

Releases: pinkpixel-dev/quota

v1.0.0

26 Jun 21:23

Choose a tag to compare

Quota v1.0.0

Quota is a desktop app for tracking AI and developer-tool usage across accounts.

This first release focuses on a clean desktop experience, account management, and safe local handling for provider auth data. Connect accounts, refresh usage, pin accounts, and keep the dashboard focused.

Highlights

  • Track usage for GitHub Copilot, Codex, Antigravity, Claude Code, Kiro, and Cursor.
  • View connected accounts from a dashboard with provider summary cards.
  • Pin specific accounts to the dashboard so the important ones stay visible.
  • Hide provider sections from the dashboard without disconnecting accounts.
  • Switch between Default, Compact, and List dashboard layouts.
  • Use System, Dark, or Light theme mode from Settings.
  • Export account summaries without raw tokens, refresh tokens, cookies, or API keys.
  • Manage multiple accounts from dedicated provider account pages with refresh and delete actions.
  • Provider secrets in local storage under ~/.quota.

Integrations

GitHub Copilot

  • Connect through GitHub device login.
  • Refresh Copilot usage details including inline suggestions, chat messages, premium request usage, and reset timing.

Codex

  • Connect through OpenAI OAuth or import local auth from ~/.codex/auth.json.
  • Track primary and weekly quota windows.

Antigravity

  • Connect through Google OAuth or import local credentials from ~/.gemini.
  • Track Gemini Models and Claude/GPT model quota windows.

Claude Code

  • Connect through Claude Code OAuth.
  • Track five-hour, weekly, and optional extra-usage windows.

Kiro

  • Connect through PKCE browser OAuth or import local auth from ~/.aws/sso/cache/kiro-auth-token.json.
  • Track prompt credit usage, plan badge, and reset countdown.

Cursor

  • Connect through browser OAuth or import from the local Cursor SQLite state database.
  • Track Total Usage, Auto + Composer, API Usage, and On-Demand status.

Notes

  • Quota stores provider account data locally under ~/.quota.
  • React receives account and usage summaries only.
  • The app is designed as a desktop utility, not a hosted service.
  • SHA-256 checksums for the release artifacts are available in SHA256SUMS.txt.