|

OpenClaw vs Hermes Agent: Why Nous Research’s Self-Improving Agent Now Leads OpenRouter’s Global Rankings

The open-source AI agent house has a brand new chief. As of May 10, 2026, Hermes Agent — constructed by Nous Research — has overtaken OpenClaw to carry the #1 place on OpenRouter’s global daily app and agent rankings. Hermes is at present producing 224 billion each day tokens on OpenRouter versus OpenClaw’s 186 billion, making it probably the most actively used open-source AI agent by present inference quantity.

The milestone is extra vital than a easy leaderboard swap. OpenClaw’s founder, Peter Steinberger, joined OpenAI in February 2026, whereas OpenClaw moved to an unbiased open-source basis with OpenAI as a sponsor.

Two Different Bets on What an Agent Should Be

The rivalry between Hermes and OpenClaw comes all the way down to a elementary architectural disagreement. OpenClaw is organized round a central WebSocket Gateway — a persistent routing layer that connects 50+ messaging channels (Telegram, Discord, Slack, WhatsApp, Signal, and extra) to an agent runtime. Its design optimizes for attain: what number of surfaces the agent can function throughout concurrently.

Hermes Agent takes the other method. Built below an MIT license, it facilities on a “do, study, enhance” execution loop. After finishing a job, the agent enters a reflective part the place it analyzes its personal efficiency and autonomously generates reusable talent recordsdata for future use. Memory is dealt with by way of three layers: a persistent snapshot of person and agent identification, a SQLite FTS5 full-text search database of each previous session, and procedural talent recordsdata that seize repeatable job logic. The design is constructed for compounding worth over time — the longer you run Hermes, the extra optimized it turns into on your particular workflows.

A Rapid Release Cadence

Hermes has shipped a confirmed main launch frequently since its February 2026 launch. The v0.9.0 “Everywhere” release introduced Android/Termux assist, iMessage through BlueBubbles, WeChat and WeCom adapters, and an area internet dashboard, pushing Hermes to 16 supported messaging platforms. The v0.11.0 “Interface” release delivered a full React/Ink TUI rewrite, native AWS Bedrock assist, 5 new inference paths together with NVIDIA NIM and Vercel ai-gateway, GPT-5.5 entry through Codex OAuth, and a seventeenth platform through QQBot — throughout 1,556 commits and 761 merged PRs.

The v0.13.0 “Tenacity” release, shipped May 7, 2026, is the present newest. It introduces Kanban as a sturdy multi-agent job board with heartbeat monitoring, zombie detection, and hallucination restoration; a /objective command that locks the agent on a goal throughout turns; Checkpoints v2 with actual state pruning; gateway auto-resume after restart; and Google Chat because the twentieth supported messaging platform.

Security: A Contrast Worth Noting

OpenClaw’s scale has include safety prices. CVE-2026-25253, assigned a CVSS rating of 8.8, uncovered the gateway to distant exploitation. In a four-day window in March 2026, 9 CVEs have been disclosed — one scoring 9.9. A Koi Security audit of two,857 ClawHub abilities discovered 341 malicious entries, with 335 tied to a single marketing campaign, and broader third-party safety scans flagged over 800 suspicious entries throughout the identical interval. SecurityScorecard reported tens of 1000’s of publicly uncovered OpenClaw cases.

Hermes Agent’s safety report is shorter by advantage of its age, however not clear. NVD lists a number of CVEs revealed April 27–29, 2026, together with CVE-2026-7113, a lacking authentication problem within the webhooks endpoint of model 0.8.0, scoring 5.6 MEDIUM on CVSS 3.x and a pair of.9 LOW on CVSS 4.0. The v0.13.0 Tenacity launch addressed 8 P0 safety points, together with enabling redaction by default, guild-scoped Discord function allowlists, WhatsApp stranger rejection, and TOCTOU patches throughout auth.json and MCP OAuth flows.

Migration and the Path Forward

For builders operating OpenClaw who wish to consider Hermes, the transition is designed to be low-friction. Hermes detects an current ~/.openclaw listing throughout setup and gives to import settings, recollections, abilities, and API keys mechanically. The hermes claw migrate command helps dry-run previews, selective migration presets, and battle overwrite controls.

The two frameworks are additionally more and more being run in parallel, with OpenClaw dealing with orchestration and multi-channel routing whereas Hermes executes repeatable job loops — coordinated through the Agent Communication Protocol (ACP).

The broader sign from the OpenRouter rankings is that the open-source agent market isn’t consolidating round one device. It is bifurcating round two totally different philosophies: breadth of attain versus depth of studying. Hermes Agent’s transfer to #1 on each day utilization means that, no less than for now, a significant portion of the developer neighborhood is betting on depth.

OpenRouter Global Rankings — May 10, 2026
Hermes Agent vs OpenClaw: The Open-Source AI Agent Showdown
Nous Research’s Hermes Agent claims #1 on each day world token rankings · Data sourced from OpenRouter, NVD, GitHub

224B
Hermes Daily Tokens
#1 on OpenRouter
186B
OpenClaw Daily Tokens
#2 on OpenRouter
6.35T
Hermes All-Time
vs 9.17T OpenClaw
v0.13.0
Latest Release
May 7, 2026




Hermes Agent OpenClaw
Creator Nous Research (MIT) Peter Steinberger / Foundation (OpenAI sponsor)
Launched February 2026 Late 2025
GitHub Stars 114,000+ 370,000+
Daily Tokens 224B (#1 OpenRouter) 186B (#2 OpenRouter)
All-Time Tokens 6.35T 9.17T
Architecture Self-improving execution loop; do–study–enhance WebSocket Gateway; central routing controller
Memory SQLite FTS5 + persistent identification + auto-generated abilities Markdown-based; human-authored abilities through ClawHub
Skill Ecosystem 40+ built-in instruments; agentskills.io normal; auto-generates abilities 44,000+ ClawHub abilities (April 2026)
Platforms 20 (incl. Google Chat, QQBot, WeChat, iMessage) 50+ channels
Model Support 200+ through OpenRouter; NVIDIA NIM; AWS Bedrock; Ollama; native OpenAI-compatible; OpenRouter; Ollama
Latest Version v0.13.0 — May 7, 2026 Active (LTS introduced May 2026)
CVE Count 4 CVEs (Apr 27–29; have an effect on v0.8.0) 9 CVEs in 4 days (Mar 2026); one CVSS 9.9
Migration hermes claw migrate imports OpenClaw config mechanically

v0.13.0 — The Tenacity Release
Latest
May 7, 2026
Kanban multi-agent board with zombie detection and hallucination restoration. /objective locks agent on track throughout turns. Checkpoints v2 with actual state pruning. Gateway auto-resumes after restart. 8 P0 safety fixes: redaction on by default, Discord guild-scoped allowlists, WhatsApp stranger rejection, TOCTOU patches. Google Chat = twentieth platform. Seven i18n locales ship.
864 commits
588 PRs merged
282 points closed
295 contributors

v0.12.0 — The Curator Release
Apr 30, 2026
Autonomous background Curator grades, prunes, and consolidates the talent library. Four new inference suppliers. Teams plugin = nineteenth platform. Native Spotify and Google Meet integrations. ComfyUI and TouchDesigner-MCP bundled. ~57% discount in TUI chilly begin time.

v0.11.0 — The Interface Release
Apr 23, 2026
Full React/Ink TUI rewrite. Native AWS Bedrock assist. 5 new inference paths: NVIDIA NIM, Arcee AI, Google Gemini CLI OAuth, Vercel ai-gateway, Step Plan. GPT-5.5 through Codex OAuth. QQBot = seventeenth platform. Plugin floor dramatically expanded. Dashboard with i18n (English + Chinese).
1,556 commits
761 PRs merged
29 contributors

v0.10.0 — The Tool Gateway Release
Apr 16, 2026
Nous Portal subscribers get internet search (Firecrawl), picture technology (FAL/FLUX 2 Pro), TTS (OpenAI TTS), and browser automation (Browser Use) — zero extra API keys required.

v0.9.0 — The Everywhere Release
Apr 13, 2026
Android/Termux assist. iMessage through BlueBubbles. WeChat and WeCom adapters. Local internet dashboard. Fast Mode for OpenAI and Anthropic precedence queues. Background course of monitoring through watch_patterns. 16 supported platforms. Deep safety hardening move.
487 commits
269 PRs merged
167 points resolved

CVE-2026-25253 — OpenClaw

CVSS 8.8 HIGH

Remote exploitation of the OpenClaw gateway. Single malicious hyperlink might hand over full machine management. Patched; replace required. SecurityScorecard reported tens of 1000’s of uncovered cases.

March 2026 Cluster — OpenClaw

9 CVEs / 4 Days

Mar 18–21, 2026: 9 CVEs disclosed in 4 days. One scored CVSS 9.9. Koi Security audit of two,857 ClawHub abilities discovered 341 malicious entries (11.9%), with 335 tied to a single marketing campaign. Broader scans flagged 800+ suspicious entries.

CVE-2026-7113 — Hermes Agent

CVSS 3.x: 5.6 MEDIUM
CVSS 4.0: 2.9 LOW

Missing authentication in webhooks endpoint (gateway/platforms/webhook.py). Affects hermes-agent v0.8.0 solely. High assault complexity; tough to use. Published Apr 27, 2026. Verify model earlier than assuming unaffected.

v0.13.0 Security Wave — Hermes

8 P0 Fixes

Tenacity launch (May 7) closed 8 P0 safety points: redaction ON by default, Discord role-allowlists now guild-scoped, WhatsApp rejects strangers by default, TOCTOU home windows closed throughout auth.json and MCP OAuth flows.

Hermes Agent
Nous Research — MIT License
You need an agent that improves on repeated workflows over time
Long-horizon duties the place cross-session reminiscence issues
Need AWS Bedrock, NVIDIA NIM, or 200+ mannequin flexibility
Security-first deployment (fewer CVEs, tighter defaults)
Migrating from OpenClaw (hermes claw migrate)
Serverless, SSH, or HPC deployment environments

OpenClaw
Independent Foundation — OpenAI Sponsor
Maximum messaging channel attain (50+ platforms)
Instant entry to 44,000+ community-built abilities through ClawHub
Multi-agent orchestration as the first workflow
Large crew deployments needing mature, battle-tested infrastructure
You need the broader neighborhood ecosystem right now, not compounding worth over time

Key Takeaways

  • Hermes Agent leads OpenRouter’s world each day rankings with 224B each day tokens vs. OpenClaw’s 186B as of May 10, 2026; OpenClaw leads cumulative all-time at 9.17T vs. 6.35T
  • OpenClaw founder Peter Steinberger joined OpenAI in February 2026; OpenClaw operates as an unbiased open-source basis with OpenAI as a sponsor
  • Hermes Agent: 114,000 GitHub stars, MIT license, 40+ built-in instruments, 20 supported messaging platforms as of v0.13.0
  • OpenClaw: 370,000 GitHub stars, 44,000+ ClawHub abilities (April 2026), 50+ messaging channels
  • Latest Hermes launch: v0.13.0 “Tenacity” (May 7, 2026) — 864 commits, 588 PRs, 295 contributors, 8 P0 safety fixes
  • CVE-2026-25253 (CVSS 8.8) and a cluster of 9 CVEs in March 2026 stay the first OpenClaw safety threat markers; Hermes CVE-2026-7113 (CVSS 3.x: 5.6 MEDIUM) impacts model 0.8.0 solely

Feel free to comply with us on Twitter and don’t overlook to affix our 150k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to accomplice with us for selling your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar and many others.? Connect with us

The put up OpenClaw vs Hermes Agent: Why Nous Research’s Self-Improving Agent Now Leads OpenRouter’s Global Rankings appeared first on MarkTechPost.

Similar Posts