Skip to content

Cross-platform desktop app for managing CLIProxyAPI, AI accounts, and usage quotas for AI coding agents. Inspired by Quotio.

License

Notifications You must be signed in to change notification settings

bigidulka/quounter

Repository files navigation

Quounter

GitHub License

Quounter is a cross-platform desktop application for managing CLIProxyAPI, a local proxy server that powers AI coding agents. It lets you manage multiple AI accounts, monitor usage quotas, and configure CLI tools from a single interface. Inspired by the open-source project Quotio.

Screenshots

Dashboard

Accounts

Quota Overview

Models

Virtual Models

Agents

API Keys

Logs

Settings

📦 Installation

Quounter is distributed as a ready-to-use installer. Manual compilation is not required.

👉 Download

👉 Install

  1. Download the latest release for your OS
  2. Run the installer:
    • Windows: double-click the .exe
    • macOS: open the .dmg and drag Quounter to Applications
    • Linux:
      • AppImage: make executable and run
        chmod +x Quounter.AppImage && ./Quounter.AppImage
      • deb: install via package manager
        sudo dpkg -i quounter.deb
  3. Launch Quounter and start configuring your AI accounts

No build steps, no dependencies, no CLI setup required.

🤝 Contributing

  • Fork the repository
  • Create a new feature branch
    git checkout -b feature/your-feature-name
  • Commit your changes
    git commit -m "Add new feature"
  • Push the branch to your fork
    git push origin feature/your-feature-name
  • Open a Pull Request

Testing Checklist

Cross-Platform Testing

Platform Build Run Notes
Linux (x86_64) Tested on Ubuntu
Linux (ARM64) Not tested
macOS (Intel) Not tested
macOS (Apple M1/M2) Not tested
Windows 10 Not tested
Windows 11 Not tested

Authentication Features

Provider Status Notes
Gemini OAuth flow
Claude OAuth flow
Codex (OpenAI) OAuth flow
Copilot Device code flow
Antigravity OAuth flow
Qwen OAuth flow
iFlow OAuth flow
Kiro Multiple auth methods

Quota Management

Provider Status Notes
Gemini quota Models normalized
Claude quota Models normalized
Codex quota Models normalized
Copilot quota Models normalized
Antigravity quota Models normalized

Virtual Models

Feature Status Notes
Create virtual model
Add providers to model
Edit virtual model
Delete virtual model
Test virtual model

License

MIT