r/Python 28d ago

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

20 Upvotes

136 comments sorted by

View all comments

1

u/Signal_Flatworm_6345 9d ago

I built a mobile app to control any AI coding agent on your PC remotely – OpenCode, Claude Code, Codex from your phone. No SSH, no VPN, just a 6-digit code. Open source.

I kept running into the same frustration — I'd be away from

my desk and want to check on a long-running agent session,

or quickly ask Claude Code something, but I'd have to run

back to my PC or set up an SSH tunnel every single time.

So I built Runmote.

**What it does:**

- Install a lightweight daemon on your PC with one curl command

- Daemon auto-detects every ACP-compatible agent you have installed

(OpenCode, Claude Code, Codex, Cursor, Copilot)

- Open the phone app → type a 6-digit pairing code → connected

- Full chat, streaming responses, persistent sessions — from anywhere

**Links:**

- GitHub: https://github.com/Raza-learner/Runmote

- Android: https://play.google.com/store/apps/details?id=dev.runmote.app

It is open-source so contributions are welcome