VibeProxy is a native macOS menu bar app (Swift) that lets you use Claude Code, ChatGPT, Gemini, and other subscriptions via a local proxy, with OAuth-based authentication and automatic updates via Sparkle.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
VibeProxy is a native macOS menu bar application that enables using existing AI subscriptions (Claude Code, ChatGPT, Gemini, Kimi, Qwen, Antigravity, Z.AI GLM) through a proxy server. It handles OAuth authentication, token management, and API routing, and includes a Vercel AI Gateway integration for routing Claude requests. It is built in Swift and bundles its dependencies inside the app.
How it works
The app authenticates users for multiple providers via OAuth, detects credentials automatically, and routes requests through a local proxy server implemented by CLIProxyAPIPlus. It supports multi-account setups with round-robin distribution and failover, provides provider enable/disable controls with hot reloading, and can route Claude requests through Vercel AI Gateway. It updates itself daily using Sparkle.
Getting started
Requirements: macOS 13+ (Ventura or later)
Installation (Release):
- Go to the Releases page
- Download the appropriate version for your Mac (Apple Silicon: VibeProxy-arm64.zip, Intel: VibeProxy-x86_64.zip)
- Extract and drag VibeProxy.app to /Applications
- Launch VibeProxy
Usage (highlights):
- On first launch, open Settings to start the server
- Use Connect for OAuth providers to authenticate, or Add Account for Z.AI GLM API key (stored in ~/.cli-proxy-api/)
- Use the status toggle to start/stop the server and the menu bar icon to monitor state
Code examples/commands are not provided in the README excerpt beyond installation and usage steps; for full build instructions see INSTALLATION.md.
Recent releases
Releases span v1.8.260 through v1.8.256 (latest 2026-08-05 to 2026-07-31), with Apple Silicon binaries shown for each:
- v1.8.260 (2026-08-05) — VibeProxy-arm64.dmg / VibeProxy-arm64.zip
- v1.8.259 (2026-08-04) — VibeProxy-arm64.dmg / VibeProxy-arm64.zip
- v1.8.258 (2026-08-03) — VibeProxy-arm64.dmg / VibeProxy-arm64.zip
- v1.8.257 (2026-08-01) — VibeProxy-arm64.dmg / VibeProxy-arm64.zip
- v1.8.256 (2026-07-31) — VibeProxy-arm64.dmg / VibeProxy-arm64.zip
Traction
Stars: 3255, Forks: 224, Open issues: 33
Behind the repo
Not provided in the excerpt.
Caveats
License: MIT. macOS requirement: 13.0 (Ventura) or later. Intel builds are marked as untested. The project is built around CLIProxyAPIPlus and includes binaries within the app; see LICENSE for licensing details.






