arora-sir/gravity-bridge — explained in plain English
Analysis updated 2026-05-18
Chat with your laptop's local AI coding agent from your phone while away from your desk.
Pull a screenshot of a bug from your phone straight to your laptop to hand to the AI agent.
Check on background coding tasks or git status from a phone browser.
Browse and transfer files between your Android phone and PC wirelessly.
| arora-sir/gravity-bridge | 1ncendium/aibuster | aaronmayeux/ha-hurricane-tracker | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | developer | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Google Antigravity 2.0 already running on Windows and ADB set up for the phone drive feature.
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.
A local web proxy that lets you chat with your laptop's Antigravity 2.0 AI coding agent from your phone browser.
Mainly Python. The stack also includes Python, ADB, Antigravity 2.0.
MIT license: free to use, modify, and share, including commercially, as long as the copyright notice stays attached.
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.