Show HN: Remoat – Control Antigravity from your phone via Telegram(github.com)
github.com
Show HN: Remoat – Control Antigravity from your phone via Telegram
https://github.com/optimistengineer/remoat
3 comments
Nice work! Built something in the same space — Levitation (https://levitation.studio). Different approach: web dashboard instead of Telegram, so you get a full UI for managing multiple agents replicating the Agents Manager interface of Antigravity. Both open source.
Funny thing you built yours with Claude Code :). Mine is completely written (well 99%) with Antigravity.
Funny thing you built yours with Claude Code :). Mine is completely written (well 99%) with Antigravity.
I'm curious, since there are no exposed ports, I assume the local Remoat client is long-polling the Telegram Bot API? How are you handling connection stability or retry logic when the machine temporarily drops off the network?
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