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.
Quounter is distributed as a ready-to-use installer. Manual compilation is not required.
-
Go to the GitHub Releases page:
https://github.com/bigidulka/quounter/releases -
Download the installer for your operating system:
- Linux:
.AppImage/.deb - Windows:
.exe - macOS:
.dmg
- Linux:
- Download the latest release for your OS
- Run the installer:
- Windows: double-click the
.exe - macOS: open the
.dmgand 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
- AppImage: make executable and run
- Windows: double-click the
- Launch Quounter and start configuring your AI accounts
No build steps, no dependencies, no CLI setup required.
- 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
| 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 |
| 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 |
| Provider | Status | Notes |
|---|---|---|
| Gemini quota | ⬜ | Models normalized |
| Claude quota | ⬜ | Models normalized |
| Codex quota | ✅ | Models normalized |
| Copilot quota | ✅ | Models normalized |
| Antigravity quota | ✅ | Models normalized |
| Feature | Status | Notes |
|---|---|---|
| Create virtual model | ⬜ | |
| Add providers to model | ⬜ | |
| Edit virtual model | ⬜ | |
| Delete virtual model | ⬜ | |
| Test virtual model | ⬜ |
MIT








