Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys needed
VibeProxy is a native macOS menu bar application, written in Swift, that runs a local proxy server allowing developers to use their existing Claude Code, ChatGPT, Gemini, Kimi, Qwen, Antigravity, and Z.AI GLM subscriptions with AI coding tools such as Factory Droids and Amp CLI, without requiring separate API keys. Built on top of CLIProxyAPIPlus, it handles OAuth authentication and token management for each provider automatically, storing credentials in ~/.cli-proxy-api/ and routing requests through a locally running server that third-party tools treat as a standard API endpoint. Claude Code connects via its CLI interface rather than through MCP or the direct Anthropic API. A notable feature is optional routing of Claude requests through Vercel's AI Gateway, which reduces the account risk associated with direct OAuth token use. Multi-account support with round-robin distribution and automatic failover is included, as is a Sparkle-based auto-updater introduced in version 1.6. The tool targets macOS 13 or later and ships as a code-signed, notarized application.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/automazeio/vibeproxyResumen de Tools
Lo que la gente pregunta sobre vibeproxy
¿Qué es automazeio/vibeproxy?
+
automazeio/vibeproxy es tools para el ecosistema de Claude AI. Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys needed Tiene 3k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala vibeproxy?
+
Puedes instalar vibeproxy clonando el repositorio (https://github.com/automazeio/vibeproxy) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar automazeio/vibeproxy?
+
Nuestro agente de seguridad ha analizado automazeio/vibeproxy y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene automazeio/vibeproxy?
+
automazeio/vibeproxy es mantenido por automazeio. La última actividad registrada en GitHub es de today, con 19 issues abiertos.
¿Hay alternativas a vibeproxy?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega vibeproxy en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/automazeio-vibeproxy)<a href="https://claudewave.com/repo/automazeio-vibeproxy"><img src="https://claudewave.com/api/badge/automazeio-vibeproxy" alt="Featured on ClaudeWave: automazeio/vibeproxy" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies