Antigravity is super powerful and I find my self using it all the time in a flow where I tell it to do something, walk away but feel the need to “hover" nearby and wait for the alert sound that it needs my attention again. I really wish there was a way to continue on mobile so you could go do something else, get an alert on your mobile, review it, and tell it to continue what it’s doing (like telling it it is ok to execute a command to continue for instance). Otherwise you get stuck where the agent isn’t making progress because it needed approval and you were out of earshot to see.
Claude Code actually just released this feature called Remote Control that basically does this. It is super useful.
Another use case would be to get started on a new idea straight from your mobile so that you don’t have to wait to be at your computer. This would send it to your connected computer.
Really working towards a first party Moltbot / Clawd Bot would be the dream - but backed by the reliability of Google that it’s not going to do all the unsecure stuff.
Thank you for the feedback! We appreciate you taking the time to share these thoughts—we’ll be filing a formal feature request for a mobile remote control/companion app for Antigravity.
Thank you to @yougg for providing the OpenClaw/Moltbot project reference. It’s a great example of the community filling this gap.
This is exactly my daily workflow too, kick off a refactor, go grab coffee, come back to find the agent’s been blocked on a single approval for 20 minutes.
I built something called porta to solve this. Instead of CDP screen capture, it talks to Antigravity’s Language Server directly via Connect RPC, so it only transfers chat data, not screenshots. Pages load in under a second and it works fine on mobile data.
A few things I was careful about:
No auth tokens handled by porta. Authentication, sessions, and rate limiting stay entirely on Antigravity’s side.
Everything goes through Antigravity’s normal process. What you send from your phone shows up in your workspace as if you typed it in the IDE.
Runs as a PWA. feels close to a native app from your home screen.
Yep, it works on iOS! The demo video was actually recorded on my iPhone. It’s a PWA, so it runs in the browser on both iOS and Android, you can add it to your home screen and it feels like a native app.
Not open-sourced yet, but planning to soon. I’ll share the repo here when it’s ready.
Built exactly this! Levitation is an open-source mobile interface for Antigravity. You can start new tasks, chat with agents, and approve decisions from your phone. No cloud relay — runs a local client that bridges to a web dashboard. Give it a try. Would love feedback from the community.