Skip to content

Commit 4f27cf6

Browse files
authored
Merge branch 'main' into dev
2 parents a333ddb + 682dfef commit 4f27cf6

2 files changed

Lines changed: 31 additions & 9 deletions

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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. Track your usage across Antigravity, Anthropic Claude, Codex (OpenAI), and Gemini CLI accounts in one dashboard.
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.
2020

2121
Unlike [Quotio](https://github.com/nguyenphutrong/quotio) (macOS-only, Swift), ZeroLimit is built with **Tauri + React + Rust** and runs on **Windows**.
2222

@@ -96,6 +96,26 @@ pnpm run tauri build
9696
4. Push to the Branch (git push origin feature/new-feature)
9797
5. Open a Pull Request
9898

99+
## ⭐ Star History
100+
<picture>
101+
<source
102+
media="(prefers-color-scheme: dark)"
103+
srcset="
104+
https://api.star-history.com/svg?repos=0xtbug/zero-limit&type=Date&theme=dark
105+
"
106+
/>
107+
<source
108+
media="(prefers-color-scheme: light)"
109+
srcset="
110+
https://api.star-history.com/svg?repos=0xtbug/zero-limit&type=Date
111+
"
112+
/>
113+
<img
114+
alt="Star History Chart"
115+
src="https://api.star-history.com/svg?repos=0xtbug/zero-limit&type=Date"
116+
/>
117+
</picture>
118+
99119
## 📄 License
100120

101121
MIT License - see [LICENSE](LICENSE) for details.

docs/USAGE.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ ZeroLimit is a Windows desktop application for monitoring AI coding assistant qu
44

55
## Prerequisites
66

7-
Before using ZeroLimit, you need to download CLIProxyAPI:
7+
Before using ZeroLimit, you need CLIProxyAPI running either **locally** or on a **remote server**:
88

9+
### Option A: Local Setup
910
1. Go to [CLIProxyAPI Releases](https://github.com/router-for-me/CLIProxyAPI/releases)
1011
2. Download `cli-proxy-api.exe` for Windows
1112
3. Extract to a folder (e.g., `C:\CLIProxyAPI\`)
1213

13-
1414
> if you want to use kirocode support, you need to download [CLIProxyAPI Plus Version](https://github.com/router-for-me/CLIProxyAPIPlus/releases)
1515
1616
## Getting Started
@@ -26,13 +26,14 @@ Before using ZeroLimit, you need to download CLIProxyAPI:
2626

2727
On first launch, you'll see the login screen with these sections:
2828

29-
1. **CLI Proxy Server**
29+
1. **CLI Proxy Server** (Local only)
3030
- Click **Change** to browse and select your `cli-proxy-api.exe`
3131
- Click **Start** to launch the proxy server
32+
- *Skip this if using a remote HTTPS server*
3233

3334
2. **API Base URL**
34-
- Default: `http://localhost:8317`
35-
- This is the address where CLIProxyAPI runs
35+
- **Local**: `http://localhost:8317`
36+
- **Remote HTTPS**: `https://llm.yourdomain.com`
3637

3738
3. **Management Key** (required)
3839
- Enter the `secret-key` from your CLIProxyAPI `config.yaml`
@@ -49,7 +50,7 @@ On first launch, you'll see the login screen with these sections:
4950

5051
| Setting | Description |
5152
|---------|-------------|
52-
| **Executable Path** | Path to `cli-proxy-api.exe` |
53+
| **Executable Path** | Path to `cli-proxy-api.exe` (local only) |
5354
| **Auto-start on launch** | Start proxy when app opens |
5455
| **Run in background** | Hide to system tray when closing |
5556

@@ -74,14 +75,15 @@ When "Run in background" is enabled:
7475

7576
## Troubleshooting
7677

77-
### Proxy Won't Start
78+
### Proxy Won't Start (Local)
7879
- Verify the executable path is correct
7980
- Check if another instance is already running
8081
- Try running as Administrator
8182

8283
### Connection Failed
83-
- Ensure CLI Proxy is running (green status)
84+
- Ensure CLI Proxy is running (green status for local)
8485
- Check the API Base URL is correct
86+
- For HTTPS: verify the SSL certificate is valid
8587
- Verify no firewall is blocking the port
8688

8789
### Login Failed

0 commit comments

Comments
 (0)