Antigravity Mobile Intelligence
Deep Research Verified 100 Findings Distilled

The Best Mobile Apps Leveraging Antigravity Remote Control

An exhaustive architectural evaluation across official first-party PWAs, native iOS/Android companion apps, CDP streaming viewports, fleet cockpits, and zero-trust terminal workflows.

Parallel Research Subagents
10
Atomic Claims Verified
100
Architectural Archetypes
4
Peak Local Viewport Latency
< 50ms

Executive Findings & Key Takeaways

System Topology & Wire Protocol Flow

flowchart TD subgraph MobileClients ["Mobile User Interface"] PWA["1. Official PWA\n(antigravity.google / Web Push)"] AR["2. AgentsRoom Native App\n(iOS / Android • Voice • Diffs)"] AM["3. Antimatter Native App\n(Android Kotlin / Jetpack Compose)"] CDP_UI["4. OmniAntigravity / Phone Chat\n(Mobile Web / 7 Workspace Panels)"] TERM["5. Mobile Terminal\n(Blink Shell / Prompt / Termux)"] end subgraph Relays ["Network Tunnels & Cloud Relays"] GCloud["Google WebChannel Relay (:443)\njetski-webchannel.googleapis.com"] E2EE["E2EE Blind Pipe WebSocket (:443)\nX25519 ECDH + XSalsa20"] CFTunnel["Cloudflare Quick Tunnel / Tailnet\n(Zero Inbound Ports)"] WireGuard["Tailscale WireGuard Mesh\n(100.x.y.z Overlay IP + Tailscale SSH)"] end subgraph Workstation ["Desktop / Host Execution Machine"] Daemon["agy --remote-control\n(server.go / remote_control_v2.go)"] IDE["Antigravity IDE 2.0\n(--remote-debugging-port=9000/7800)"] Worktrees["Git Worktree Isolation\n(Dedicated Branch per Agent)"] Tmux["tmux / zellij Multiplexer\n(Decoupled Persistent Session)"] end PWA <==>|Outbound Chunked HTTPS| GCloud <==>|Google OAuth| Daemon AR <==>|Encrypted Opaque Payloads| E2EE <==>|Daemon Supervisor| Worktrees AM <==>|Ed25519 QR Handshake| CFTunnel <==>|Python Bridge| IDE CDP_UI <==>|WebSockets / djb2 Diff| CFTunnel <==>|Local CDP WS| IDE TERM <==>|Mosh UDP / Tailscale SSH| WireGuard <==> Tmux

Ranked Top Mobile Solutions

1. Official Antigravity PWA

Tier 1: Best Overall

The native first-party remote control platform for Antigravity 2.0. Installable directly to home screens from Safari or Chrome.

  • Zero Friction: Built-in to settings, no custom daemons required.
  • Web Push API: Native lockscreen alerts on iOS & Android.
  • Interactive Diffs: Side-by-side line reviews and CLI approvals.
  • Firewall Traversal: Outbound HTTPS (:443) WebChannel relay.
URL: antigravity.google

2. AgentsRoom Cockpit

Tier 1: Best Fleet App

Multi-agent mobile mission control on iOS App Store & Google Play. Orchestrates Antigravity alongside Claude Code & Aider.

  • End-to-End Encrypted: X25519 ECDH + XSalsa20 zero-knowledge relay.
  • Git Worktrees: Prevents file collisions across concurrent agents.
  • Mobile Diff Review: Native gesture-based commit approvals.
  • Voice Dictation: On-device mobile prompt streaming.
URL: agentsroom.dev

3. Antimatter

Tier 2: Best Native OSS

Open-source native Android companion app (Kotlin & Jetpack Compose) and VS Code/Antigravity extension bridge.

  • Ed25519 QR Pairing: Zero-trust asymmetric cryptographic auth.
  • Terminal Gatekeeper: Remote approval via TerminalCommandHandler.
  • Cloudflare Zero-Trust: Automated quick tunnels without open ports.
  • Zero Cloud / Zero Telemetry: All data strictly local.
GitHub: saifmukhtar/antimatter

4. OmniAntigravity Remote

Tier 2: Best Workspace View

Non-invasive CDP bridge over port 7800 with 7 specialized mobile workspace panels and multi-window switching.

  • 7 Specialized Panels: Files, Terminal, Git, Assist, Stats, Timeline, Screen.
  • Model Dropdown: Remote model switching (Gemini, Claude, GPT).
  • Multi-Tunnel Failover: Pinggy SSH + Cloudflare + ngrok.
  • Zero-Install Run: Executable via npx omni-antigravity-remote-chat.
GitHub: diegosouzapw/OmniAntigravityRemoteChat

5. Antigravity Phone Chat

Tier 2: Sub-100ms Viewport

High-speed mobile chat viewport using Runtime.evaluate and djb2 delta hashing over CDP.

  • Sub-100ms Mirroring: Real-time thought and output streaming.
  • Nuclear UI Filter: Removes desktop clutter for pure mobile touch targets.
  • Zero-Inline CSP: Security-hardened against tunnel XSS exploits.
  • One-Tap Approvals: Large mobile buttons for CLI and write gates.
GitHub: krishnakanthb13/antigravity_phone_chat

6. Tailscale + Blink / Termux

Tier 1: Best Terminal Flow

Direct CLI remote control over WireGuard mesh with Mosh connection roaming and persistent multiplexers.

  • Blink Shell & Prompt 3 (iOS): Mosh roaming over UDP survives network changes.
  • Termux (Android): Full Linux userspace with termux-wake-lock.
  • Tailscale SSH & Serve: SSO-based authentication and TLS provisioning.
  • tmux / Zellij: Decouples long agent runs from mobile socket drops.
Tools: TailscaleBlink ShellTermux

Comprehensive Feature & Protocol Comparison

Solution Platform / Format Wire Protocol Security & Auth Battery Profile Human Approval Gates Tier
Official Remote Control PWA (iOS & Android) WebChannel HTTPS (:443) Google OAuth 2.0 Very Low (Push) Side-by-side diffs, CLI permit Tier 1
AgentsRoom Native iOS & Android E2EE WebSocket (:443) X25519 + XSalsa20 Low (Event-driven) Native diff reviews, voice notes Tier 1
Antimatter Native Android (Kotlin) WebSockets + Cloudflare Ed25519 QR Handshake Moderate Interactive diff accept/reject Tier 2
OmniAntigravity Mobile Web / PWA CDP over WS (:7800) Password + Strict CSP Moderate (Screencast) 7 workspace panels, model select Tier 2
Antigravity Phone Chat Mobile Web / PWA CDP over WS (:9000) Zero-Inline CSP + Tunnel Low (djb2 delta) Touch-optimized action buttons Tier 2
Tailscale + Blink / Termux Terminal (iOS & Android) WireGuard + Mosh UDP IdP SSO + Secure Enclave Very Low (UDP) Full shell control, tmux attach Tier 1
ChatOps (Telegram/Slack) Messaging App Bots Bot WebSockets / MCP User ID Whitelisting Zero (App Push) Inline keyboards, whisper voice Tier 2
AntigravityMobile Native Android + Rust Node.js WS + RustDesk PIN + IP Rate Limiting High (Video stream) Native touch gesture injection Tier 3
AG2R Web Viewport CDP Screen Scraping None / Unauthenticated High Broken / Sunset Tier 4 (Sunset)

Adversarial Red-Team & Security Audit

CDP 0.0.0.0 Exposure & DNS Rebinding

Never bind --remote-debugging-port to 0.0.0.0 or expose it through unauthenticated tunnels. Because Chromium's DevTools server lacks Host header validation, a visiting webpage can exploit DNS rebinding to execute arbitrary JavaScript and gain full RCE on your workstation.

Mobile OS Background Socket Suspension

iOS suspends background apps in <30 seconds, immediately terminating active WebSockets. Android Doze mode suspends TCP keepalives during idle states. Production remote control architectures must rely on APNs/FCM push wakeup or decoupled session multiplexers (tmux/zellij).

HITL TOCTOU Race Conditions

Network latency during mobile command approval prompts introduces Time-of-Check to Time-of-Use vulnerabilities where the local repository drifts before the user taps "Approve". Enforce transactional, idempotent state checks prior to execution.

Canonical Source Directory

Key Source / Project Organization / Domain Tier Live Reference
[S01] Google Antigravity Documentation Google (antigravity.google) Tier 1 antigravity.google
[S02] AgentsRoom Multi-Agent Cockpit AgentsRoom (agentsroom.dev) Tier 1 agentsroom.dev
[S03] Antimatter Native Android Companion GitHub (saifmukhtar/antimatter) Tier 1 saifmukhtar/antimatter
[S04] OmniAntigravity Remote Chat GitHub (diegosouzapw/OmniAntigravityRemoteChat) Tier 1 OmniAntigravity Remote Chat
[S05] Antigravity Phone Chat GitHub (krishnakanthb13/antigravity_phone_chat) Tier 1 Antigravity Phone Chat
[S06] Tailscale WireGuard Mesh & Serve Tailscale (tailscale.com) Tier 1 tailscale.com
[S07] Blink Shell Mosh & Secure Enclave Blink.sh (blink.sh) Tier 1 docs.blink.sh
[S08] Remoat Voice & Telegram Bridge GitHub (optimistengineer/remoat) Tier 2 optimistengineer/remoat