- GitHub 仓库: https://github.com/nousresearch/hermes-agent
- 官方网站: https://hermes-agent.nousresearch.com/
- 中文站点:https://hermesagent.org.cn
Hermes Agent 是 Nous Research 开发的开源自主 AI 智能体,于 2026 年 2 月发布。它不是绑定在 IDE 上的代码补全工具,也不是套壳聊天机器人——它住在你的服务器上,记住它学到的一切,运行越久能力越强。支持 Linux、macOS 和 WSL2,一条 curl 命令即可安装,无需任何前置依赖。
安装
1 | curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash |
自动安装 uv、Python 3.11,克隆仓库并完成所有配置,无需 sudo 权限。