Runmote - Control any AI coding agent from your phone
byā¢
Run any AI coding agent on your PC from your phone via QR code or 8-digit pairing. No SSH. No VPN. Works on Android, Linux, macOS, Windows.
Replies
Best
Maker
š
Hey Product Hunt! š I'm Raza, the developer behind Runmote.
The frustration that started this:
I kept wanting to check on long-running OpenCode
sessions from my phone but had to set up SSH
tunnels every single time.
So I built the whole thing from scratch:
ā Python daemon (auto-detects ACP agents)
ā FastAPI relay server (self-hostable)
ā Flutter Android app
ā Tauri Windows desktop app
Runmote is now listed on the official ACP
clients page alongside Agmente, Ferngeist,
and Happy.
The entire stack ā daemon, relay, mobile app,
desktop app ā is MIT licensed.
Try it:
curl -fsSL https://runmote.dev/install.sh | bash
Happy to answer anything about the architecture,
ACP protocol, or how I built it while learning
Flutter for the first time š
Replies