logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-node
or

Install via npx

npx @hexmos/ipm i openclaw/openclaw-windows-node

Prerequisites

Windows

Operating System

Version: 10 (20H2+) or 11

.NET SDK

Development Tool

Version: 10.0

Windows SDK

Development Tool

Version: Latest (for WinUI build)

WebView2 Runtime

Runtime

Version: Latest

git

Version Control

dotnet CLI

Development Tool

WinAppCLI

CLI Tool

Version: 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 -Wait

Build 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 -NoBuild

Build 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"