FAQ-問題與解答
主頁 »» mac mini| 內容列表 | |
|---|---|
|
|
[ 回索引 ]
此篇文章為網友個人意見,不代表本站立場.
| 發表者 | 樹狀展開 |
|---|---|
| jetbomb | 發表日: 2026-02-22 20:17 更新: 2026-02-22 20:17 |
網站管理員 ![]() ![]() 註冊日: 2025-10-24 來自: MCSD HUI HUA PENG 發表數: 318 |
嗯.我要張龍在mac mini 安裝openclaw
了解,你的需求很簡單:要在 Mac mini(張龍) 上安裝 OpenClaw。 安裝 OpenClaw 的基本步驟(macOS) 確認環境 macOS 已更新到最新版本。 安裝好 Homebrew(方便管理套件): bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 安裝必要套件 Git、Python、Node.js(依 OpenClaw 的需求): bash brew install git python node 下載 OpenClaw 從官方 repo 或指定來源 clone: bash git clone https://github.com/openclaw/openclaw.git cd openclaw 安裝依賴 如果是 Node.js 專案: bash npm install 如果是 Python 專案: bash pip install -r requirements.txt 啟動 Gateway 依照官方文件,通常會有: bash npm run start 或 bash python main.py 測試服務 在瀏覽器打開 http://localhost:8188 或 http://localhost:80(依設定),確認 Gateway 正常。 |
|
|



