Documentation
Guides and reference for RepoGo — run AI coding agents, edit any GitHub repo, and ship from your iPhone.
Features
Preview URLs
Expose a dev server running on your Mac or in a cloud sandbox at a public https URL. The URL is assigned once and stays the same across restarts, sleeps, and reconnects — and host-based targets let you run multiple services with no port conflicts.
Voice Agent
Drive your coding agents hands-free. Speak to dispatch work across chats, check progress, and answer approvals — using your own provider API key.
Customize Your Project Icon
Add a project icon that RepoGo can show in the project drawer, chat picker, chat header, and other project labels.
Managed Git — Cloning Repos and Worktrees
Clone a GitHub repo onto any environment straight from the app, or spin up an isolated worktree so several agents can work on the same repo at once. Covers exactly where RepoGo puts the folders on your Mac, your own server, and a cloud sandbox.
Finding and Sorting Chats
Browse your complete chat history with infinite loading, choose how chats are sorted, and narrow the list and search to a single project.
Getting Started
What is RepoGo?
RepoGo is a mobile client for agent orchestration — a real development environment on your iPhone that runs coding agents on your Mac or in the cloud, from anywhere.
Getting Started
Download RepoGo Host, scan its QR code or paste its connection token, and start working on your Mac from anywhere.
Keep RepoGo Host Available in the Menu Bar
Set up Open at Login, App Background Activity, and network wake so RepoGo can reach your Mac reliably—and understand what keeps it awake, what still puts it to sleep, and what to expect on battery.
Connect Your Coding Agents
Set up Claude, Codex, or Cursor for a managed cloud sandbox, and learn how agent sign-in works differently on an iPhone, paired Mac, and cloud host.
Sandboxes
Cloud Sandboxes on Vercel
Create a persistent cloud sandbox powered by Vercel that runs your agents in the cloud, keeps your repos between sessions, sleeps when idle, and turns on in seconds when you need it.
Start Services Automatically with environment.json
Add an environment.json file to your repo and RepoGo will start your dev servers, watchers, and other long-running commands automatically every time your Cloud Sandbox wakes — each one in its own terminal you can watch, stop, and restart, with public URLs your services can share.
Env Sources — Secrets That Stay on Your Mac
Point a name at a .env file on your Mac once, in the app, then reference that name from any repo with envFrom. RepoGo fetches the file from your Mac — with your approval — each time a service starts, and never writes it to the cloud or a snapshot.
One-Tap Commands with actions.json
Add an actions.json file to your repo and RepoGo turns your everyday developer commands — tests, lint, codegen — into one-tap actions on your phone. Run several at once, watch each finish, and get a clear success-or-fail alert with the exit code.