This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryUpdates 致谢, macOS, and Windows across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes absolute symlink causing ECONNREFUSED on macOS after packaging. Fixes absolute symlink causing ECONNREFUSED on macOS after packaging. Source: llm_adapter@2026-05-29 Confidence: low |
— |
Full changelog
Hermes Desktop v0.1.1 — 修复装包后聊天 ECONNREFUSED
你应该装这个版本如果……
你装了 v0.1.0、双击打开应用、发消息收到 Error: connect ECONNREFUSED 127.0.0.1:18765。这个版本修了它。
根因
scripts/install-hermes.mjs 在 venv 顶层创建的 run_agent.py 是绝对路径 symlink,指向构建机器的 /Users/.../resources/python/.../site-packages/run_agent.py。这个绝对路径在打包进 .app 后立刻失效:
xattr -cr命令报No such file: .../python/run_agent.py- agent-bridge 的
resolveAgentRoot()通过existsSync跟随 symlink → 返回 false - bridge 找不到 agent root → 启动失败 → 18765 端口没有 listener
- Web UI 发消息 → ECONNREFUSED
修复
改成相对 symlink:run_agent.py → lib/python3.12/site-packages/run_agent.py,移到 /Applications/Hermes Desktop.app/Contents/Resources/python/ 仍能解析。
演示
README 顶部加了一段 50 秒的实录:Hermes Desktop 里聊天 → 切到钉钉 @ 机器人 → 用 DeepSeek 流式回复。
拿来即用
| 平台 | 文件 |
|------|------|
| macOS Apple Silicon | Hermes.Desktop-0.1.1-arm64.dmg |
| macOS Intel | Hermes.Desktop-0.1.1-x64.dmg |
| Windows x64 | Hermes.Desktop-0.1.1-x64.exe |
| Linux x64 | .AppImage / .deb |
| Linux arm64 | .AppImage |
首次启动:
- macOS:
xattr -cr "/Applications/Hermes Desktop.app"(不再报错) - Windows: SmartScreen → 更多信息 → 仍要运行
已经装了 v0.1.0 不想重装?
sudo rm "/Applications/Hermes Desktop.app/Contents/Resources/python/run_agent.py"
sudo ln -s lib/python3.12/site-packages/run_agent.py \
"/Applications/Hermes Desktop.app/Contents/Resources/python/run_agent.py"
然后 Cmd+Q 完整退出再打开。
致谢
- 🦾 hermes-agent by Nous Research
- 🎨 hermes-web-ui by EKKO Learn AI
如果觉得 Hermes Desktop 好用,请去给上面这两个仓库点 Star。
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Hermes Desktop
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]