How to install openclaw/openclaw-windows-node. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
openclaw/openclaw-windows-node Installation Guide
How to install openclaw/openclaw-windows-node. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for openclaw/openclaw-windows-node. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i openclaw/openclaw-windows-nodeor
Install via npx
npx @hexmos/ipm i openclaw/openclaw-windows-nodePrerequisites
Windows
Operating SystemVersion: 10 (20H2+) or 11
.NET SDK
Development ToolVersion: 10.0
Windows SDK
Development ToolVersion: Latest (for WinUI build)
WebView2 Runtime
RuntimeVersion: Latest
git
Version Controldotnet CLI
Development ToolWinAppCLI
CLI ToolVersion: Latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download Latest Stable Installer (Recommended for End-Users)
Invoke-WebRequest -Uri https://github.com/openclaw/openclaw-windows-node/releases/latest/download/OpenClawCompanion-Setup-x64.exe -OutFile OpenClawCompanion-Setup-x64.exe
Start-Process ./OpenClawCompanion-Setup-x64.exe -Wait
Invoke-WebRequest -Uri https://github.com/openclaw/openclaw-windows-node/releases/latest/download/OpenClawCompanion-Setup-arm64.exe -OutFile OpenClawCompanion-Setup-arm64.exe
Start-Process ./OpenClawCompanion-Setup-arm64.exe -WaitBuild from Source (Windows PowerShell)
git clone https://github.com/openclaw/openclaw-windows-node.git
cd openclaw-windows-node
.\build.ps1 -CheckOnly
.\build.ps1
.\run-app-local.ps1
.\run-app-local.ps1 -NoBuild
.\run-app-local.ps1 -Isolated
.\run-app-local.ps1 -Configuration Release -Isolated -UpdateChannel alpha
.\run-app-local.ps1 -UseWinApp -NoBuildBuild and Run CLI WebSocket Validator (Windows PowerShell)
git clone https://github.com/openclaw/openclaw-windows-node.git
cd openclaw-windows-node
dotnet run --project src/OpenClaw.Cli -- --help
dotnet run --project src/OpenClaw.Cli -- --message "quick send validation"
dotnet run --project src/OpenClaw.Cli -- --repeat 5 --delay-ms 1000 --probe-read --verbose
dotnet run --project src/OpenClaw.Cli -- --url ws://127.0.0.1:18789 --token "<token>" --message "override test"