Skip to content

Commit f9498f2

Browse files
committed
docs(README): update project description to reflect cross-platform support
docs(README): update platform badge to include macOS and Linux docs(README): expand multi-provider support to include Kiro and GitHub Copilot docs(README): add installation instructions for macOS and Linux docs(README): add note about macOS app signing and workaround
1 parent a9f5c63 commit f9498f2

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<p align="center">
44
<img src="./public/icon.png" width="128" height="128" alt="Logo">
55
<br />
6-
A Tauri-based alternative to Quotio for Windows
6+
A cross-platform AI coding assistant quota tracker
77
</p>
88

99
<p align="center">
10-
<img src="https://img.shields.io/badge/Platform-Windows-blue" alt="Platform">
10+
<img src="https://img.shields.io/badge/Platform-Windows%20|%20macOS%20|%20Linux-blue" alt="Platform">
1111
<img src="https://img.shields.io/badge/Built%20with-Tauri%20%2B%20React-orange" alt="Built with">
1212
<img src="https://img.shields.io/badge/License-MIT-green" alt="License">
1313
</p>
@@ -16,14 +16,13 @@ A Tauri-based alternative to Quotio for Windows
1616

1717
## 🎯 What is ZeroLimit?
1818

19-
ZeroLimit is a **lightweight Windows desktop application** for monitoring AI coding assistant quotas using [CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI). Track your usage across Antigravity, Anthropic Claude, Codex (OpenAI), and Gemini CLI accounts in one dashboard.
20-
21-
Unlike [Quotio](https://github.com/nguyenphutrong/quotio) (macOS-only, Swift), ZeroLimit is built with **Tauri + React + Rust** and runs on **Windows**.
19+
ZeroLimit is a **cross-platform desktop application** for monitoring AI coding assistant quotas using [CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI). Track your usage across Antigravity, Anthropic Claude, Codex (OpenAI), Gemini CLI, Kiro, and GitHub Copilot accounts in one dashboard.
2220

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

2423
## 🚀 Key Features
2524

26-
- 🔌 **Multi-Provider Support** - Monitor Gemini, Claude, OpenAI, Antigravity accounts
25+
- 🔌 **Multi-Provider Support** - Monitor Gemini, Claude, OpenAI, Antigravity, Kiro, and Copilot accounts
2726
- 📊 **Real-time Quota Dashboard** - Track usage per account with visual progress bars
2827
- 🖥️ **System Tray Integration** - Quick access from your taskbar
2928
-**One-Click Proxy Control** - Start/stop CLIProxyAPI with a single click
@@ -47,8 +46,26 @@ Unlike [Quotio](https://github.com/nguyenphutrong/quotio) (macOS-only, Swift), Z
4746

4847
### Windows
4948
Download from [Releases](https://github.com/0xtbug/zero-limit/releases):
50-
- `ZeroLimit_x.x.x_x64-setup.exe` (NSIS installer)
51-
- `ZeroLimit_x.x.x_x64_en-US.msi` (MSI installer)
49+
- `ZeroLimit_x.x.x_x64-setup.exe` - NSIS installer (x64)
50+
- `ZeroLimit_x.x.x_arm64-setup.exe` - NSIS installer (ARM64)
51+
- `ZeroLimit_x.x.x_x64_en-US.msi` - MSI installer (x64)
52+
- `ZeroLimit_x.x.x_portable.exe` - Portable executable
53+
54+
### macOS
55+
Download from [Releases](https://github.com/0xtbug/zero-limit/releases):
56+
- `ZeroLimit_x.x.x_aarch64.dmg` - Apple Silicon (M1/M2/M3)
57+
- `ZeroLimit_x.x.x_x64.dmg` - Intel
58+
59+
> ⚠️ **Note**: The app is not signed with an Apple Developer certificate. If macOS blocks the app, run:
60+
> ```bash
61+
> xattr -cr /Applications/ZeroLimit.app
62+
> ```
63+
64+
### Linux
65+
Download from [Releases](https://github.com/0xtbug/zero-limit/releases):
66+
- `.deb` - Debian/Ubuntu
67+
- `.rpm` - Fedora/RHEL
68+
- `.AppImage` - Universal
5269
5370
### Building from Source
5471
@@ -66,6 +83,7 @@ pnpm run tauri dev
6683
# Production build
6784
pnpm run tauri build
6885
```
86+
6987
## 📸 Screenshots
7088

7189
### Dashboard

0 commit comments

Comments
 (0)