Are you intimidated by words like “code” or “command line”? Don’t worry—this tutorial is made just for you! OpenClaw, the viral “blue lobster” AI assistant, is way easier to install than you think and 100% free. Follow these steps, and even a complete beginner can set up their own AI assistant successfully.
Step 1: Preparation (You Only Need a Computer)
All you need:
- A Windows 10/11 PC
- A stable internet connection
No programming skills required, and no paid software needed! OpenClaw is open‑source and free.
Step 2: One‑Click Installation (Just Copy & Paste)
Here’s the easiest part:
1️⃣ Open PowerShell
- Right‑click the Start Menu
- Select Windows PowerShell (Admin) or Terminal (Admin)
2️⃣ Copy this code
iwr -useb https://openclaw.ai/install.ps1 | iex
3️⃣ Paste it into the window and press Enter
💡 Pro Tip: In PowerShell, right‑clicking pastes—no need to use Ctrl+V.
4️⃣ Follow the prompts
The installation will start automatically! Just watch the screen and answer a few simple questions:
- Choose QuickStart
- Pick your preferred AI model (Gemini or GPT are recommended)
- Go to the official website, copy your API Key, and paste it back
You don’t need to write a single line of code—just follow the prompts!
Step 3: Verify Success
After installation, run these commands to check the status:
openclaw doctor
openclaw status
If you see green ✓ marks, congratulations—installation is complete!
Finally, type openclaw dashboard and your browser will open your AI assistant control panel.
Troubleshooting
| Problem | Solution |
|---|---|
| Paste not working | Right‑click to paste—don’t use Ctrl+V |
| Permission errors | Make sure you opened PowerShell as Administrator |
| Installation stuck | Restart your PC and try again, or check your internet connection |