Windows install guide · Independent guidance

Install OpenClaw on Windows 11 or Windows 10

Windows has three supported paths: Windows Hub for a native companion, the PowerShell installer for a native CLI/Gateway, and WSL2 for the most Linux-compatible Gateway. Pick one owner for the Gateway instead of installing several competing services.

Current snapshotUpdated 2026-08-24Official docs main snapshot · OpenClaw 2026.8.1
01

Choose the owner before installing

  • Windows Hub: desktop setup, tray status, chat, diagnostics, node mode, and local MCP mode.
  • Native PowerShell: direct Windows CLI and managed Gateway through Scheduled Tasks or a per-user startup fallback.
  • WSL2: Linux-compatible runtime, systemd user service, and Linux tooling; Windows Hub can provision its own isolated WSL distribution.
02

Native PowerShell path

  1. 1

    Run the official installer

    Review the official PowerShell script and domain first.

    iwr -useb https://openclaw.ai/install.ps1 | iex
  2. 2

    Verify the installation

    Inspect version and health before adding a channel.

    openclaw --version
    openclaw doctor
    openclaw gateway status --json
  3. 3

    Install managed startup if needed

    This may create a Scheduled Task.

    openclaw gateway install
    openclaw gateway status --json

Common questions

Before you act

Is WSL2 required?

No. It remains a strong compatibility option, while Windows Hub and the native CLI/Gateway are supported alternatives.

Primary sources

Verify against the owner.

Content snapshot follows official docs main at the recorded commit; the current package metadata reported 2026.8.1 when verified. Your installed release and live CLI schema remain authoritative.