Skip to main content
This setup path is for Windows users. OpenClaw workshop commands should run inside Ubuntu on WSL2 unless a later step explicitly says otherwise.

Install Or Verify WSL2

Open PowerShell and check your current WSL status:
You should see Ubuntu running on WSL version 2:
If Ubuntu is installed but still on WSL1, convert it:
If WSL is missing, run PowerShell as Administrator and install it:

Enter Ubuntu

Open Ubuntu from your Windows terminal. Open Ubuntu from the Windows terminal Prepare local binary folders and npm’s global prefix:

Install Node.js With NVM

In the Ubuntu terminal, install and load nvm:
Install and use Node 22:
Verify Node and npm:

Install Codex CLI

Install Codex globally inside WSL:
Then continue to Accounts And Onboarding.