Windows-ready installer for OpenClaw

Get OpenClaw running on Windows in 5 minutes.

ClawReady automates the entire WSL2 setup — so you skip the nightmare and go straight to having an AI agent running 24/7 on your PC.

One-time paymentNo subscriptionWindows 10/11
ClawReady-install.ps1
ClawReady v1.0 — OpenClaw Windows Installer
─────────────────────────────────────────

Installing OpenClaw on Windows is a nightmare.

The official docs assume you're a Linux sysadmin. Most people give up before they get anywhere.

Before ClawReady

The manual way

  • Enable Hyper-V in BIOS (pray it's not greyed out)
  • Run obscure DISM commands and reboot twice
  • Figure out why WSL won't install from the Store
  • Manually configure /etc/wsl.conf for systemd
  • Install nvm, then node, then deal with PATH issues
  • npm install -g openclaw → permission errors
  • Create a Task Scheduler job that actually works
  • Stop Windows from sleeping every 20 minutes
  • Debug why OpenClaw dies after a Windows Update
  • Google the same error three times over two weeks
  • Give up. Close the laptop. Blame Microsoft.

Average time: 4–8 hours. Success rate: ~30%

After ClawReady

Three steps. Done.

  • 1Download ClawReady-install.ps1
  • 2Right-click PowerShell → Run as Administrator
  • 3Run the script — watch everything configure itself

# 5 minutes later...

[OK] OpenClaw is running!

Your AI agent is live at localhost:3000

Average time: 5 minutes. Success rate: 100%

Simple by design

From zero to running in 3 steps

01

Download & run the installer

After purchase, download ClawReady-install.ps1. Right-click PowerShell, run as Administrator, and execute the script.

.\ClawReady-install.ps1
02

Watch everything configure

ClawReady enables WSL2, installs Ubuntu, sets up Node.js, installs OpenClaw, configures systemd, Task Scheduler, and power settings — automatically.

[OK] 8/8 components configured
03

Complete the setup wizard

A browser wizard opens to enter your Anthropic API key, set up your Telegram bot, and name your agent. Takes under 2 minutes.

Opening setup wizard... done

What ClawReady handles

Everything. Automatically.

Every step that trips people up during a manual install is handled by the script — silently and correctly.

Core

WSL2 auto-configuration

Detects if WSL2 is installed. If not, enables it via DISM, installs Ubuntu 22.04, and configures everything — including systemd support.

Core

Node.js via nvm

Installs nvm inside WSL2, then installs the latest Node.js LTS. No version conflicts, no PATH headaches. Just works.

Core

OpenClaw global install

Runs `npm install -g openclaw` inside WSL2 with correct permissions. Verified with a health check before proceeding.

Auto-start

Windows boot auto-start

Creates a Task Scheduler job that launches OpenClaw inside WSL2 every time Windows boots — no manual intervention needed.

Always-on

Sleep prevention

Configures Windows power settings to keep your PC awake. Your AI agent stays online 24/7, not just when you're at your desk.

Setup wizard

Telegram bot wizard

A browser-based setup wizard walks you through creating a Telegram bot and connecting it to OpenClaw — no manual config files.

Setup wizard

Anthropic API key entry

Securely enter your API key through the local setup wizard. Stored in OpenClaw's config — never sent anywhere else.

Stability

Windows Update hardening

Disables active hours interference so Windows Update doesn't restart your machine mid-task while your agent is working.

I bought a $60 pawnshop laptop and got OpenClaw running in 5 minutes. Would have paid $50.
P

Phil Ebner

Cabinet Maker

< 5 min
Typical install time
100%
Of testers got it working
$19
One-time, no subscription

Simple pricing

One price. Everything included.

No subscription. No upsells. You own it.

$19one-time

Get OpenClaw running on Windows — permanently. No recurring fees ever.

Everything included

  • ClawReady-install.ps1 installer script
  • WSL2 auto-enable & Ubuntu setup
  • Node.js LTS via nvm (inside WSL2)
  • OpenClaw global install & verification
  • systemd service configuration
  • Task Scheduler boot auto-start
  • Sleep prevention power settings
  • Windows Update hardening
  • Browser-based setup wizard
  • Anthropic API key configuration
  • Telegram bot setup assistant
  • Agent name & personality quick setup
Get ClawReady — $19

Secure checkout via Stripe. Instant download after payment.

🔒

Stripe secure checkout

Instant download

💻

Windows 10 & 11

Common questions

Do I need to know Linux or command line?

No. You only need to right-click PowerShell and run as Administrator. The script handles everything else.

What Windows versions are supported?

Windows 10 version 2004 (May 2020 Update) or newer, and all versions of Windows 11. WSL2 requires these minimum versions.

What if something goes wrong?

The installer checks each step before proceeding and tells you exactly what failed. It's idempotent — you can run it again safely.

Do I still need an Anthropic API key?

Yes — OpenClaw uses the Claude API to power your AI agent. The setup wizard helps you enter your key, but you need to get one from console.anthropic.com first.

Is this affiliated with Anthropic?

No. ClawReady is an independent tool that automates the OpenClaw installation process on Windows. OpenClaw is a separate open-source project.