ZeroLimit

February 22, 2026 ยท View on GitHub

Logo
A cross-platform AI coding assistant quota tracker

Platform Built with License


๐ŸŽฏ What is ZeroLimit?

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

Built with Tauri + React + Rust, ZeroLimit runs on Windows, macOS, and Linux.

๐Ÿš€ Key Features

  • ๐Ÿ”Œ Multi-Provider Support - Monitor Gemini, Claude, OpenAI, Antigravity, Kiro, and Copilot 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, Japanese, Korean, Vietnamese, Thai
  • ๐Ÿ”„ Auto-update - Automatically check for updates and install them

๐Ÿค– Supported Ecosystem

ProviderAuth Method
Google GeminiOAuth
Anthropic ClaudeOAuth
OpenAI CodexOAuth
AntigravityOAuth
KiroOAuth
Github CopilotOAuth

๐Ÿ“ฆ Installation

Windows

Download from Releases:

  • ZeroLimit_x.x.x_x64-setup.exe - NSIS installer (x64)
  • ZeroLimit_x.x.x_arm64-setup.exe - NSIS installer (ARM64)
  • ZeroLimit_x.x.x_x64_en-US.msi - MSI installer (x64)
  • ZeroLimit_x.x.x_portable.exe - Portable executable

macOS

Download from Releases:

  • ZeroLimit_x.x.x_aarch64.dmg - Apple Silicon (M1/M2/M3)
  • ZeroLimit_x.x.x_x64.dmg - Intel

โš ๏ธ Note: The app is not signed with an Apple Developer certificate. If macOS blocks the app, run:

xattr -cr /Applications/ZeroLimit.app

Linux

Download from Releases:

  • .deb - Debian/Ubuntu
  • .rpm - Fedora/RHEL
  • .AppImage - Universal

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

Onboarding

Dashboard

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