Skip to content

0xtbug/zero-limit

Repository files navigation

ZeroLimit

Logo
A Tauri-based alternative to Quotio for Windows

Platform Built with License


🎯 What is ZeroLimit?

ZeroLimit is a lightweight Windows desktop application for monitoring AI coding assistant quotas using CLIProxyAPI. Track your usage across Antigravity, Anthropic Claude, Codex (OpenAI), and Gemini CLI accounts in one dashboard.

Unlike Quotio (macOS-only, Swift), ZeroLimit is built with Tauri + React + Rust and runs on Windows.

🚀 Key Features

  • 🔌 Multi-Provider Support - Monitor Gemini, Claude, OpenAI, Antigravity accounts
  • 📊 Real-time Quota Dashboard - Track usage per account with visual progress bars
  • 🖥️ System Tray Integration - Quick access from your taskbar
  • One-Click Proxy Control - Start/stop CLIProxyAPI with a single click
  • 🔄 Auto-start on Launch - Optionally start the proxy when the app opens
  • 🌓 Dark/Light Theme - Beautiful UI with theme support
  • 🌍 Multilingual - English, Chinese, Indonesian

🤖 Supported Ecosystem

Provider Auth Method
Google Gemini OAuth
Anthropic Claude OAuth
OpenAI Codex OAuth
Antigravity OAuth

📦 Installation

Windows

Download from Releases:

  • ZeroLimit_x.x.x_x64-setup.exe (NSIS installer)
  • ZeroLimit_x.x.x_x64_en-US.msi (MSI installer)

Building from Source

# Clone repository
git clone https://github.com/0xtbug/zero-limit.git
cd zero-limit

# Install dependencies
pnpm install

# Development
pnpm run tauri dev

# Production build
pnpm run tauri build

📸 Screenshots

Dashboard

Dashboard

Quota Monitoring

Quota Monitoring Quota Monitoring2

Providers

Providers

Settings

Settings

📖 Documentation

🤝 Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/new-feature)
  3. Commit your Changes (git commit -m 'Add new feature')
  4. Push to the Branch (git push origin feature/new-feature)
  5. Open a Pull Request

⭐ Star History

Star History Chart

📄 License

MIT License - see LICENSE for details.


Made with ❤️ using Tauri + React