badrisnarayanan/antigravity-claude-proxy — explained in plain English
Analysis updated 2026-05-18
Route Claude Code CLI requests through Antigravity instead of Anthropic's API
Manage multiple linked Google accounts through a web dashboard
Track quota usage for accounts connected through the proxy
Configure both Claude and Gemini models for use with coding tools
| badrisnarayanan/antigravity-claude-proxy | prettier/eslint-plugin-prettier | wonderunit/storyboarder | |
|---|---|---|---|
| Stars | 3,647 | 3,645 | 3,649 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Using it risks Google Terms of Service account bans, a throwaway account is recommended.
Antigravity Claude Proxy is a local server that sits between AI coding tools and a third-party service called Antigravity Cloud Code. The main problem it solves is that tools like Claude Code CLI expect to talk to Anthropic's API, but some users want to route those calls through Antigravity, which provides access to Claude and Gemini models backed by Google Cloud. This proxy translates the request format from Anthropic's API format to Google's format, sends it to Antigravity, and converts the response back before returning it to the calling tool. The project comes with an important warning: Google has been issuing Terms of Service bans on accounts connected to this proxy. The README explicitly states that using it may violate Google's Terms of Service and that accounts have been suspended or shadow-banned as a result. It recommends using a throwaway account rather than your main Google account. Setup involves running the proxy as a background process on your local machine (port 8080 by default), then linking a Google account through either a web dashboard, a command-line flow, or automatically if you have the Antigravity desktop app installed. Once running, you point Claude Code CLI at the local proxy address instead of Anthropic's servers by adjusting a settings file or a few environment variables. The proxy supports multiple Google accounts and includes a web dashboard for account management, quota tracking, and Claude Code configuration. The proxy handles both Claude models and Gemini models. The README provides ready-to-use configuration blocks for both, including which model names to use in each slot (the primary model, the faster sub-agent model, and so on). It supports streaming responses and the extended thinking mode that some Claude models expose. Installation is through npm, either by running it directly with npx or installing it globally. The project is released under the MIT license.
A local proxy server that lets Claude Code and similar tools connect through Antigravity Cloud Code instead of Anthropic's API directly.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
Free to use, modify, and distribute under the MIT license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.