Single binary · no dependencies

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
1

Paste one line

Installs and starts. No security warnings, nothing to click through.

2

Scan the QR

Your phone is signed in. Single-use code, nothing typed.

3

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.

The model picker on a phone
Every model, tappable
Reasoning effort submenu on a phone
…and its reasoning level
Antigravity settings on a phone
Real settings, not a subset
The login screen on a phone
Password, or one QR scan

Treated like shell access

Anyone who reaches Antigravity can read files and run commands. The defaults reflect that.