by automazeio
Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys needed
# Add to your Claude Code skills
git clone https://github.com/automazeio/vibeproxyStop paying twice for AI. VibeProxy is a beautiful native macOS menu bar app that lets you use your existing Claude Code, ChatGPT, Gemini, Qwen, Antigravity, and Z.AI GLM subscriptions with powerful AI coding tools like Factory Droids β no separate API keys required.
Built on CLIProxyAPIPlus, it handles OAuth authentication, token management, and API routing automatically. One click to authenticate, zero friction to code.
[!TIP] π£ NEW: Vercel AI Gateway Integration!Route your Claude requests through Vercel's officially sanctioned AI Gateway for safer access to your Claude Max subscription. No more worrying about account risks from using OAuth tokens directly!
Latest models supported: Gemini 3 Pro (via Antigravity), GPT-5.1 / GPT-5.1 Codex, Claude Sonnet 4.5 / Opus 4.5 with extended thinking, GitHub Copilot, and Z.AI GLM-4.7! π
Setup Guides:
- Factory CLI Setup β - Use Factory Droids with your AI subscriptions
- Amp CLI Setup β - Use Amp CLI with fallback to your subscriptions
Requirements: macOS 13+ (Ventura or later)
VibeProxy-arm64.zipVibeProxy-x86_64.zip (untested - please report issues)VibeProxy.app to /ApplicationsCode Signed & Notarized β - No Gatekeeper warnings, installs seamlessly on macOS.
Want to build it yourself? See INSTALLATION.md for detailed build instructions.
When you click "Connect":
VibeProxy/
βββ Sources/
β βββ main.swift # App entry point
β βββ AppDelegate.swift # Menu bar & window management
β βββ ServerManager.swift # Server process control & auth
β βββ SettingsView.swift # Main UI
β βββ AuthStatus.swift # Auth file monitoring
β βββ Resources/
β βββ AppIcon.iconset # App icon
β βββ AppIcon.icns # App icon
β βββ cli-proxy-api-plus # CLIProxyAPIPlus binary
β βββ config.yaml # CLIProxyAPIPlus config
β βββ icon-active.png # Menu bar icon (active)
β βββ icon-inactive.png # Menu bar icon (inactive)
β βββ icon-claude.png # Claude Code service icon
β βββ icon-codex.png # Codex service icon
β βββ icon-gemini.png # Gemini service icon
β βββ icon-qwen.png # Qwen service icon
β βββ icon-zai.png # Z.AI GLM service icon
βββ Package.swift # Swift Package Manager config
βββ Info.plist # macOS app metadata
βββ build.sh # Resource bundling script
βββ create-app-bundle.sh # App bundle creation script
βββ Makefile # Build automation
~/.cli-proxy-api/ for authentication filesVibeProxy is built on top of CLIProxyAPIPlus, an excellent unified proxy server for AI services with support for third-party providers.
Special thanks to the CLIProxyAPIPlus project for providing the core functionality that makes VibeProxy possible.
MIT License - see LICENSE file for details
Β© 2025 Automaze, Ltd. All rights reserved.
No comments yet. Be the first to share your thoughts!