git404hub

what is antigravity-route fr?

chn-beta/antigravity-route — explained in plain English

Analysis updated 2026-05-18

0RustAudience · developerComplexity · 3/5Setup · moderate

tl;dr

A background proxy that converts a Google Antigravity subscription into a standard Gemini API other AI tools can connect to.

vibe map

mindmap
  root((antigravity-route))
    What it does
      Proxies Antigravity to Gemini API
      Streams responses live
      Shows quota usage
    Tech stack
      Rust
      Nix
      OAuth
    Use cases
      Use Claude via subscription
      Check usage limits
      Share login across tools
    Risks
      May violate Google TOS
      Account suspension possible
    Audience
      Developers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Point a Gemini-compatible coding tool at your Antigravity subscription instead of paying separately for API access.

VIBE 2

Check remaining five hour and weekly usage quotas from a terminal with colored progress bars.

VIBE 3

Run a local proxy so multiple AI agent apps can share one authenticated Google login.

what's the stack?

RustNixOAuth

how it stacks up fr

chn-beta/antigravity-route04amanrajj/netwatch0xr10t/pulsefi
Stars000
LanguageRustRustRust
Setup difficultymoderatemoderatehard
Complexity3/53/54/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a Google account with an active Antigravity subscription, and using it likely violates Google's terms of service.

in plain english

Antigravity Route is a small background program, written in the Rust programming language, that sits between your computer and Google's Antigravity (Code Assist) service. It takes your existing Antigravity subscription and makes it speak in the same format as Google's standard Gemini API, so tools built to talk to Gemini can use it instead. The README is upfront about risk: this project works by reverse engineering Google's internal APIs, and using it outside the official IDE extensions likely breaks Google's terms of service. Google can detect unusual usage patterns and may suspend or permanently close your account without warning. The authors take no responsibility for bans or lost data, so anyone trying this should understand they are accepting that risk themselves. Once running, the program acts as a daemon, meaning it runs quietly in the background and keeps your login information saved in a folder you choose. It supports live streaming of responses as they are generated, so replies appear word by word instead of all at once. It also includes a command line screen that shows colored progress bars for how much of your usage limits, both the five hour and weekly caps, you have used so far across the different model types. You can install it either through the Nix package manager or by building it yourself with Rust's Cargo tool. Setup involves three steps: starting the daemon with a storage folder, logging in through a Google OAuth link in your browser, and then checking your quota from the command line. Once authenticated, you point any Gemini-compatible tool, such as Opencode, Continue.dev, or Cursor, at the local server address, and it can use models like Claude or Gemini through your existing subscription. No separate API key is needed, since login is handled through OAuth.

prompts (copy fr)

prompt 1
Help me set up antigravity-route as a background daemon and point Opencode at it using the config in its README.
prompt 2
Walk me through the Google OAuth login flow described in antigravity-route's README, step by step.
prompt 3
Explain the risk warning in antigravity-route's README in plain terms before I decide whether to use it.
prompt 4
Show me how to check my Antigravity quota using antigravity-route's CLI command.

Frequently asked questions

what is antigravity-route fr?

A background proxy that converts a Google Antigravity subscription into a standard Gemini API other AI tools can connect to.

What language is antigravity-route written in?

Mainly Rust. The stack also includes Rust, Nix, OAuth.

How hard is antigravity-route to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is antigravity-route for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.