Get OpenClaw running on Windows in about 10 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. You'll need an Anthropic API key — sign up at console.anthropic.com, add some credits, and you're set.
Getting started with Claude
You'll need an Anthropic API key
Takes 2 minutes. You pay Anthropic directly — no markup.
- 1
Go to console.anthropic.com and sign up
Creating an account is free — no credit card required to get started.
- 2
Create an API key under "API Keys"
It'll look like
sk-ant-api03-... - 3
Paste it into the ClawReady setup wizard
The installer walks you through exactly where to put it.
What will it cost?
Billed directly by Anthropic — no markup. You can set a monthly spending cap in the Anthropic console so you're never surprised.
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
# 10 minutes later...
[OK] OpenClaw is running!
Your AI agent is live at localhost:3000
Average time: ~10 minutes. Success rate: 100%
Simple by design
From zero to running in 3 steps
Download & run the installer
After purchase, download ClawReady-install.ps1. Right-click PowerShell, run as Administrator, and execute the script.
Watch everything configure
ClawReady enables WSL2, installs Ubuntu, sets up Node.js, installs OpenClaw, configures systemd, Task Scheduler, and power settings — automatically.
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.
What ClawReady handles
Everything. Automatically.
Every step that trips people up during a manual install is handled by the script — silently and correctly.
WSL2 auto-configuration
Detects if WSL2 is installed. If not, enables it via DISM, installs Ubuntu 22.04, and configures everything — including systemd support.
Node.js via nvm
Installs nvm inside WSL2, then installs the latest Node.js LTS. No version conflicts, no PATH headaches. Just works.
OpenClaw global install
Runs `npm install -g openclaw` inside WSL2 with correct permissions. Verified with a health check before proceeding.
Windows boot auto-start
Creates a Task Scheduler job that launches OpenClaw inside WSL2 every time Windows boots — no manual intervention needed.
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.
Telegram bot wizard
A browser-based setup wizard walks you through creating a Telegram bot and connecting it to OpenClaw — no manual config files.
Anthropic API key entry
Securely enter your API key through the local setup wizard. Stored in OpenClaw's config — never sent anywhere else.
Windows Update hardening
Disables active hours interference so Windows Update doesn't restart your machine mid-task while your agent is working.
What people are saying
Real installs. Real people.
I bought a $60 pawnshop laptop and got OpenClaw running in under 10 minutes. Would have paid $50.
Phil E.
Arizona
“I've set up dev environments for years. ClawReady saved me a solid afternoon and actually worked first try. Worth every penny.”
James A.
Arizona
“Heard setting this stuff up manually was a nightmare, so I just used ClawReady. Went smooth, zero issues. I'm an artist, not a dev — that's exactly what I needed.”
Danny
Los Angeles
“Set this up from Munich in under 10 minutes. Works perfectly. Didn't think it'd be this painless.”
AD
Munich 🇩🇪
Simple pricing
One price. Everything included.
No subscription. No upsells. You own it.
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
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 open PowerShell and paste one command. The script handles everything else.
How do I open PowerShell?
- Press the Windows key
- Type PowerShell
- Click Windows PowerShell and press Enter
- Paste the install command when prompted
Paste this command:
irm https://clawreadyapp.com/install.ps1 | iexWhat Windows versions are supported?
Windows 10 version 2004 (May 2020 Update) or newer, and all versions of Windows 11.
To check your version: Press Windows key + R, type winver, press Enter. If you're on an older version, visit Windows Update to upgrade.
How much disk space do I need?
ClawReady installs Ubuntu via WSL2, which requires 2–4 GB of disk space. We recommend having at least 5 GB free to be safe before running the installer.
Do I need to download Claude Code separately?
No — you do NOT need to download Claude Code separately. ClawReady handles everything, including Claude Code installation.
What if something goes wrong during install?
The installer checks each step before proceeding and tells you exactly what failed. It's idempotent — you can run it again safely. Loki (the chat widget below) can also help troubleshoot.
Do I need an Anthropic API key?
Yes — you'll need an Anthropic API key. Create an account at console.anthropic.com, add some credits, and paste the key into the setup wizard. Typical usage runs $5–20/month, billed directly by Anthropic. You can set a spending cap in the console so you're never surprised.
How much will the API cost me?
It depends on how much you use your agent. Light users (a few chats a day) typically spend $2–5/month. Normal daily use runs $5–15/month. Heavy power users might hit $20–40/month. Anthropic lets you set a monthly spending limit so you stay in control.
Can I use my Claude Pro or Max subscription instead?
Claude Pro/Max subscriptions no longer work with third-party tools like OpenClaw as of April 4, 2026. ClawReady uses API keys instead — no subscription required.
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.
What if my agent stops responding?
The OpenClaw service may have stopped. Open PowerShell and run this command to restart it:
PowerShell restart command:
wsl -d Ubuntu -e bash -c "sudo systemctl restart openclaw"Loki (the chat widget in the bottom-right) can also walk you through troubleshooting step by step.