60 秒完成安装

安装 Hermes Agent

一键脚本安装,支持 Linux、macOS、WSL2 和 Android Termux。安装后立即可以开始对话。

安装过程示意图

前置条件

terminal

Python ≥ 3.10

Hermes 是 Python 项目。运行 python3 --version 检查版本。

wifi

网络连接

安装脚本从 GitHub 下载。国内用户可能需要代理。

computer

支持的平台

Linux、macOS、WSL2。Windows 原生不支持,请用 WSL2。

1

执行一键安装脚本

打开终端,执行官方安装脚本。脚本会自动检测系统环境,安装 Hermes 运行时及其依赖。

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
macOS 自带 curl,直接粘贴执行即可。如遇权限问题,先运行 xcode-select --install。

✓ Hermes installed successfully

Run `hermes` to start chatting

2

运行配置向导

首次使用需要配置模型 provider 和 API key。运行交互式向导完成全部配置。

hermes setup
3

启动 Hermes

一切就绪!运行 hermes 进入交互式 CLI,开始你的第一次对话。

hermes
准备好了吗?

开始 7 天入门路径,从零到自动化。

开始 7 天教程

常见问题

安装脚本报错怎么办? expand_more
检查网络是否能访问 GitHub。如不能,尝试 pip install hermes-agent 直接安装。Python 版本需 ≥ 3.10。
如何卸载 Hermes Agent? expand_more
执行 hermes uninstall 即可完整清理。配置文件保留在 ~/.hermes/,可手动删除。
支持哪些操作系统? expand_more
Linux、macOS、Windows WSL2、Android Termux。Windows 原生不支持。