Desktop proxy dashboard that auto-rewires Claude, Codex, and friends
It wraps CLIProxyAPI in a Tauri GUI so you can stop manually editing config files to point Claude, Codex, and friends at your own API proxy.

What it does
EasyCLIProxyAPI is a Tauri-and-React desktop interface for the CLIProxyAPI proxy core. It gives you a single place to manage the core lifecycle, OAuth logins, and upstream API keys for providers like OpenAI, Claude, and DeepSeek, while converting requests between compatible protocols. A built-in dashboard tracks token usage, quotas, and estimated costs without sending analytics elsewhere.
The interesting bit The Agents page detects installed desktop and CLI clients—Claude Code, Claude Desktop, Codex, OpenCode, and others—and automatically backs up and rewrites their configurations to point at your local proxy endpoint. It is essentially a friendly config-file hijacker that removes the friction of manually retargeting every AI tool you own.
Key highlights
- Bundles the
CLIProxyAPIcore archive for offline-first installation and version management. - Aggregates multiple upstream providers behind unified OpenAI, Claude, and Gemini-compatible local endpoints.
- Supports OAuth flows for Codex, Claude, Antigravity, Kimi, and xAI, with manual callback fallback when auto-redirect fails.
- Tracks request volume, token counts, cache hit rates, and estimated spend with filtering by model and provider.
- Runs natively on Windows, macOS, and Linux in both amd64 and aarch64 flavors, with menu bar or system tray presence.
Caveats
- Windows users on v0.2.5 or earlier must perform a one-time manual migration before in-app automatic updates work again.
- It is fundamentally a GUI wrapper and configurator for
CLIProxyAPI; without the proxy core, the desktop app offers little standalone value.
Verdict Worth a look if you run multiple AI clients locally and want to centralize billing, credentials, and routing through a single self-managed proxy. Skip it if you already have a working API-management setup and do not mind editing client configs by hand.
Frequently asked
- What is router-for-me/EasyCLIProxyAPI?
- It wraps CLIProxyAPI in a Tauri GUI so you can stop manually editing config files to point Claude, Codex, and friends at your own API proxy.
- Is EasyCLIProxyAPI open source?
- Yes — router-for-me/EasyCLIProxyAPI is an open-source project tracked on heatdrop.
- What language is EasyCLIProxyAPI written in?
- router-for-me/EasyCLIProxyAPI is primarily written in Rust.
- How popular is EasyCLIProxyAPI?
- router-for-me/EasyCLIProxyAPI has 1.4k stars on GitHub and is currently accelerating.
- Where can I find EasyCLIProxyAPI?
- router-for-me/EasyCLIProxyAPI is on GitHub at https://github.com/router-for-me/EasyCLIProxyAPI.