Install
openclaw skills install openclaw-directOne-click OpenClaw installer with security hardening. No Docker required - runs directly on Windows, macOS, and Linux.
openclaw skills install openclaw-directDouble-click to install! No Docker required.
Windows: Double-click setup.bat or setup.ps1
Linux/Mac: Run bash setup.sh
The script will:
That's it!
| Component | Details |
|---|---|
| OpenClaw | npm install -g openclaw |
| ClawHub | npm install -g clawhub |
| Skills | pc-assistant, event-monitor |
| Config | ~/.openclaw/openclaw.json |
| Workspace | ~/.openclaw/workspace |
During setup, you'll be asked for:
| Option | Default | Description |
|---|---|---|
| Port | 18789 | Gateway port |
| LLM Base URL | http://localhost:11434/v1 | Your LLM API endpoint |
| LLM Model | ServiceNow-AI/Apriel-1.6-15b-Thinker:Q4_K_M | Model ID |
LLM Base URL: http://localhost:11434/v1
LLM Model: llama3
LLM Base URL: http://localhost:1234/v1
LLM Model: llama-3-8b
LLM Base URL: http://localhost:8000/v1
LLM Model: mistral-7b
LLM Base URL: https://api.openai.com/v1
LLM Model: gpt-4o
After installation, edit ~/.openclaw/openclaw.json to add your API key.
~/.openclaw/openclaw.json# Start gateway
openclaw gateway
# Stop gateway
openclaw gateway stop
# Check status
openclaw status
npm uninstall -g openclaw
rm -rf ~/.openclaw
| File | Platform | Usage |
|---|---|---|
setup.bat | Windows | Double-click or run in CMD |
setup.ps1 | Windows | Right-click → Run with PowerShell |
setup.sh | Linux/Mac | bash setup.sh |