wikis / Hermes / wiki / entities / version-v0.9.0.md view as markdown
Hermes Agent v0.9.0 (v2026.4.13)
Overview
The "everywhere release" (2026-04-13). Hermes crosses the threshold from a CLI-first tool to a multi-surface platform: browser dashboard, mobile (Termux/Android), iMessage, WeChat. Plus Fast Mode for priority model routing, pluggable context engines, and a security hardening pass. 5-day turnaround from v0.8.0 at an unusually high pace (269 PRs).
Characteristics
| Attribute | Value |
|---|---|
| Released | 2026-04-13 |
| Previous version | version v0.8.0 (2026-04-08) |
| Headline | "The everywhere release" |
| PRs merged | 269 |
| Issues resolved | 167 |
| Commits | 487 |
| Files changed | 493 |
| Contributors | 24 |
| Days since previous | 5 |
Platform count milestone
Hermes now supports 16 messaging platforms: Telegram, Discord, Slack, WhatsApp, Signal, Email, SMS, DingTalk, Feishu, WeCom, Mattermost, Home Assistant, Webhooks, plus the new BlueBubbles (iMessage), Weixin (WeChat), and WeCom Callback. Chinese ecosystem coverage is now complete; Apple ecosystem coverage now matches Android/Windows.
How to Use
Upgrading from v0.8.0
hermes update
Expected to be non-breaking for most users. Notable behavior changes:
- Credential exhaustion TTL reduced from 24h to 1h โ if you have credential pools, rate-limited keys recover ~24x faster.
- Config.yaml now takes priority over env vars for auxiliary settings (inverted from v0.8.0 on edge cases).
- Matrix users migrate automatically from matrix-nio to mautrix-python โ watch for transient E2EE re-trust prompts.
Opt-in new features
- Web Dashboard:
hermes dashboardor access athttp://localhost:<port>(check docs for port) - Fast Mode: toggle with
/fastin chat (OpenAI Priority Processing + Anthropic fast tier) - Background watch patterns: pass
watch_patterns=["PANIC", "listening on"]to backgroundterminal(...)orprocess(...)calls - Backup your setup:
hermes backupโ tar.gz you can carry to another machine - Debug share:
hermes debug shareโ pastebin URL with sanitized report for troubleshooting
New platform setup
- iMessage (BlueBubbles): install BlueBubbles server on a Mac, configure in
hermes setupโ Messaging - WeChat (Weixin): requires iLink Bot API credentials; setup wizard
- WeCom Callback: for self-built enterprise apps; configure via setup wizard
Related Entities
- version v0.8.0 โ prior release (2026-04-08)
- version v0.7.0 โ (2026-04-03)
- version v0.6.0 โ (2026-03-30)
- nous research โ the lab shipping these releases
- release v0.9.0 โ detailed release notes summary
