Back to browse
GitHub Repository

Control your AI code editor from anywhere — right from Telegram.

123 starsTypeScript

Remoat – Control Antigravity from your phone via Telegram

by optimistengr·Mar 2, 2026·3 points·2 comments

AI Analysis

●●SolidShip ItBig Brain

Local Telegram relay for Antigravity IDE — no cloud, no exposed ports.

Strengths
  • Zero-cloud architecture using Chrome DevTools Protocol keeps execution local and private
  • Multi-input support (text, screenshots, voice notes) enables flexible away-from-keyboard workflows
  • Quick setup with Homebrew/npm and clear prerequisites (Node 18+, Antigravity, CDP)
Weaknesses
  • Hard dependency on Antigravity IDE limits addressable market significantly
  • No comparison to SSH tunnels, tmux over Telegram, or other remote CLI solutions
  • Scoped to one IDE; unclear generalizability to other local applications
Target Audience

Antigravity IDE users who want remote control from mobile or away-from-keyboard workflows

Similar To

SSH + Telegram bots · tmux remote clients · VSCode remote control scripts

Post Description

Sometimes you’re not at your computer. But your computer should still be with you. -- Just thought how Steve Jobs would introduce this :)

I built a tool that lets you send prompts, screenshots, or voice notes from Telegram and have your computer execute them locally through Antigravity. No cloud relay, no exposed ports, but Antigravity runs natively on your machine.

I've been using it daily for the past week as my "away from keyboard" workflow. It's completely written with Claude Code.

Try it here and I would love to know what you think. npm install -g remoat && remoat setup

Or: brew tap optimistengineer/remoat && brew install remoat

GitHub: https://github.com/optimistengineer/Remoat

Similar Projects