Nous Research

Hermes Agent

the self-improving open-source agent

3 min readAgentic AI

Key facts

NousNous Research
Maker
Feb 2026v0.1.0
First release
16+messaging apps
Platforms
Localself-hosted
Runs
Jun 2026public preview
Desktop app

Hermes Agent from Nous Research is an open-source, self-hosted AI agent whose defining trick is a closed learning loop: finish a task and it writes itself a reusable skill, so it gets more capable the longer you use it.

Hermes Agent, from the research lab Nous Research, is the open-source AI agent built around a single idea: an agent should get better the more you use it. It runs on your own hardware rather than as a hosted service, connects to the large language model of your choice, and works away autonomously in the background. What sets the hermes agent apart from the rest of the field is a closed learning loop that turns your everyday tasks into permanent skills, so the software you run in July is more capable than the one you installed in February.

What it is

The hermes agent is self-hosted by design. Rather than sign in to someone else’s cloud, you run it on your own infrastructure and point it at your preferred model, which keeps both the data and the control on your side. From there it behaves as a persistent autonomous agent: it executes code, searches the web, manages files and communicates through more than sixteen messaging platforms, so you can hand it work from wherever you already are. Nous Research has been firm that all data stays on the machine, with no telemetry, no tracking and no cloud lock-in, a stance that has become a selling point as people weigh how much of their workflow to trust to an agent.

The self-improving loop

The defining feature is what Nous Research calls a closed learning loop. When the hermes agent finishes a complex task, it writes a reusable skill describing how it did it. When it notices a task pattern repeating, it generates a skill file of its own accord, built from your actual workflows rather than a generic library. The practical effect is compounding: the agent accumulates a personal toolkit shaped by the work you give it, so routine jobs get faster and the system needs less hand-holding over time. It is a different bet from agents that rely on a fixed set of built-in abilities, and it is the reason the project has drawn so much attention.

Timeline

The hermes agent framework launched on 25 February 2026 at version 0.1.0 and iterated quickly, reaching version 0.13.0, the release Nous Research nicknamed The Tenacity Release, by 7 May 2026. On 2 June 2026 the project shipped its first official desktop application as a public preview at version 0.15.2, with native builds for macOS, Windows and Linux, a step that took it from a developer tool towards something a wider audience can install. By mid-2026 it was widely described as the fastest-growing open-source AI agent framework of the year.

How it compares to OpenClaw

Hermes Agent and OpenClaw are the two names most often mentioned in the same breath when people talk about open-source agents in 2026, and they share a philosophy: local-first, self-hosted, reachable through the messaging apps you already use. The difference is emphasis. OpenClaw leads on the sheer breadth of its integrations and the scale of its community, while Hermes Agent leans on persistent memory and the self-written skills that let it improve with use. For most people the choice will come down to whether they value a vast integration ecosystem or an agent that quietly learns their particular routines.

What to watch

The interesting question for the hermes agent is whether self-improvement holds up outside a demo. An agent that writes its own skills is only as trustworthy as the skills it writes, and the same power that lets it automate your work lets it automate mistakes at scale. As the desktop app pushes the project towards mainstream users, the test will be whether the learning loop stays an asset rather than a liability. Either way, Hermes Agent sits at the centre of the agentic AI story, where the shift from models that answer to agents that act is being worked out in public.