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

Free OpenClaw Gateway with Local LLM on Oracle Cloud
A developer shares how to run OpenClaw Gateway with a local Qwen3.5 27B A3B 4-bit LLM on Oracle Cloud's free tier using a VM.Standard.A2.Flex instance with 4 OCPUs, 24GB RAM, and 200GB SSD, managed remotely via the QCAI app.

Setting up OpenClaw on macOS with a unified AI provider endpoint
A developer shares their experience installing OpenClaw on macOS, including the requirement for Node.js 24, using Homebrew for installation, configuring a custom OpenAI-compatible provider like ZenMux, and setting up a background daemon. Key troubleshooting tips include WhatsApp's default message blocking and using the openclaw doctor command.

30 days of Claude for freelance business: 5 prompts that work
A freelancer tested Claude daily for 30 days and shares 5 prompts that cut proposal writing from 45 to 5 minutes, raised rates 30% with zero pushback, and tripled cold pitch response rates.

RAG Chatbot Evaluation: How a Model Sweep + Retrieval Fixes Cut Costs 79% and Raised Quality 19%
A developer evaluated a customer support RAG bot and found retrieval misconfigurations, heuristic evaluator flaws, and a cheaper model that outperformed the production one. Quality improved from 6.62 to 7.88 while cost dropped from $0.002420 to $0.000509 per session.