On May 10 2026 the global daily rankings for open‑source AI agents on OpenRouter shifted when Hermes Agent, developed by Nous Research under an MIT license, overtook OpenClaw. Hermes logged 224 billion tokens that day compared with OpenClaw’s 186 billion, making it the most actively used agent in the platform’s current inference volume.
Rivalry in the Agent Landscape
The two projects represent different design philosophies. OpenClaw was founded by Peter Steinberger and has recently transitioned to an independent open‑source foundation with OpenAI as a sponsor after he joined the company in February 2026. In contrast, Hermes is built from the ground up around a “do‑learn‑improve” loop that continuously refines its own skill set.
Architectural Philosophies Diverge
OpenClaw centers on a WebSocket Gateway that routes messages across more than 50 channels—including Telegram, Discord, Slack, WhatsApp and Signal—to a single agent runtime. Its architecture prioritises breadth of reach and instant orchestration.
Hermes takes the opposite approach. It bundles three layers of memory: a persistent snapshot of user and agent identity; a SQLite FTS5 full‑text search database that records every session; and procedural skill files that capture repeatable logic. After completing a task, Hermes enters a reflective phase where it analyses performance and autonomously creates reusable skills for future use. This design aims to deliver compounding value over time.
Rapid Release Cadence Drives Adoption
Since its February 2026 launch, Hermes has shipped major releases at a brisk pace:
- v0.9.0 “Everywhere” (April 13 2026) added Android/Termux support, iMessage via BlueBubbles, WeChat and WeCom adapters, and a local web dashboard, expanding coverage to 16 platforms.
- v0.11.0 “Interface” (April 23 2026) rewrote the TUI in React/Ink, added native AWS Bedrock support, introduced five new inference paths—including NVIDIA NIM and Vercel ai‑gateway—and brought GPT‑5.5 via Codex OAuth. It also added a 17th platform, QQBot.
- v0.13.0 “Tenacity” (May 7 2026) introduced a Kanban multi‑agent task board with heartbeat monitoring, zombie detection, hallucination recovery, and a new `/goal` command that locks the agent on a target across turns. Checkpoints v2 added real‑state pruning, gateway auto‑resume after restart, and Google Chat as the 20th platform.
Across these releases Hermes has merged hundreds of pull requests and closed dozens of issues, reflecting an active development community.
Security Track Records Compared
OpenClaw’s scale has exposed it to security vulnerabilities. In March 2026 a cluster of nine CVEs was disclosed over four days, including one with a CVSS score of 9.9. A Koi Security audit examined 2,857 ClawHub skills and found 341 malicious entries—335 tied to a single campaign—and other scans identified more than 800 suspicious items. The most recent high‑impact issue, CVE-2026-25253, scored 8.8 on CVSS and allowed remote exploitation of the gateway via a single malicious link.
Hermes has had fewer reported issues due to its newer code base. Between April 27–29 2026 four CVEs were published, including CVE-2026-7113, a missing‑authentication flaw in the webhooks endpoint of v0.8.0 that scored 5.6 on CVSS 3.x and 2.9 on CVSS 4.0. The v0.13.0 “Tenacity” release addressed eight P0 security fixes: default redaction, guild‑scoped Discord role allowlists, WhatsApp stranger rejection, and TOCTOU patches across authentication flows.
Seamless Migration for Existing Users
Developers who run OpenClaw can transition to Hermes with minimal friction. During setup, Hermes detects an existing ~/.openclaw directory and offers to import configuration, memories, skills, and API keys automatically. The command hermes claw migrate provides a dry‑run preview, lets users choose which elements to transfer, and manages conflicts with overwrite controls.
In many deployments the two frameworks coexist: OpenClaw handles multi‑channel routing while Hermes executes repeatable task loops through the Agent Communication Protocol (ACP).
What the Rankings Reveal
The movement of Hermes to the top spot suggests that a significant portion of the developer community values depth of learning and self‑improvement over sheer channel reach. While OpenClaw remains the leader in cumulative all‑time tokens—9.17 trillion versus Hermes’s 6.35 trillion—it has ceded daily dominance, reflecting differing adoption patterns.
Overall, the open‑source agent market is fragmenting into two camps: those prioritising broad surface coverage and instant orchestration, and those favouring compounding efficiency through autonomous skill generation.

AI isn’t right for every workflow, and part of our job is telling you where it isn’t. Get in touch and we’ll walk through where it makes sense, and where it doesn’t for your business.