claudeers.
// Other

vibeproxy

Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys needed

// Other[ cli ][ api ][ web ][ claude ]#claude#claude-code#claudecode#cli-proxy#codex#factory-droids#gpt-5-codex#otherMIT$open-sourceupdated about 2 months ago
Actively maintained
100/100
last commit 6 days ago
last release 6 days ago
releases 287
open issues 27
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up vibeproxy (release-binary project) into my current project.
Found on https://claudeers.com/vibeproxy
Repo: https://github.com/automazeio/vibeproxy
Homepage/docs: —
Detected install method: release-binary → inspect the README
Category: other. Platforms: cli, api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (release-binary)

Grab the latest release asset from GitHub.

# download a build from https://github.com/automazeio/vibeproxy/releases
// or clone
git clone https://github.com/automazeio/vibeproxy

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageSwift

VibeProxy

VibeProxy Icon

Stop paying twice for AI. VibeProxy is a beautiful native macOS menu bar app that lets you use your existing Claude Code, ChatGPT, Gemini, Kimi, Qwen, Antigravity, and Z.AI GLM subscriptions with powerful AI coding tools like Factory Droids.

Built on CLIProxyAPIPlus, it handles OAuth authentication, token management, and API routing automatically. One click to authenticate, zero friction to code.


VibeProxy Screenshot

[!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, Z.AI GLM-4.7, and Kimi! 🚀

Setup Guides:


Features

  • 🎯 Native macOS Experience - Clean, native SwiftUI interface that feels right at home on macOS
  • 🚀 One-Click Server Management - Start/stop the proxy server from your menu bar
  • 🔐 Easy Authentication - Authenticate with Codex, Claude Code, Gemini, Kimi, Qwen, and Antigravity (OAuth), plus Z.AI GLM (API key) directly from the app
  • 🛡️ Vercel AI Gateway - Route Claude requests through Vercel's AI Gateway for safer access to your Claude Max subscription without risking your account from direct OAuth token usage
  • 👥 Multi-Account Support - Connect multiple accounts per provider with automatic round-robin distribution and failover when rate-limited
  • 🎚️ Provider Priority - Enable/disable providers to control which models are available (instant hot reload)
  • 📊 Real-Time Status - Live connection status and automatic credential detection
  • 🔄 Automatic App Updates - Starting with v1.6, VibeProxy checks for updates daily and installs them seamlessly via Sparkle
  • 🎨 Beautiful Icons - Custom icons with dark mode support
  • 💾 Self-Contained - Everything bundled inside the .app (server binary, config, static files)

Installation

Requirements: macOS 13+ (Ventura or later)

  1. Go to the Releases page
  2. Download the appropriate version for your Mac:
    • Apple Silicon (M1/M2/M3/M4): VibeProxy-arm64.zip
    • Intel: VibeProxy-x86_64.zip (untested - please report issues)
  3. Extract and drag VibeProxy.app to /Applications
  4. Launch VibeProxy

Code Signed & Notarized ✅ - No Gatekeeper warnings, installs seamlessly on macOS.

Build from Source

Want to build it yourself? See INSTALLATION.md for detailed build instructions.

Usage

First Launch

  1. Launch VibeProxy - you'll see a menu bar icon
  2. Click the icon and select "Open Settings"
  3. The server will start automatically
  4. Click "Connect" for Claude Code, Codex, Gemini, Kimi, Qwen, or Antigravity to authenticate, or "Add Account" for Z.AI GLM

Authentication

When you click "Connect" for an OAuth provider:

  1. Your browser opens with the OAuth page
  2. Complete the authentication in the browser
  3. VibeProxy automatically detects your credentials
  4. Status updates to show you're connected

When you click "Add Account" for Z.AI GLM:

  1. Paste your provider API key
  2. VibeProxy stores it in ~/.cli-proxy-api/
  3. The provider becomes available through the proxy immediately

Server Management

  • Toggle Server: Click the status (Running/Stopped) to start/stop
  • Menu Bar Icon: Shows active/inactive state
  • Launch at Login: Toggle to start VibeProxy automatically

Requirements

  • macOS 13.0 (Ventura) or later

Development

Project Structure

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

Key Components

  • AppDelegate: Manages the menu bar item and settings window lifecycle
  • ServerManager: Controls the cli-proxy-api server process and OAuth authentication
  • SettingsView: SwiftUI interface with native macOS design
  • AuthStatus: Monitors ~/.cli-proxy-api/ for authentication files
  • File Monitoring: Real-time updates when auth files are added/removed

Credits

VibeProxy 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.

License

MIT License - see LICENSE file for details

Support


© 2025 Automaze, Ltd. All rights reserved.

// faq

What is vibeproxy?

Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys needed. It is open-source on GitHub.

Is vibeproxy free to use?

vibeproxy is open-source under the MIT license, so it is free to use.

What category does vibeproxy belong to?

vibeproxy is listed under other in the Claudeers registry of Claude-compatible tools.

2 views
3,288 stars
unclaimed
updated about 2 months ago

// embed badge

vibeproxy on Claudeers
[![Claudeers](https://claudeers.com/api/badge/vibeproxy.svg)](https://claudeers.com/vibeproxy)

// retro hit counter

vibeproxy hit counter
[![Hits](https://claudeers.com/api/counter/vibeproxy.svg)](https://claudeers.com/vibeproxy)

// reviews

// guestbook

0/500

// related in Other

🔓

符合nature论文学术表达和科研绘图的Skill

// otherYuan1z0825/Python36,535Apache-2.0[ claude ]
🔓

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

// othermanaflow-ai/Swift26,069NOASSERTION[ claude ]
🔓

Anti-AI-slop design skill for Claude Code, Cursor, and Codex.

// otherNutlope/CSS25,307MIT[ claude ]
🔓

Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic

// otheralchaincyf/HTML23,151MIT[ claude ]

// built by

→ see how vibeproxy connects across the ecosystem