Work on a remote machine over SSH
Point Orca at any SSH target — a beefier dev box, a GPU host, a cloud sandbox — and it feels like a local worktree. Same editor, same diff view, same agents, different compute. You can open remote repos or just arbitrary folders.
Setup
- Add the host under Settings → SSH.
- Test the connection. Make sure git is installed on the host if you're working with a repo.
- Add the repo to Orca, selecting the SSH target as its location — or open any remote folder directly from the file picker.
Run
- Create a worktree. Orca runs
git worktree addon the remote. - Launch an agent — it runs on the remote host, not your laptop.
- Edit files inline — Orca streams saves to the remote filesystem.
- Review the diff, commit, and push from your laptop as usual.
Disconnects
Laptop sleeps, Wi-Fi drops — the agent keeps running remotely. Orca reconnects and re-attaches the terminal. Nothing lost.