- Download
ZeroLimit_x.x.x_x64-setupfrom Releases - Run the installer
- Launch ZeroLimit from Start Menu
On first launch, you'll be guided through a setup wizard to configure CLIProxyAPI. You can choose between two setup modes:
The easiest way to get started. ZeroLimit will automatically download and configure the CLI Proxy for you.
- Click Get Started on the welcome screen
- Select Auto Download
- Choose your version:
- Standard — The original CLI Proxy API
- Plus — Enhanced version with GitHub Copilot and Kiro support
- ZeroLimit will download and extract the correct binary for your OS
- Set a Management Key — this is the secret key used to protect the management API
- Click Finish Setup — the proxy starts automatically and you're logged in
Tip
The Auto Download mode handles everything: downloading the binary, writing the config.yaml, starting the server, and logging you in — all in one flow.
If you already have CLIProxyAPI downloaded or prefer to manage it yourself:
- Click Get Started on the welcome screen
- Select Manual Location
- Browse and select your
cli-proxy-api.exe(orcli-proxy-api-plus.exe) - Set a Management Key
- Click Finish Setup
Note
For the Plus version with Kiro & GitHub Copilot support, download from CLIProxyAPI Plus Releases. For the Standard version, download from CLIProxyAPI Releases.
If you're connecting to a remote HTTPS server, click Skip For Now during onboarding and log in manually:
- Enter your API Base URL (e.g.,
https://llm.yourdomain.com) - Enter the Management Key from your server's
config.yaml - Check Remember credentials to save for next time
- Click Login
| Setting | Description |
|---|---|
| Executable Path | Path to cli-proxy-api.exe (local only) |
| Auto-start on launch | Start proxy when app opens |
| Run in background | Hide to system tray when closing |
| Check for Updates | Check if a newer CLI Proxy version is available |
| Update Proxy | Download and install the latest version automatically |
- Theme: Light, Dark, or System
- Language: English, Chinese, Indonesian, Japanese, Vietnamese, Thai, Korean
When "Run in background" is enabled:
- Closing the window hides to system tray
- Click tray icon to restore window
- Right-click for menu: Open / Quit
| Action | Shortcut |
|---|---|
| Close Window | Alt + F4 |
| Refresh | Ctrl + R |
- Verify the executable path is correct
- Check if another instance is already running
- Try running as Administrator
- Check your internet connection
- GitHub API may be rate-limited — try again in a few minutes
- Fall back to Manual Setup and download the binary yourself
- Ensure CLI Proxy is running (green status for local)
- Check the API Base URL is correct
- For HTTPS: verify the SSL certificate is valid
- Verify no firewall is blocking the port
- In your CLIProxyAPI folder, rename
config-example.yamltoconfig.yaml - Open
config.yamland find thesecret-keyvalue - Use this key as your Management Key in ZeroLimit
For issues, visit the GitHub repository.