Windows 11 + WSL2
Prepare Windows 11 with Ubuntu on WSL2.
Follow these steps before the install call when Hermes will run inside Ubuntu on WSL2.
Do these in order before install day
Complete as much as your policy allows. If a step is blocked, note who can approve or unblock it during onboarding.
Step 1
Update Windows and restart
Use Windows 11 with all pending updates installed. Restart before the call so WSL and virtualization changes are not waiting on reboot.
Step 2
Open Windows Terminal as admin
Open Windows Terminal as Administrator for setup steps that require elevated privileges. Keep the Windows device administrator available if corporate policy controls terminal or virtualization access.
Step 3
Install or verify Ubuntu on WSL2
Install WSL2 with Ubuntu if it is not already present: wsl --install -d Ubuntu. Existing Ubuntu installs are fine if they are clean and maintained.
Step 4
Update Ubuntu and confirm sudo
Inside Ubuntu, run standard updates before the call: sudo apt update && sudo apt upgrade -y. Confirm the Windows user can open Ubuntu, create files in the Linux home directory, and use sudo.
Step 5
Surface VPN, antivirus, and WSL policy
Keep antivirus, VPN, or corporate device policies visible. If they block local services, ports, SSH, Tailscale, or WSL networking, bring the device administrator to the install call.
wsl --statuswsl --install -d Ubuntusudo apt update && sudo apt upgrade -yWhat we will walk through together
- Confirm scope, owner, machine, and access boundary.
- Verify OS, network, shell, package manager, and remote access posture.
- Install and configure Hermes on your infrastructure.
- Connect approved accounts and integrations through secure OAuth or password-manager flows.
- Run supervised test workflows with clear approval gates.
- Document operating commands, recovery notes, and the handoff checklist.
Hermes launches under supervision
Legacy OpenClaw support is diagnostic-only unless explicitly scoped. The legacy path is ~/.openclaw/. No alternate legacy directory applies.
Need a different OS guide?
macOS workstation
macOS
Follow these steps before the install call when Hermes will run on a Mac mini or another dedicated macOS machine.
Open macOS guide →Linux host
Linux
Follow these steps before the install call when Hermes will run on a dedicated Linux workstation, mini PC, or server.
Open Linux guide →