Antigravity,
on your phone.
The Antigravity desktop app already contains a full web IDE. It just
only listens on 127.0.0.1. This puts a password in front
of it and forwards it to your devices.
Running in 30 seconds
No configuration, no accounts, no build step. Antigravity doesn't even have to be open — it gets started for you.
# macOS / Linux curl -fsSL https://raw.githubusercontent.com/AFSlayer/antigravity-remote/main/scripts/install-desktop.sh | bash # Windows (PowerShell) irm https://raw.githubusercontent.com/AFSlayer/antigravity-remote/main/scripts/install-desktop.ps1 | iex
Paste one line
Installs and starts. No security warnings, nothing to click through.
Scan the QR
Your phone is signed in. Single-use code, nothing typed.
Add to Home Screen
Opens fullscreen with the Antigravity icon, like a native app.
Or host it: your own cloud Antigravity
One command on any Linux box turns it into an always-on coding agent you reach from anywhere: a $5 VPS, a home server, a free-tier ARM instance.
It is the same web UI, so a desktop browser works too and behaves like the app. Conversations, workspaces and running agents live on the server, so you can start something on your phone and pick it up at a desk. Nothing syncs, because there is only one instance.
# downloads the official Antigravity build from Google, sets up
# systemd and automatic HTTPS with Caddy
curl -fsSL https://raw.githubusercontent.com/AFSlayer/antigravity-remote/main/scripts/install.sh | bash
Why this is different
Every other project builds a UI — their own chat panel, or a screen mirror. This one builds none, so nothing is missing and nothing falls behind.
| Other projects | Antigravity Remote | |
|---|---|---|
| The UI | Reimplemented or mirrored | Antigravity's own web UI |
| Coverage | Whatever was ported | Terminal, artifacts, browser agent, diffs |
| New features | Wait for a port | Work the day Google ships them |
| Runtime | Node.js and a package install | One static binary |
Built for thumbs
A desktop IDE in a phone browser has sharp edges. Thirteen named patches fix them, and each one is listed in the control panel.
- Enter inserts a newline; Cmd/Ctrl+Enter sends
- The composer and toasts stay clear of the iOS home bar
- Tapping a model opens its reasoning-effort submenu
- No notification prompt, no tap delay, no dead mic button
- Add to Home Screen opens fullscreen, with the official icon
Treated like shell access
Anyone who reaches Antigravity can read files and run commands. The defaults reflect that.
- PBKDF2-SHA256 password hashing, never stored in plain text
- Session tokens stored only as hashes, revocable from any device
- Per-IP and global login rate limiting with exponential lockout
- The control panel lives on a loopback-only port, never exposed
- Automatic HTTPS when you give it a domain