badrisnarayanan/antigravity-claude-proxy

Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw (Clawdbot)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 17th, 2026
Created on December 19th, 2025
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 561
Total Stargazers: 3,982 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.3 hours
Mean response time: 2.1 days
90th percentile: 3.0 days
Tracked items: 184

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 6% of issues opened in the past year have never received a reply. 92% of issues opened in the past year have since been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 3
Closed in 7 days: 0
Avg open age: 100 days
Stale 30+ days: 10
Stale 90+ days: 9

Recent activity

Opened in 7 days: 3
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (99)
  • enhancement (43)

Detailed Description

Antigravity Claude Proxy is a proxy server that exposes an Anthropic-compatible API backed by Antigravity's Cloud Code, enabling the use of Claude and Gemini models with Claude Code CLI and OpenClaw or ClawdBot.

The tool solves the problem of accessing Claude and Gemini models through tools that expect an Anthropic-compatible interface. It works by receiving requests in Anthropic Messages API format, using OAuth tokens from Google accounts or Antigravity's local database, transforming requests to Google Generative AI format with Cloud Code wrapping, sending them to Antigravity's Cloud Code API, and converting responses back to Anthropic format with support for thinking and streaming.

The proxy is designed for developers who want to use Claude Code CLI or OpenClaw with models provided through Antigravity's infrastructure. It suits projects where you have access to Antigravity's Cloud Code and want to bridge it with tools expecting Anthropic compatibility. The README includes a prominent warning that Google has issued Terms of Service violation bans on accounts connected to this proxy and recommends using a burner account rather than a main account. Installation is available through npm or by cloning the repository, with prerequisites of Node.js 18 or later and either Antigravity installed for single-account mode or Google accounts for multi-account mode.

The project maintains a web dashboard for account management and proxy control, offering commands to start, stop, restart, and check the status of the proxy server running on localhost:8080. Account linking can be done through the web dashboard with OAuth authorization, via CLI commands, or automatically if Antigravity is already installed and logged in. The tool supports both browser-based and headless server configurations, with manual authorization mode available for remote servers without direct browser access.