hermes atlas
252·repos hermes·v0.21.4 ★ star this repo
community report · september 2026

The state of Hermes Agent — September 2026

Two months later: Hermes became faster, found its voice, and turned multi-agent work into a social product.

Published september 23, 2026 · 15 min read · data through september 18 · hermesatlas.com

TL;DR

The July report ended with Hermes Agent at 216,354 GitHub stars, 40,502 forks, 203 Atlas-tracked projects, and a thesis: Hermes was becoming an operating surface built around evidence.[7]

Two months later, the surface did not merely expand. It became continuous, conversational, and multi-agent.

As of September 18, 2026:

The shorthand: July was about evidence. September is about continuity and coordination. Hermes is moving from “an agent you can trust with a task” toward a persistent society of agents you can talk to, schedule, steer, and inspect.

That is a more ambitious product—and a harder systems problem.


§1 — Eight weeks of delta

Metric July 17 September 18 Δ
GitHub stars (core repo) 216,354 246,755 +30,401 (+14.1%)
Forks (core repo) 40,502 51,729 +11,227 (+27.7%)
Latest release v0.18.2 v0.21.3 v0.19 → v0.21.3
New release tags in window 13 3 major + 10 patch tags
Atlas-tracked ecosystem repos 203 250 +47 (+23.2%)
Total ecosystem stars 1,174,854 1,412,024 +237,170 (+20.2%)
Skills & Skill Registries 34 / 377,417 48 / 448,398 +14 repos / +70,981 stars
Memory & Context 30 / 177,482 38 / 240,354 +8 repos / +62,872 stars
Workspaces & GUIs 19 / 200,724 24 / 232,812 +5 repos / +32,088 stars
Plugins & Extensions 33 / 4,022 44 / 5,589 +11 repos / +39.0% stars

July figures are quoted from the prior report. September core figures were polled live from GitHub; Atlas category totals were computed from the September 18 main branch and live-refreshed through GitHub GraphQL. One unavailable repository retained its stored Atlas star count.[4][7][8]

Three signals matter.

First: growth slowed, but it broadened. Core stars grew 14.1% while the curated ecosystem grew 20.2%.[4][7][8] Hermes is no longer in launch-week hypergrowth; the more important signal is that the surrounding stack continues to outpace the center.

Second: forks are growing almost twice as fast as stars. Stars rose 14.1%; forks rose 27.7%.[7][8] Forks are an imperfect proxy, but this is directionally consistent with a community moving from attention toward modification, deployment, and integration.

Third: the gains are concentrated in the layers that make agents reusable. Skills, memory, and workspaces added 165,941 stars—70% of the Atlas-wide increase.[4][7] Those are the layers that preserve know-how, preserve context, and give people somewhere to operate the system.

The core repo now represents only about 17.5% of tracked Atlas stars.[4][8] Some of the remainder comes from large adjacent projects that explicitly support Hermes rather than being Hermes-exclusive. That distinction matters: the Atlas measures compatibility and ecosystem surface, not direct Hermes adoption.


§2 — The release arc: Quicksilver → Herald → Pantheon → Hardening

The July report described Velocity → Surface → Reach → Judgment. The next three major releases form a cleaner product arc:

  1. Quicksilver: make the system fast and durable enough to stay in the loop.
  2. Herald: let it speak to people, agents, and external systems.
  3. Pantheon: turn many agents into an understandable, persistent team.
  4. Hardening: make that team safe enough to keep running.

v0.19 “Quicksilver” — speed became a product feature

v0.19 cut cold submit-to-dispatch latency from roughly 4.3 seconds to 0.9 seconds, an approximately 80% reduction across CLI, gateway, TUI, desktop, and cron. The desktop received a parallel performance wave: 14× less streaming-markdown splitter CPU, virtualized large diffs, less layout thrash, and lower per-token rendering cost.[9]

That performance work matters because latency compounds. A personal agent is not used once; it is interrupted, redirected, resumed, and consulted dozens of times a day. Every second of friction taxes the habit loop.

But Quicksilver was also a durability release:

The strategic shift is subtle: Hermes was no longer optimizing only the model turn. It was optimizing the whole operational loop around the turn—startup, approval, delegation, delivery, and recovery.

v0.20 “Herald” — the agent gained a voice and a protocol surface

v0.20 is the broadest release in this reporting window. Its headline was real-time conversational voice: streaming TTS, voice interruption during generation and playback, on-device wake words, and platform-aware speech across the CLI, desktop, and audio-capable gateway channels.[10][18]

The deeper theme was communication in every direction:

This is where the July “evidence” thesis became productized beyond coding checks. Research acquired a provenance layer.[10] Webhooks made agent activity externally observable.[10] Tools became better at reporting their own failure state instead of making the model infer what went wrong.[10]

The desktop app also crossed another line. Artifacts gained sandboxed live previews; a plugin SDK shipped with Kanban as the founding plugin; quick-entry, multiple windows, and SSH remote backends pushed Desktop from client toward workbench.[10]

Herald’s real contribution was not voice by itself. It gave Hermes interfaces between systems: speech, A2A, webhooks, citations, plugins, and steerable turns.

v0.21 “Pantheon” — multi-agent became legible

Multi-agent systems are usually sold as architecture diagrams: routers, supervisors, workers, tools. Pantheon made the concept look like software normal people already understand.

Bot Mode now ships as a bundled desktop experience.[11][14]

Profiles become named agents with identities and avatars.[11]

Users can create group rooms, mention individual bots, inspect attributed messages, and maintain durable bot-to-bot conversations.[11]

hermes peer extends the same model across profiles and gateways.[11]

That is not cosmetic. The chat metaphor gives multi-agent work three things infrastructure diagrams do not:

Pantheon also made the agents more continuous:

And delegation became orchestration rather than dispatch. A parent can list running children, steer one mid-flight, stop it while preserving partial work, validate outputs against JSON Schema, and inspect per-delegation cost.[11][16]

This is the release where Hermes’ multi-agent story became less about “spawning workers” and more about operating a team.

Hardening — the reliability bill arrived

Pantheon’s ambition came with a real regression.[12] v0.21.0 rewrote session-store connection handling; v0.21.2’s own release notes say that some installs saw second writers cancelling locks, healthy databases classified as corrupt, and malformed rows breaking session listings.[12] The patch’s six-PR state.db campaign closed 44 issues and hardened profile isolation, WAL handling, FTS degradation, row coercion, and safe read-only opens.[12]

This belongs in the report because it changes the interpretation of the release velocity.

Hermes is shipping at extraordinary speed—v0.21 alone reports roughly 5,800 commits, 2,475 merged PRs, and 2,100 issues closed since v0.20.0.[11] That pace creates capability quickly, but it also increases integration risk in the stateful layers users trust most: sessions, memory, profiles, and delivery.

The encouraging part is the response: root-cause fixes, explicit recovery tooling, and a release note that names the failure class plainly. The caution is equally clear: as Hermes becomes an always-on personal and team system, state integrity matters more than feature count.


§3 — The strategic shift: from operating surface to agent society

The July thesis was “harness → operating surface.” September adds a third state:

harness → operating surface → agent society

“Society” is not a claim of autonomy or sentience. It is a product architecture:

Before this window, Hermes could run many agents. After this window, users can increasingly understand those agents as a coherent team.

That matters because the scaling problem in agents is not just intelligence. It is coordination. A single capable agent can become a bottleneck. Ten opaque workers become chaos. The product opportunity is the layer in between: identities, routing, continuity, observability, permissions, and a familiar interface for directing the group.

Hermes is assembling that layer from both ends:

The risk is fragmentation. Hermes now spans a terminal agent, desktop workbench, web admin surface, messaging gateway, automation engine, multi-agent runtime, plugin host, and protocol client. The thesis works only if those remain views into one coherent system—not separate products sharing a logo.

So far, shared sessions, profiles, memory, skills, and gateway infrastructure keep the center intact. The next reports should watch whether that coherence survives continued expansion.


§4 — The ecosystem at 250 curated projects

Category July 17 September 18 Category stars Top project
Skills & Skill Registries 34 48 448,398 obra/superpowers (288,359)
Core & Official 6 5 257,059 NousResearch/hermes-agent (246,750)
Memory & Context 30 38 240,354 mem0ai/mem0 (65,572)
Workspaces & GUIs 19 24 232,812 farion1231/cc-switch (133,515)
Multi-Agent & Orchestration 12 12 120,303 TauricResearch/TradingAgents (107,399)
Developer Tools 15 20 86,526 colbymchenry/codegraph (71,394)
Guides & Docs 13 17 14,052 0xNyk/awesome-hermes-agent (5,686)
Plugins & Extensions 33 44 5,589 jau123/MeiGen-AI-Design-MCP (1,766)
Deployment & Infra 11 12 3,248 numtide/llm-agents.nix (1,967)
Integrations & Bridges 14 13 2,425 AaronWong1999/hermesclaw (739)
Domain Applications 10 11 671 ucsandman/DashClaw (304)
Forks & Derivatives 6 6 587 kaminocorp/hermes-alpha (230)

Counts and stars are computed from the current Atlas data/repos.json with live GitHub star refresh. Category-count decreases reflect Atlas curation/removal or recategorization, not necessarily project shutdowns.[4]

Skills stayed on top

Skills & Skill Registries added 14 projects and nearly 71,000 stars. It now accounts for 31.8% of all tracked Atlas stars.[4]

The raw number is inflated by very large cross-agent projects, especially obra/superpowers, but the compatibility story is the point.[4] Skills are becoming a portable distribution format across agent runtimes, and Hermes remains unusually well positioned because skills sit inside its own learning and curation loop.

The harder next step is quality signal. Registries can count repositories and installs; they are worse at answering whether a skill reliably improves outcomes. Hermes now has pieces that could close that gap—verification evidence, schemas, advisory linting, Curator reports, and session exports—but the ecosystem still lacks a widely accepted “this skill works” layer.

Memory accelerated again

Memory & Context grew from 177,482 to 240,354 stars, a 35.4% increase—the fastest growth among the four largest categories.[4][7]

That rebound fits the core roadmap. Cron continuity, Bot Mode identities, long-lived profiles, and agent-to-agent handoffs all increase the cost of forgetting.[11] Multi-agent systems need more than user memory; they need role memory, task continuity, shared context, and boundaries between identities.

The category’s next question is not “can the agent retrieve an old fact?” It is “which agent should know what, for how long, with whose permission?”

Workspaces became the operating layer

Workspaces & GUIs reached 24 tracked projects and 232,812 stars.[4]

The category is no longer just wrappers around a terminal process.[4] It now includes cross-agent managers, desktop companions, browser workspaces, session browsers, and control surfaces.[4] Hermes Desktop’s own acceleration puts pressure on community projects to differentiate through cross-agent compatibility, specialized workflows, or better fleet operations.

That is healthy competition. The official app can optimize deeply for Hermes; community workspaces can optimize for heterogeneous stacks.

Plugins grew by count, not yet by weight

Plugins & Extensions expanded from 33 to 44 projects, the largest absolute repo gain after Skills, but the category still totals only 5,589 stars.[4]

This is early infrastructure. v0.20’s desktop plugin SDK, v0.21’s unified Plugins page, pip-discoverable model providers, security scanning, and a curated pinned plugin index all reduce the friction.[10][11][17] The next signal is whether plugin authors build durable products rather than one-off adapters.


§5 — The big new axis: continuity

July’s key word was evidence. September’s is continuity.

Continuity appears across the stack:

These are not flashy in isolation. Together they define whether an agent feels like a persistent collaborator or a sequence of disconnected model calls.

Continuity also creates obligations. The more the system remembers and acts across time, the more it must protect:

The v0.21.2 database campaign is therefore not a side note. It is the stress test for the entire thesis. A persistent agent is only as trustworthy as the state it preserves.


§6 — July predictions, scored honestly

1. v0.19 and the post-Judgment consolidation

Prediction: Judgment would either become an operating discipline or fade as a one-time priority sweep.

Verdict: directionally right, but not cleanly won. v0.19 extended durability and approvals; v0.20 shipped grounded citations, tool self-recovery, and stronger fact-checking; v0.21 added a verify subsystem with run-recipe detection.[9][10][11] Evidence remained part of the product architecture.

But the state.db regression shows the other side of judgment: correctness cannot be confined to task completion. The system itself has to preserve evidence, sessions, and state reliably. The response was strong; the incident means the verdict stays open.

2. Desktop adoption vs. CLI identity

Prediction: Desktop might become the default front door, or remain a wrapper around the “real” CLI.

Verdict: product convergence, adoption unproven. Desktop gained artifacts, a plugin SDK, quick entry, multiple windows, SSH backends, Bot Mode, browser control, MCP management, and diagnostics. The CLI simultaneously gained shell mode, project initialization, diff/context/focus commands, fuzzy palettes, richer status, and terminal pets.[10][11]

The best-case “both” architecture is happening. What public data still does not show is which surface users actually choose most often.

3. Skills as the public distribution layer

Prediction: /learn, Curator, trusted taps, and portable skill standards would create a visible distribution loop.

Verdict: ecosystem growth confirmed; outcome quality still unmeasured. The Atlas added 14 skill/registry projects and 70,981 category stars.[4] Core shipped new productivity skills, advisory linting, Hub fallback behavior, stacked skill invocation, and continued Curator work.[9][11]

Distribution is real. A public quality/reliability benchmark is still missing.

4. Hosted/team Hermes

Prediction: Scale-to-zero, managed scope, profile multiplexing, and remote desktop support pointed toward a hosted or team product shape.

Verdict: substantially shipped, still taking shape. Hermes Cloud connection mode, SSH remote backends, profile-based routing, fleet controls, remote MCP management, Bot Mode, and peer messaging all advanced.[9][10][11]

v0.21.2 separately hardened multi-profile isolation.[12]

The likely shape is now clearer: not one enterprise chatbot, but a managed fleet of profile-scoped agents operated through desktop, gateway, chat, cron, and protocols.


§7 — What to watch through the end of 2026

1. State integrity becomes a release gate

Hermes can survive occasional UI bugs. It cannot normalize regressions that risk sessions, memory, or profile boundaries.

Watch for database migration tests, multi-writer stress tests, recovery drills, real-filesystem CI, and whether future major releases spend less patch-window energy repairing state regressions. The standard should become simple: a release is not stable because it boots; it is stable because long-lived state survives concurrency, updates, crashes, and profile multiplexing.

2. Bot Mode proves—or fails to prove—the “agent society” thesis

Bot Mode is the most legible multi-agent interface Hermes has shipped. The question is whether it changes real workflows or remains a compelling demo.

The proof would look like durable patterns:

The failure mode is equally clear: too many personalities, duplicated context, and expensive conversations that are harder to manage than one good agent.

3. Cron becomes the compounding layer

Cron memory, continuity, monitor-mode suppression, durable scratchpads, and bot-chat delivery turn recurring jobs into long-lived agents rather than stateless prompts.[11]

This may be more important than Bot Mode. The most valuable agent work is often repetitive and quiet: monitor, compare, summarize only what changed, remember what was already said, and escalate when needed.

Watch for templates and public case studies that show this loop operating for weeks, not screenshots of a single run.

4. Skill quality gets a measurable trust layer

The skills category is large enough. The bottleneck is confidence.

Watch for reproducible skill tests, sandboxed evaluations, provenance, dependency/security attestations, version compatibility, and success-rate telemetry that does not compromise user privacy. The ecosystem does not need another giant list; it needs a way to distinguish a useful skill from a plausible Markdown file.

5. Interoperability moves from protocol support to cross-agent work

A2A, MCP, signed webhooks, provider plugins, remote gateways, and cross-agent workspaces are all present.[9][10][11] The next test is whether people build workflows where Hermes is one component in a heterogeneous system—and whether those workflows remain debuggable.

Protocol support is the entry ticket. Shared identity, traceability, retries, permissions, and failure semantics are the product.


About this report

Methodology: This draft compares the July 2026 State of Hermes report with live GitHub repository data and the current ksimback/hermes-ecosystem main-branch data.[4][7][8]

The release arc uses official notes for v0.19.0, v0.20.0, v0.21.0, v0.21.2, and v0.21.3.[9][10][11]

The current release pointer was cross-checked against Atlas data.[3][13]

This report treats v0.21.3 as the released boundary; post-v0.21.3 changes on main are not described as shipped.

Data freshness: Core stars and forks were polled from GitHub on September 18, 2026. Atlas category totals were computed from 250 entries in data/repos.json and live-refreshed against GitHub GraphQL on September 18. One unavailable repository (Perseus-Computing-LLC/perseus) retained its stored Atlas star count. Release notes are treated as the source for commit, PR, issue, and contributor counts; approximate figures remain approximate.

Scope note: Atlas includes Hermes-native projects and larger adjacent projects with explicit Hermes compatibility. Combined ecosystem stars measure the reach of that compatibility surface, not unique Hermes users, installs, or exclusive adoption.

Companion to: The State of Hermes Agent — July 2026, May 2026, and April 2026.

Not affiliated with: Nous Research. Hermes Atlas is an independent community project celebrating and mapping the Hermes ecosystem.

Corrections welcome: Open an issue.


Stay current

The Hermes Atlas newsletter covers the releases, projects, and patterns between full reports.

→ Subscribe at hermesatlas.com — free, 1–2× per month.

— Kevin · x.com/ksimback


Sources