Hermes Agent macOS 下載與安裝教學
macOS 安裝 Hermes Agent 最快的方式:到官方網站下載 Desktop 安裝器直接執行;偏好終端機的人用一行官方安裝指令即可。
這頁適合誰:第一次在 Mac 上安裝 Hermes Agent 的使用者,不需要事先裝 Python 或 Node.js。
步驟
-
方式一:下載官方桌面版(推薦新手)
到官方網站下載 Hermes Desktop 安裝器並執行。安裝器會自動處理 Python 3.11、Node.js v22、ripgrep、ffmpeg 等相依套件,不需要手動安裝。
-
方式二:終端機一行指令
打開「終端機」,貼上官方安裝指令執行。
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash -
前置需求檢查
唯一需要事先存在的是 Git。用以下指令確認;macOS 若未安裝,系統會提示安裝 Xcode Command Line Tools。
git --version -
重新載入 shell 並啟動
安裝完成後重新載入 shell 設定,再輸入 hermes 開始使用。
source ~/.zshrc hermes -
設定模型供應商
第一次啟動要選擇 LLM 供應商並填 API key。
hermes model
完成後怎麼驗證
- 終端機輸入 hermes 能進入對話介面
- hermes doctor 全部項目通過
常見問題
裝完輸入 hermes 顯示 command not found?
shell 還沒重新載入 PATH。執行 source ~/.zshrc(zsh)或 source ~/.bashrc(bash),或直接開新的終端機視窗。詳見「hermes: command not found」排解頁。
需要先自己裝 Python 嗎?
不用。官方安裝器會自動處理 Python 3.11、Node.js v22、ripgrep 與 ffmpeg。
裝在哪個目錄?
預設安裝在使用者目錄 ~/.hermes/hermes-agent/。
相關頁
- Hermes Agent Windows 下載與安裝教學(Desktop / PowerShell / WSL2)
- Hermes Agent Linux 下載與安裝教學
- Hermes Agent WSL2 完整安裝教學(Windows 使用者進階路線)
- Hermes Agent 模型供應商與 API key 設定教學
- OpenClaw 搬家到 Hermes Agent 完整教學(官方 hermes claw migrate)
- hermes: command not found 怎麼解?
- API key not set / API key 無效怎麼解?
- Hermes requires Python 3.11 or newer 怎麼解?
- context length exceeded 怎麼解?
- Telegram 接 Hermes Agent 常見坑與解法
- 官方 Issue 精選問答
- 學校解法卡