Hermes Agent v0.16.0 (v2026.6.5)
Release Date: June 5, 2026
Since v0.15.2: 874 commits · 542 merged PRs · 1,962 files changed · 205,216 insertions · 46,217 deletions · 399 issues closed (2 P0, 62 P1, 16 security-tagged) · 170 community contributors (including co-authors)
The Surface Release. Hermes meets you wherever you work. A brand-new native desktop app — built across 100 PRs and 159 commits in a single week — gives you Hermes as a real macOS/Linux/Windows application: one-click install, in-app self-update, drag-and-drop files into chat, an inline model picker in the status bar, concurrent multi-profile sessions, a full Simplified Chinese translation, and the ability to connect to a remote Hermes gateway over OAuth or username/password. Alongside it, the web dashboard grew a full browser-based administration panel (MCP catalog, messaging channels, credentials, webhooks, memory, pluggable OIDC / username-password login), and first-time setup got a "Quick Setup via Nous Portal" path that gets you from install to first message in seconds. The default skill set was trimmed to what you actually need, NVIDIA/skills joined the trusted Skills Hub taps, the model picker is now fuzzy-searchable everywhere (desktop, web, TUI, CLI), and
/undofinally lets you take back the last N turns. 2 P0 and 62 P1 closures ride along, plus a security round (CVE-2026-48710 Starlette pin, SSRF off-loop hardening, subprocess credential stripping).
✨ Highlights
Hermes Desktop — a real native app, not a terminal wrapper — This is the headline. There's now a
apps/desktop/Electron application that installs like any other desktop app on macOS, Linux, and Windows, updates itself in place from inside the app, and gives you a polished GUI for everything Hermes does. You get a proper chat window with streaming, a session list you can archive and search, drag-and-drop files anywhere in the chat area, clipboard image paste, a Cmd+K command palette, and a model picker right in the status bar. If you've been telling friends "it's a CLI agent" and watching their eyes glaze over — now you can just send them an installer. None of this existed a week ago. (, , , , )
Run the desktop app against a remote Hermes — sign in with OAuth or username/password — The desktop app doesn't have to run Hermes locally. Point it at a remote Hermes gateway (your homelab, a hosted box, a teammate's server) and it connects over a secure WebSocket, authenticating with OAuth or a username/password login — no fiddling with
--insecureflags or hand-copied session tokens. Each profile can target its own remote host, and you can run concurrent sessions across multiple profiles in one window with cross-profile@sessionlinks. The practical version: your laptop runs a thin GUI, the heavy agent runs wherever your API keys and compute live. (, — , , , — — , — — , , , , , — )
/undo [N]— take back the last N turns — Said the wrong thing, or sent the agent down a bad path?/undobacks up N user turns, prefills your last message so you can edit and resend, and soft-deletes the turns in between. It works in the CLI, the TUI, and across messaging platforms (Telegram, Discord, etc.) with full parity. Closes a long-standing request (, )
Choose your default interface —
cliortui— You can now set whetherhermes chatdrops you into the classic CLI or the Ink TUI by default, with a--cliflag to override per-invocation. The TUI also got a single unified/modelcommand and a Sessions overlay for switching between live sessions. Use the interface you actually like. ( — , — — — — , — )- Windows: recover from corrupt Electron cache in bootstrap install; stop racing our own backend during in-app update ( — )
- Linux: configure Electron sandbox helper; detect linux arm64 binary; disable GPU acceleration on remote displays to stop flicker (, , , )
Remote-gateway & multi-profile
- Connect to OAuth-gated remote gateways; username/password login for remote gateways; per-profile remote gateway hosts (, , )
- Concurrent multi-profile sessions, cross-profile
@sessionlinks; re-mint OAuth WS ticket on gateway reconnect; gate OAuth remote connect on AT-or-RT (, , ) - Offer remote sign-in on a gated-gateway boot failure; validate live WebSocket in remote gateway test ( — , — )
- Background needs-input indicator, clarify redesign, Cmd+K palette & UI consistency pass; inline model picker in the status bar; YOLO toggle in the status bar (TUI parity) (, )
- Session-list overhaul, session hygiene/archive, media streaming + connecting overlay; search sessions by id (SQL-bounded) (, , — , )
- Render approval/sudo/secret prompts so tools stop silently timing out; surface skill & quick-command slash commands in the palette; first-class xAI Grok OAuth provider in the launcher (, , , — )
- macOS helper microphone entitlement; scroll-jump fixes (native anchoring, at-rest jump, wheel-up snap-back); thinking block stays open mid-streaming (, , , )
- GUI quality-of-life triage batch; salvaged AhmetArif0 desktop/dashboard fixes; rename session via
session.titleRPC so/titleworks (, — ) hermes debug share//debug/hermes logsnow includedesktop.log()- Simplified Chinese (简体中文) translation across every desktop UI surface — typed i18n layer, switch in Appearance settings, persisted via
display.language(English remains default) () - Full multi-profile support over one global-remote dashboard; remote-profile sessions are first-class (resume, read, rename/archive/delete); new chats honor their profile in global-remote mode (, )
📊 Web Dashboard
Administration panel (NEW)
- Full administration panel — MCP catalog with enable/disable toggles, pairing, webhooks, credentials, memory, gateway, hook creation, system settings ( — — , )
- nous-blue theme, bulk sessions, schedule picker; enriched profiles dashboard + de-dupe channel env vars; configurable terminal background via theme ( — — — — , )
- Rotate dashboard sessions via refresh token; share
/api/*public allowlist between legacy and OAuth gates; drop/api/*paths from OAuthnext=round trip (, ) - Chat tab works in gated (OAuth) mode; trust non-web WS origins on OAuth-gated binds after ticket auth; authenticate server-spawned PTY child WS; sanction plugin WS/upload auth via SDK helpers (, — , — , , )
- Model picker: fuzzy search across WebUI/TUI/CLI; group multi-endpoint providers under one row; refresh provider descriptions + describe grouped rows; refresh catalog hourly; stop routing OpenAI selection to OpenRouter (, , )
- Always show Nous Tool Gateway backends, login on select; surface the Nous free tool pool (entitlement + setup prompt); route FAL video gen through managed Nous gateway (, — , )
- Credential pool:
STATUS_DEADfor terminal OAuth failures; isolate custom provider picker credentials ( — — , ) - Progressive tool disclosure for MCP and plugin tools (scoped); embedder environment-hint hook for the system prompt; universal task-completion guidance + local Python toolchain probe (, )
- Uncap delegation
max_spawn_depth(floor 1, no ceiling); broaden Hermes self-knowledge pointer to docs + skill;hermes prompt-sizediagnostic (, ) perf(read_file): compact line-number gutter — ~14% fewer tokens per read (now the only format) ( — — — — , )
Sessions, state & memory
perf(state): merge FTS5 segments on VACUUM +hermes sessions optimize; keep/branchsessions visible after parent reopen; survive missing FTS5 runtimes ( — , )- Honcho: make startup fail open; harden self-hosted setup paths (, )
- Supermemory: session-level ingest + kebab aliases ()
🧩 Multi-Agent (Kanban) & Skills
Kanban
goal_modecards run workers in a/goalloop; file attachments on tasks; attach images referenced in task bodies to worker vision (, )default_assigneefallback + per-profile concurrency cap;POST /runs/{run_id}/terminateendpoint; gate notifier watcher ondispatch_in_gateway(, )- CLI dispatch config passthrough + humanizer skill swap ()
Skills
- Leaner default skill set ():
- Removed (redundant / dead):
spotify(→ Spotify plugin's 7 native tools),linear(→hermes mcp install linear),kanban-codex-lane,debugging-hermes-tui-commands, staledomainorphan, empty category markers (diagramming,gifs,inference-sh,mlops/training,mlops/vector-databases) - Bundled → optional:
baoyu-article-illustrator,baoyu-comic,creative-ideation,pixel-art,dspy,subagent-driven-development,minecraft-modpack-server,pokemon-player,hermes-s6-container-supervision - Consolidated:
webhook-subscriptions+native-mcpfolded into thehermes-agentskill as on-demand references;writing-plansmerged intoplan(v2.0.0) - New
environments:frontmatter relevance gate (kanban/docker/s6) — context-specific skills stop appearing in the index for users who won't use them, still load on explicit request
- Removed (redundant / dead):
- Curator can now prune unused built-in skills (not just agent-created), with usage tracked for every skill ()
- Blank-slate skills —
install --no-skills+ opt-out/opt-in for the default profile () - NVIDIA/skills trusted tap —
NVIDIA/skillsis now a default trusted Skills Hub tap alongside OpenAI/Anthropic/HuggingFace;skills.sh.jsonsidecar gives taps real category labels () - Skills Hub: fix browse cap, add source links + copy buttons + category cleanup ()
- New optional skills:
grok(xAI Grok Build CLI),antigravity-clioperator (under autonomous-ai-agents) (, )
📱 Messaging Platforms (Gateway)
- Structured stream-event protocol + Telegram draft formatting parity; per-platform streaming defaults (Telegram on, Discord off) + dashboard toggles; surface gateway streaming block in
DEFAULT_CONFIG(, ) - Discord voice-channel mixer — ambient idle bed + verbal acks that overlap TTS; explain
/voiceusage when toggled bare ( — , — , — — — , , ) - Thin out setup — Quick Setup via Nous Portal + Full Setup defaults; explain Quick vs Full inline;
hermes portalhuman-readable Portal onboarding alias + full quick-setup Nous flow (, — ) - Set process title to
hermesin ps/top/htop; warn on unsupported pip installs + fix stale update-check cache ( — , — , , , , ) - Setup model/provider pickers migrated off
simple_term_menuto curses (ESC + ghost-row fixes); default browser/TTS picker to free local backend, not paid Nous ( — — — — — , — ) - MCP: stop reporting false OAuth success when no token was obtained; vision honors
model.supports_visioninvision_analyze+browser_vision; MiniMax t2a_v2 TTSraise_for_status(, ) - yuanbao: cache resolved media resources by resourceId ()
🐳 Docker & Deployment
- Container reuse + bounded-sync cleanup + orphan reaper; auto-join Docker socket group for docker-in-docker backend; boot non-root containers (skip s6-setuidgid drop when already unprivileged) ( — — — — , , (Starlette BadHost) — pin patched Starlette ≥1.0.1 ()
- Run URL SSRF checks off the event loop in async paths; strip Bedrock inference bearer token from subprocess env; add
bws_cache.jsonto file-safety read guard; neutralize file paths in mutation-verifier footer (, — , , , — — — , — — , — — , )
📚 Documentation
- New Desktop App guide + remote-backend sections (session token,
--tuirequirement, username/password connect, dashboard/gateway prerequisites) (, , ) - Dashboard auth-provider suitability + registration across dashboard/Docker/Desktop; network egress isolation guide for Docker (, )
Top community contributors (by merged-PR count)
- (44) — Docker hardening, dashboard auth (OIDC, username/password, refresh-token rotation), desktop OAuth remote connect
- (18) — desktop build pipeline (content-hash stamp, build flags), Linux/arm64 desktop support, managed-uv consolidation
- (7) — Nous tool-pool entitlement surfacing, FAL video-gen managed gateway, supermemory session ingest, matrix aliases
- (4) — installer commit-pinning opt-in, desktop skills/tools + model-management consolidation
- , , , ,
, , , ,
, , , ,
, , , , , , , ,
, , , , , , , , , , , , ,
, , , ,
, , , , , , , ,
, , , , , , , , , , , , , , , , ,
, , , ,
, , , ,
, , , ,
, , , ,
, , , , , , ,↗ Original-Artikel auf github.com lesenVollständiger Original-BerichtAusführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf github.com.
Community-Analysen & Experten-Meinungen 0
Verwandte Story-Cluster & Quellen (Vektor-KI)
Ähnliche Beiträge
Auch interessante Nachrichten Hermes Agent v0.16.0 (2026.6.5) — The Surface Release
Thematisch verwandte Begriffe: Hermes, Agent, v0160, 202665 · 6 Treffer
[webapps] Metabase 0.61.0 - Authenticated Remote Code Execution
iOS 26.6.2 & iPadOS 26.6.2 sind da
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
SOCIAL SHARE CARD GENERATOR