gitwtfhub

wtf is gravity-bridge?

arora-sir/gravity-bridge — explained in plain English

Analysis updated 2026-05-18

5PythonAudience · developerComplexity · 3/5LicenseSetup · moderate

TL;DR

A local web proxy that lets you chat with your laptop's Antigravity 2.0 AI coding agent from your phone browser.

Mindmap

mindmap
  root((GravityBridge))
    What it does
      Phone to laptop AI proxy
      Wireless file transfer
      PIN protected access
    Tech stack
      Python
      ADB
      Antigravity 2.0
    Use cases
      Couch coding
      Bug screenshot pull
      Remote task checks
    Audience
      Antigravity users
      Mobile developers
      Windows users

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

Why would anyone build with this?

REASON 1

Chat with your laptop's local AI coding agent from your phone while away from your desk.

REASON 2

Pull a screenshot of a bug from your phone straight to your laptop to hand to the AI agent.

REASON 3

Check on background coding tasks or git status from a phone browser.

REASON 4

Browse and transfer files between your Android phone and PC wirelessly.

What's in the stack?

PythonADBAntigravity 2.0

How it stacks up

arora-sir/gravity-bridge1ncendium/aibusteraaronmayeux/ha-hurricane-tracker
Stars555
LanguagePythonPythonPython
Setup difficultymoderatemoderateeasy
Complexity3/53/52/5
Audiencedeveloperops devopsgeneral

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

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires Google Antigravity 2.0 already running on Windows and ADB set up for the phone drive feature.

MIT license: free to use, modify, and share, including commercially, as long as the copyright notice stays attached.

Wtf does this do

GravityBridge is a tool that lets you control an AI coding assistant running on your laptop from your phone's web browser. The assistant it connects to is Google's Antigravity 2.0, a local AI agent made by Google DeepMind that can read and write files, run terminal commands, and manage tasks directly on your computer. Normally you can only reach that assistant on the laptop itself, since it only listens on localhost. GravityBridge fixes that by running a small local web server that forwards your phone's requests to it securely over your own Wi-Fi network. Once set up, opening your laptop's address in a phone browser shows a chat window where you can type instructions to the AI agent, such as asking it to run a git status command or check whether your tests passed, and watch the replies appear in real time. The page also includes a file browser for your phone's storage, using Android Debug Bridge (ADB), so you can select photos or files on your phone and pull them straight to your laptop with one tap, useful for quickly sending a bug screenshot to the AI to fix. The project is aimed at developers who already use Antigravity 2.0 and want to keep coding or checking on background tasks while away from their desk, for example from a couch or bed. Everything runs locally between your own devices rather than through any cloud service, and access is protected by a PIN you set yourself, with basic protection against repeated failed login attempts. It is built in Python and currently targets Windows as the desktop platform, requiring both a laptop running Antigravity 2.0 and a phone connected over the same network or via ADB pairing. The project is released under the MIT license.

Yoink these prompts

Prompt 1
Help me set up GravityBridge to connect my phone browser to Antigravity 2.0 on my Windows laptop.
Prompt 2
Explain how to pair my Android phone over ADB for GravityBridge's file explorer.
Prompt 3
Walk me through configuring the AUTH_PIN in GravityBridge's .env file securely.
Prompt 4
Show me how GravityBridge forwards chat traffic to the local Antigravity server.

Frequently asked questions

wtf is gravity-bridge?

A local web proxy that lets you chat with your laptop's Antigravity 2.0 AI coding agent from your phone browser.

What language is gravity-bridge written in?

Mainly Python. The stack also includes Python, ADB, Antigravity 2.0.

What license does gravity-bridge use?

MIT license: free to use, modify, and share, including commercially, as long as the copyright notice stays attached.

How hard is gravity-bridge to set up?

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

Who is gravity-bridge for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.