Windows环境安装Hermes Desktop安装

Hermes Agent [NousResearch/hermes-agent: The agent that grows with you](https://github.com/NousResearch/hermes-agent "NousResearch/hermes-agent: The agent that grows with you")更新至0.16.0,已经可以在windows系统中运行,不需要借助WSL。国内安装会出现github下载和安装 Electron连接网络超时问题。我的解决办法:

1.安装开发者边车dev-sidecar

https://wget.la/https://github.com/ming-hai/dev-sidecar.git下载windows可执行程序。选择"默认模式",安装dev-sidecar证书,打开"git.exe代理"

2.下载Hermes Desktop安装程序

[Hermes Desktop \| Nous Research](https://hermes-agent.nousresearch.com/desktop "Hermes Desktop | Nous Research")下载 Hermes-Setup.exe

3.在powershell控制台中运行远程安装脚本

打开一个powershell控制台,按下以步骤设置镜像地址和环境变量

3.1 设置npm镜像

复制代码
npm config set registry https://registry.npm.taobao.org

3.2 设置Electron环境变量

复制代码
$env:ELECTRON_MIRROR = "https://npmmirror.com/mirrors/electron/"
$env:ELECTRON_BUILDER_BINARIES_MIRROR = "https://npmmirror.com/mirrors/electron-builder-binaries/"

3.3 在powershell中运行安装脚本

复制代码
iex (irm https://hermes-agent.nousresearch.com/install.ps1)

安装过程中如果提示要单独运行 npm install,进入 C:\Users\<username>\AppData\Local\hermes\hermes-agent目录,运行npm install

4.运行 Hermes-Setup.exe

进入上述设置了环境变量的powershell控制台,命令行中运行 Hermes-Setup.exe ,其会继续安装Desktop 相关依赖,构建 Desktop App 应用,创建Windows桌面快捷方式。

安装程序运行至最后,如果看到下面这个窗口,你就安装成功了:

后续可在命令行中运行 hermes setup,设置各类API-KEY和IM App-id

相关推荐
鱼日先生17 小时前
Dify 中级实验(13):多 Agent 协作——如何编排多个智能体分工干活?
工作流·dify·ai agent·大模型应用·ai 训练
鬼手点金19 小时前
Hermes Agent vs OpenCode 异同
ai·ai agent·vibecoding·codingagent·opencode·hermes
鱼日先生1 天前
Dify 中级实验(14):对话变量与状态管理——如何让工作流记住多轮对话的状态?
工作流·dify·ai agent·大模型应用·ai 训练
OmniGoAI1 天前
用账户分组做内容矩阵:同平台多账号如何发
ai agent·多账号管理·内容分发·内容矩阵
deepseek231 天前
Meta Muse Code 拆解:不拼跑分拼恢复,事件日志如何让编程智能体 24 小时不翻车
meta·ai agent·编程智能体
鬼手点金1 天前
Hermes‑Agent 使用教程
python·ubuntu·powershell·cmd·ai agent·opencode·hermes
中间件XL2 天前
ai-agent框架spring ai/alibaba 原理源码分析(十)沙箱
沙箱·ai agent·智能体·spring ai·spring ai graph
doiito2 天前
【Agent Harness】Gliding Horse 最新升级:把“智能闭环”真正跑通的一次深度优化
rust·架构设计·系统设计·ai agent
前端技术官2 天前
OpenClaw 跟病毒的区别是什么?
ai agent·ai安全·openclaw·devops风险·chmod 777
k4m7v2pz2 天前
34 天 33 个版本:rvs(rust-verb-shell)如何用版本号对抗 AI 误判
rust·shell·命令行工具·ai agent·系统信息·跨平台开发