◐ Shell
clean mode source ↗

Running OpenClaw - [ m0 ] DOCUMENTATION

Install machine0

curl -LsSf https://machine0.io/install.sh | sh

One command to create an OpenClaw VM and SSH in:

machine0 use openclaw

Or manually:

machine0 new openclaw --image nixos-25-11-openclaw --size medium   # on NixOS
machine0 new openclaw --image ubuntu-24-04-openclaw --size medium  # on Ubuntu

machine0 ssh openclaw

# Start the onboarding flow
openclaw onboard --install-daemon

# Back up and suspend when done
machine0 sync pull openclaw:~/.openclaw/ ~/Backups/openclaw
machine0 suspend openclaw