macOS 安裝指南

OpenClaw 在 macOS的下載與設定

適合本機優先使用者,支援原生 App 與 CLI 上線路徑,能快速完成配對與啟動檢查。

安裝路徑

快速路徑(多數使用者)

全域安裝 CLI 並直接進入引導式設定流程。

npm install -g openclaw@latest && openclaw onboard

一鍵安裝腳本

單行腳本安裝,適合快速起機。

curl -fsSL https://openclaw.ai/install.sh | bash

進階 / 原始碼路徑

適合需要客製或參與開發的使用者。

git clone https://github.com/openclaw/openclaw.git && cd openclaw && pnpm install && pnpm run build

驗證清單

  • 執行 openclaw doctor,確認必要檢查都為正常。
  • 執行 openclaw logs --follow,確認沒有重複致命錯誤。
  • 從聊天通道送出一條測試命令,確認端到端可執行。

高意圖修復入口

安裝排障助理

macOS 安裝遇到問題?直接問 OpenClaw 助理

提供你現在的指令與現象,助理會回傳最精確的 docs 路徑與下一步。

OpenClaw 專家

來自官方文件

我可以協助你在 macOS 完成 OpenClaw 安裝、設定與排障。

Common questions:

OpenClaw macOS 下載教學 | 安裝與設定(繁中)