TSF – Giải pháp IT toàn diện cho doanh nghiệp SMB | HCM

Easy OpenClaw Windows Setup (No WSL Guide)

🤖 OpenClaw Windows Setup Without WSL – Full AI Automation Guide

Looking to run an AI assistant on Windows without WSL? This guide will walk you through how to install and set up OpenClaw on Windows 11 quickly and easily.

OpenClaw allows you to build powerful AI automation workflows, control tools, and integrate intelligent agents directly on your local machine. The best part? No Linux subsystem required.

Follow the steps below to get started.


🚀 1. Installing OpenClaw

🔑 Step 0: Create an API key

Access this link to create a free API key for Gemini.

https://aistudio.google.com/app/apikey

Api key: AIzaSyDnsJy2ovJPAsq9hoHQDO8jAlSYdDLrpBg


💻 Step 1: Download and install Git

https://git-scm.com/download/win

Click Next by default. Then open PowerShell and check:

 
git –version
 

⚙️ Step 2: Install Node.js (very important)

OpenClaw runs on Node.js.

Download from this link: https://nodejs.org

Install LTS version 22 or later (for safety, choose version 22 LTS)


🔐 Step 3: Allow PowerShell to run the script

Open PowerShell and run the command:

 
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
 

Enter Y

Check the npm (Node Package Manager) version:

 
npm -v
 

🧩 Step 4: Install the C++ build tool

Download link: https://visualstudio.microsoft.com/visual-cpp-build-tools/

Click Install

Exit


⚡ Step 5: Install OpenClaw

Open PowerShell with normal privileges (no admin required) (Terminal for Win11). Run:

 
iwr -useb https://openclaw.ai/install.ps1 | iex
 

The script will automatically:

• clone OpenClaw
• install dependencies
• set up the environment

This usually takes 5-10 minutes. After installation


🌐 Step 6: Access

Get the token key, enter the command in the terminal (PowerShell):

 
type $env:USERPROFILE\.openclaw\openclaw.json
 

Browser (Chrome): enter the API token along with:

 
http://127.0.0.1:18789/#token=9e81cb8acd07f18d92dd26a7eea2d1d60dc29257bd4896c8
 

You will see the Control UI.


🔄 Step 7: Schedule OpenClaw to run in the background

By default, a Task Schedule will be generated to start Openclaw with Windows.
The default file is located at:

 
C:\Users\<Your User>\.openclaw\gateway.cmd
 

If Openclaw is turned off, open the Terminal and type the command to restart Openclaw:

 
openclaw gateway
 

🧠 Why Use OpenClaw on Windows?

Running OpenClaw on Windows without WSL is ideal for users who want a simpler setup without dealing with Linux environments. This approach gives you:

  • ✅ Faster setup time
  • ✅ Native Windows performance
  • ✅ Easy integration with local tools
  • ✅ Beginner-friendly workflow

Whether you’re building an AI assistant, automating tasks, or experimenting with AI agents, OpenClaw provides a flexible and powerful platform.


📌 Final Thoughts

You now have a fully working OpenClaw setup on Windows 11, running without WSL. From here, you can start exploring automation workflows, integrating APIs, or even connecting with tools like Telegram bots and local AI models.

If you’re building a full AI system, this is a strong foundation to expand into more advanced automation.

See also related articles

P10 – Uninstall OpenClaw Windows Fast

P10 – Uninstall OpenClaw Windows Fast https://youtu.be/1ljEMzohiSY 🚀 AI Tutorial – P10: Uninstall OpenClaw on Windows (Clean Removal & Fix Issues) If you’re facing issues with OpenClaw or simply want to remove it completely, performing a proper Uninstall OpenClaw Windows process is essential. A partial uninstall may leave behind background...

Read More

P9 – Build Local AI Telegram Bot Fast (Ollama Guide)

P9 – Build Local AI Telegram Bot Fast (Ollama Guide) https://youtu.be/YuiLJDLIVr0 🚀 AI Tutorial – P9: Create a Local AI Telegram Bot with Ollama in Minutes Building a Local AI Telegram Bot is one of the fastest ways to bring AI into real-world usage. By combining Ollama with a simple...

Read More

P8 – Ultimate OpenClaw Local AI Setup

P8 – Ultimate OpenClaw Local AI Setup 🚀 AI Tutorial – P8: Complete Guide to Running Local AI with Ollama, Qwen & Open WebUI Running openclaw local AI is one of the most powerful ways to build a private, fast, and cost-efficient AI system. By combining Ollama, Qwen models, and...

Read More