Step-by-step for the home living room workstation (7950X3D · 7900 XTX)
You MUST be on the correct machine for this guide. Check below:
| Location | Machine | CPU | This Guide? |
|---|---|---|---|
| Home, living room, connected to TV | HER ✅ | 7950X3D | YES — proceed |
| School office | Mini | 7640HS | NO — wrong guide |
| Home, other room (server) | HIM | 7800X3D | NO — wrong guide |
If you're not on HER, stop here. This guide is specifically for the 7950X3D workstation in the living room.
OpenClaw runs on Node.js. HER needs it installed first.
Verify installation:
node --version npm --version
Should show v22.x.x and 10.x.x
node --version here.
In Administrator PowerShell:
npm install -g openclaw # Verify openclaw --version
Expected: openclaw v2026.4.x (or current version)
openclaw --version here.
OpenClaw needs a workspace folder for configs and memory.
# Create the workspace directory mkdir "$env:USERPROFILE\.openclaw-workspace" -Force # Enter it cd "$env:USERPROFILE\.openclaw-workspace" # Verify you're in the right place pwd
Should show something like C:\Users\[YourName]\.openclaw-workspace
pwd here.
Tell OpenClaw who HER is.
# Create the config directory mkdir "$env:USERPROFILE\.openclaw" -Force # Create profiles config @