Skip to main content
Workspaces are the units you work in once an environment exists.

The Default Workspace

Every environment starts with a workspace named main:
  • main uses the shared /workspace root
  • It has a primary tmux session
  • rmux workspace attach targets it by default

Named Workspaces

Named workspaces let you keep parallel work isolated:
For git repos, named workspaces use remote git worktrees. For non-git directories, RemoteMux creates copied folders.

Commands

Editor Access

Editor access currently supports backend=aws and backend=gcp. See Editor Access for details.
Last modified on March 30, 2026