Setting up OpenClaw on Windows might seem intimidating, but with this guide you can have it running in under 10 minutes. No programming experience required.

What You Need

  • Windows 10 or 11
  • Internet connection
  • 10 minutes of free time
  • An Anthropic API key

Step 1: Install Node.js (2 Minutes)

Go to nodejs.org, click the LTS button, run the installer. Verify with node --version in Command Prompt.

Step 2: Install OpenClaw (2 Minutes)

Open Command Prompt as Administrator and run:

npm install -g openclaw

Step 3: Get Your API Key (3 Minutes)

Go to console.anthropic.com, create an account, and copy your API key. Keep it secret!

Step 4: Configure OpenClaw (2 Minutes)

Run openclaw init and paste your API key when prompted.

Step 5: Start Chatting!

Run openclaw chat and start talking to your AI assistant!

Troubleshooting

“npm not recognized” – Reinstall Node.js with “Add to PATH” checked.

“Permission denied” – Run Command Prompt as Administrator.

Learn More

Want the complete guide? Get How To OpenClaw For Dummies – master AI agents even if you have never coded before!