Last active
March 8, 2026 10:33
-
-
Save up1/67571bd1da316a217525dd1e20ae134d to your computer and use it in GitHub Desktop.
Install OpenClaw with Ollama
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. ติดตั้ง Ollama | |
| $curl -fsSL https://ollama.com/install.sh | sh | |
| # 2. Check version ต้องเป็น v 0.17 ขึ้นไปเท่านั้น | |
| $ollama -v | |
| ollama version is 0.17.7 | |
| # 3. ทำการติดตั้ง OpenClaw ผ่าน Ollama model | |
| # โดยใช้งาน kimi model บน cloud | |
| # https://ollama.com/library/kimi-k2.5 | |
| $ollama launch openclaw --model kimi-k2.5:cloud | |
| ทำการติดตั้ง OpenClaw ถ้าไม่มี | |
| OpenClaw is not installed. Install with npm? | |
| Installing OpenClaw... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenClaw installed successfully | |
| Added kimi-k2.5:cloud to OpenClaw | |
| Launching OpenClaw with kimi-k2.5:cloud... | |
| Setting up OpenClaw with Ollama... | |
| Model: kimi-k2.5:cloud | |
| 🦞 OpenClaw 2026.3.7 (42a1394) | |
| I don't just autocomplete—I auto-commit (emotionally), then ask you to review (logically). | |
| Config write anomaly: /Users/somkiatpuisungnoen/.openclaw/openclaw.json (missing-meta-before-write) | |
| Updated ~/.openclaw/openclaw.json | |
| Workspace OK: ~/.openclaw/workspace | |
| Sessions OK: ~/.openclaw/agents/main/sessions | |
| Installed LaunchAgent: | |
| Logs: | |
| Agents: main (default) | |
| Heartbeat interval: 30m (main) | |
| Session store (main): | |
| Tip: run `openclaw configure --section web` to store your Brave API key for web_search. Docs: https://docs.openclaw.ai/tools/web | |
| ✓ Installed web search plugin | |
| Starting your assistant — this may take a moment... | |
| Starting gateway... | |
| ✓ OpenClaw is running | |
| Open the Web UI: | |
| http://localhost:18789/#token=ollama | |
| Tip: connect WhatsApp, Telegram, and more with: openclaw configure --section channels |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ตรวจสอบ status และ config ของ OpenClaw | |
| $openclaw status | |
| $openclaw doctor | |
| # จัดการ gateway | |
| $openclaw gateway status | |
| $openclaw gateway reload | |
| # Security Audit | |
| $openclaw security audit | |
| $openclaw security audit --deep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $openclaw dashboard | |
| 🦞 OpenClaw 2026.3.7 (42a1394) | |
| It's not "failing," it's "discovering new ways to configure the same thing wrong." | |
| Dashboard URL: http://127.0.0.1:18789/#token=ollama | |
| Copied to clipboard. | |
| Opened in your browser. Keep that tab to control OpenClaw. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment