OpenClaw installation hurdles on Windows 11 and how to overcome them

✍️ OpenClawRadar📅 Published: March 18, 2026🔗 Source
OpenClaw installation hurdles on Windows 11 and how to overcome them
Ad

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.

Ad

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

Ad

👀 See Also