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

相关推荐
coft8 小时前
Pi Agent 的 Token 成本控制:为什么核心是 Prompt Cache 前缀稳定性
prompt·ai编程·ai agent·pi agent
coft8 小时前
Pi Agent 长任务处理:从工具超时到会话恢复的六层机制
ai编程·ai agent·pi agent
DogDaoDao16 小时前
Windows 开发提效工具全景指南:60+ 工具的工程化分层配置
windows·git·程序员·开发工具·powershell·everything·msys2
william_yangshun1 天前
【AI Agent 实战】eve 中文版:Vercel 官方「文件系统优先」Agent 框架上手指南
ai agent
新知图书1 天前
14.5 AI试驾预约系统的完整实现
人工智能·agent·ai agent·智能体
零号栈帧1 天前
Codex 手机控制台——AgentDeck
windows·cloudflare·codex·pwa·ai agent
deepseek231 天前
Anthropic MHS 拆解:MCP 管软件,MHS 管硬件,AI 第一次安全操作显微镜、机械臂和激光器
硬件·ai agent·anthropic·mcp
新知图书1 天前
14.1 多模态试驾预约Agent系统概述
人工智能·agent·ai agent·智能体
今天的砖头有点烫手啊1 天前
用 Agent 做 Excel 报表自动化:从每月加班到一键生成
人工智能·ai agent
DanaAI2 天前
从会说到会做:智能体与工具调用如何重构硬件交互能力
ai agent