The ultimate command center for your AI coding assistants on macOS.
Quotio is a native macOS application for managing CLIProxyAPI - a local proxy server that powers your AI coding agents. It helps you manage multiple AI accounts, track quotas, and configure CLI tools in one place.
- 🔌 Multi-Provider Support: Connect accounts from Gemini, Claude, OpenAI Codex, Qwen, Vertex AI, iFlow, Antigravity, Kiro, Trae, and GitHub Copilot via OAuth or API keys.
- 📊 Standalone Quota Mode: View quota and accounts without running the proxy server - perfect for quick checks.
- 🚀 One-Click Agent Configuration: Auto-detect and configure AI coding tools like Claude Code, OpenCode, Gemini CLI, and more.
- 📈 Real-time Dashboard: Monitor request traffic, token usage, and success rates live.
- 📉 Smart Quota Management: Visual quota tracking per account with automatic failover strategies (Round Robin / Fill First).
- 🔑 API Key Management: Generate and manage API keys for your local proxy.
- 🖥️ Menu Bar Integration: Quick access to server status, quota overview, and custom provider icons from your menu bar.
- 🔔 Notifications: Alerts for low quotas, account cooling periods, or service issues.
- 🔄 Auto-Update: Built-in Sparkle updater for seamless updates.
- 🌍 Multilingual: English, Vietnamese, and Simplified Chinese support.
| Provider | Auth Method |
|---|---|
| Google Gemini | OAuth |
| Anthropic Claude | OAuth |
| OpenAI Codex | OAuth |
| Qwen Code | OAuth |
| Vertex AI | Service Account JSON |
| iFlow | OAuth |
| Antigravity | OAuth |
| Kiro | OAuth |
| GitHub Copilot | OAuth |
| IDE | Description |
|---|---|
| Cursor | Auto-detected when installed and logged in |
| Trae | Auto-detected when installed and logged in |
Note: These IDEs are only used for quota usage monitoring. They cannot be used as providers for the proxy.
Quotio can automatically configure these tools to use your centralized proxy:
- Claude Code
- Codex CLI
- Gemini CLI
- Amp CLI
- OpenCode
- Factory Droid
- macOS 15.0 (Sequoia) or later
- Internet connection for OAuth authentication
brew tap nguyenphutrong/tap
brew install --cask quotioDownload the latest .dmg from the Releases page.
⚠️ Note: The app is not signed with an Apple Developer certificate yet. If macOS blocks the app, run:xattr -cr /Applications/Quotio.app
-
Clone the repository:
git clone https://github.com/nguyenphutrong/quotio.git cd Quotio -
Open in Xcode:
open Quotio.xcodeproj
-
Build and Run:
- Select the "Quotio" scheme
- Press
Cmd + Rto build and run
The app will automatically download the
CLIProxyAPIbinary on first launch.
Launch Quotio and click Start on the dashboard to initialize the local proxy server.
Go to Providers tab → Click on a provider → Authenticate via OAuth or import credentials.
Go to Agents tab → Select an installed agent → Click Configure → Choose Automatic or Manual mode.
- Dashboard: Overall health and traffic
- Quota: Per-account usage breakdown
- Logs: Raw request/response logs for debugging
- Port: Change the proxy listening port
- Routing Strategy: Round Robin or Fill First
- Auto-start: Launch proxy automatically when Quotio opens
- Notifications: Toggle alerts for various events
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'Add amazing feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request
Join our Discord community to get help, share feedback, and connect with other users:
We couldn't have done this without you. Thank you! 🙏
MIT License. See LICENSE for details.