GOLD is a local server that mirrors your Antigravity IDE sessions to any device. It connects via Chrome DevTools Protocol (CDP) and serves a web dashboard.
- Antigravity IDE installed
- Node.js >= 18
- Both devices on the same network (for local mode), or
cloudflaredinstalled (for web mode)
antigravity . --remote-debugging-port=9000Or use the launcher script:
launch_antigravity_debug.batOpen or start a chat in Antigravity before proceeding.
node server.jspython launcher.py --mode webOr use the launcher:
start_ag_phone_connect_web.batOpen the URL displayed in the terminal on your phone or any browser:
- Local:
http://<your-lan-ip>:3000 - Web: The Cloudflare Tunnel URL displayed in the terminal (e.g.
https://xxxx.trycloudflare.com)
- Local network: No password required (auto-bypassed for LAN devices)
- Remote/Cloudflare: Enter the password set in your
.envfile (APP_PASSWORD) - Magic link: If using web mode, scan the QR code for instant login
| Issue | Fix |
|---|---|
| "CDP not found" | Make sure Antigravity is running with --remote-debugging-port=9000 and a chat is open |
| Blank snapshot | Open or start a conversation in Antigravity |
| Port 3000 in use | Server auto-kills existing processes; if it fails, manually kill the process |
| Cannot connect from phone | Verify both devices are on the same Wi-Fi network |