Install
sudo needed.
Sign in
~/.orgo/credentials.json (mode 0600). To use a separate
identity in dev, set ORGO_PROFILE=dev.
Commands
--json for machine-readable output and --help
for details. Pipe-friendly by default: TTY detection switches to plain
text + JSON when stdout isn’t a terminal.
Create a computer
Resize a running computer with
orgo computers resize <name> --ram 8 --cpu 4 --disk 64 (disk grows only; live RAM resize caps at 32 GB).
SSH
/root/Desktop by default (override with --cwd). Standard SSH
disconnect sequences:
Agent TUI
Sessions auto-persist to
~/.orgo/sessions/ after every turn - Ctrl+C
loses nothing.
Resume a session
One-shot run
For scripts and CI:--json to
get a single structured object at the end:
Run commands on a computer
One-shot actions for scripts and CI:Templates
Reproducible computer definitions - build once, launch anywhere. See the Templates guide for the full schema.orgo computers create --template claude-code.
Files and secrets
API keys
Environment
Shell completion
The CLI ships with bash, zsh, and fish completion scripts.orgo completion <shell> prints the script - source it from your shell config to enable it:
orgo ssh <Tab> shows your actual machines.