OpenClaw installation hurdles on Windows 11 and how to overcome them

Installing OpenClaw on a fresh Windows 11 machine isn't as simple as running the official quick-start script. A user who tried installing it on a budget mini PC encountered three specific hurdles that prevented the "one-click" installation from working.
The three installation obstacles
The user purchased a refurbished mini desktop PC ($200 CAD, Core i5, 16GB RAM, 256GB SSD) to serve as an isolated AI sandbox. When attempting the OpenClaw installation, these issues emerged:
- PowerShell Execution Policy Block: Windows refuses to run the install script by default. To fix this, open PowerShell as Administrator and run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser - Windows Defender Blocking: Even after fixing PowerShell, Windows Antivirus flags and blocks the install.ps1 file. You must manually go into the file properties and unblock it, explicitly telling Windows the script is safe.
- Missing Dependencies: The installation assumes a developer environment is already set up. On a bare-bones PC, you need to install Node.js, NPM, and Git using winget before attempting the OpenClaw install. Without these, the installation crashes halfway through.
The user notes that these issues aren't mentioned in the official documentation and required weeks of forum digging to resolve. They created a video breakdown showing how to bypass the security blocks and set up the mini PC.
This experience highlights that while developers might breeze through the installation, recreational tinkerers or those setting up isolated AI sandboxes on budget Windows hardware will encounter these specific technical obstacles.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Camoufox Cookie Injection: Browse Reddit as Yourself While Your Agent Does the Work
A detailed walkthrough on bypassing Reddit bot detection by extracting Firefox cookies and injecting them into Camoufox via Playwright.

A Management Framework for Leading AI Agents Effectively
A former backend lead identifies a plateau in AI agent productivity and proposes a framework based on three disciplines: cybernetics, information theory, and management. The framework details two operational modes: the Captain and the Architect.

5 Common OpenClaw Setup Mistakes and How to Fix Them
Practical fixes for the five most common OpenClaw setup mistakes: skipping persistent memory, no outbound access, overloading system prompt, missing fallback behavior, and using a single model.

Four Common Setup Mistakes That Make People Quit OpenClaw
A Reddit user reports seeing over 50 people quit OpenClaw due to four specific setup issues: missing SOUL.md files, excessive API costs from using Opus model for everything, installing too many skills at once, and creating multiple agents before the first one works properly.