Changelog
Last updated: August 13, 2026
August 13, 2026
Please update iOS.
Breaking — push your on-device repos to GitHub before updating. On-device repos move to a new local storage format, and this build cannot carry existing ones across. Anything that lives only on your iPhone and has not been pushed is lost on update.
- On-device repos no longer have to be a GitHub clone — create a project directly on your phone with no git and no remote, and preview it there: static HTML through a client-only Vite app.
- Public preview tunnels — serve an on-device project over a
*.repogo.devURL. The app has to stay open; iOS does not allow the tunnel to run in the background.
The point of the change is that RepoGo should work for someone who doesn't have a sandbox or a paired device.
Current compatible versions: iOS 1.0.0 (113) · RepoGo Host 1.0.0 (7)
July 30, 2026
Please update iOS and the RepoGo Host.
- Security hardening — improved security on the RepoGo Host and narrowed service scopes.
- Remote updates — update the Host from iOS. macOS will prompt for keychain access during the update; choose Always Allow so the Host can restart itself once the new build is installed.
Current compatible versions: iOS 1.0.0 (107) · RepoGo Host 1.0.0 (7)
July 27, 2026
Please update the RepoGo Host.
We run RepoGo against more than five of our own apps day to day. Working through a batch of migrations, ten minutes of grace on each of that many workspaces still left a pile of dev servers running for nobody — mostly Next.js, and together enough to bring a Mac to a crawl. So we tightened it, and gave you a way to skip the wait entirely.
- Dev servers stop sooner — services started from
environment.jsonnow stop 3 minutes after the last person closes the workspace, down from 10. The countdown shows on the workspace's tab, next to a Kill app button if you'd rather not wait it out. Reopen the workspace and the countdown is cancelled. idleStop— new, and set per service inenvironment.json."now"stops a service the moment you leave;"never"keeps it running until you stop it yourself. Leave it out for the 3-minute default. See Start Services Automatically.- Cloud Sandboxes are unchanged — their services stay up the whole time the sandbox is awake.
Current compatible versions: iOS 1.0.0 (105) · RepoGo Host 1.0.0 (5)
July 24, 2026
Please update iOS and the RepoGo Host.
- Voice updates — improvements to voice sessions.
- Mac auto start — the RepoGo Host can now start automatically on your Mac, configured via
environment.json.
Current compatible versions: iOS 1.0.0 (105) · RepoGo Host 1.0.0 (3)