Skip to main content
guides

What Is Hermes Agent? The Self-Improving Local AI, Explained

Patrick W.

Hermes Agent is Nous Research's open-source AI agent: persistent memory, self-written skills, cron jobs — and it runs fully offline on your own hardware.

A Mac mini on a desk next to a terminal window running a local AI agent

This post contains affiliate links. We may earn a commission if you make a purchase, at no extra cost to you. As an Amazon Associate, Dadnology earns from qualifying purchases.

🤖 The Agent That Remembers — Even With the Cable Pulled

🦞 This guide is part of our OpenClaw Master Hub – everything we’ve learned about running AI agents at home, from first install to family automations.

Every few months, self-hosted AI gets a moment. In 2025 it was OpenClaw — the open-source gateway that turned a Mac mini into a 24/7 digital employee, and the topic behind the most-read guides on this site. In 2026, the moment belongs to Hermes Agent: Nous Research’s MIT-licensed agent that keeps permanent memory, teaches itself new skills, and — this is the part that made the c’t 3003 crew pull the network cable on camera — runs entirely offline on hardware you might already own.

This guide is the plain-English explainer: what Hermes Agent actually is, what the five pillars mean in practice, the hardware sweet spot, and the honest security picture before you let an autonomous agent loose in a family home. (Full disclosure of where we stand: we’re setting Hermes up on our own Mac mini M4 Pro right now — the hands-on setup guide follows once we’ve genuinely lived with it.)

Ad

Apple Mac mini (2024, M4) (opens in a new tab)

The entry ticket to local AI agents — silent, tiny, and efficient enough to run 24/7. For Hermes with a 27B model, step up to the M4 Pro with 24GB.

Apple Mac mini (2024, M4)

From Chatbot to Agent: The Difference That Matters

If you’ve only used ChatGPT in a browser tab, recalibrate: a chatbot answers, an agent acts. Hermes operates your machine — it uses the command line, writes and runs scripts, searches your files, configures software, and reports back when it’s done. You talk to it through whatever you already use: Telegram, Discord, Slack, WhatsApp, Signal, or the plain terminal, all connected through a single gateway process.

That’s the same fundamental shift OpenClaw introduced — the move from “AI that talks” to “AI that does.” What Hermes adds on top is the part that made us sit up.

The Five Pillars: Memory, Skills, Soul, Crons, Self-Improvement

Nous Research structures Hermes around five concepts, and they’re genuinely more than marketing:

  1. Persistent memory. Hermes remembers your preferences, projects and environment across every session. Tell it once that your NAS lives at a certain address or that school pickup is at 3 — it’s known forever, not until the context window rolls over.
  2. Self-written skills. The headline feature: when Hermes solves a hard problem, it writes itself a reusable skill document so it never has to re-derive the solution. Skills are searchable, shareable, and compatible with the open agentskills.io standard.
  3. Soul. The agent’s standing configuration — who it is, how it behaves, what it’s for. Set the personality and boundaries once.
  4. Crons. A built-in scheduler for plain-language recurring jobs: “every morning at 6, summarize my RSS feeds and send them to Telegram.” It runs unattended and delivers wherever you are.
  5. Self-improvement. The sum of the first four: Hermes measurably gets better at your workflows the longer it runs, because every solved problem becomes permanent capability. In c’t 3003’s testing, it also proved notably stubborn in debugging — it keeps digging where other agents give up.

The Fully-Local Story: Qwen 3.6 and the Pulled Cable

Hermes speaks to any LLM backend — Anthropic, OpenAI, Google, DeepSeek — but its cultural moment comes from the opposite direction: pair it with a local model via Ollama and the entire system runs on your desk, offline. The c’t 3003 demo made the point theatrically: network cable physically unplugged, and Hermes still built a small working shooter game, error-free.

The local model of the hour is Qwen 3.6 27B in 4-bit quantization — under 17GB on disk, and by current standards remarkably capable for its size. For families and anyone handling data that mustn’t leave the house (or the EU), this is the configuration that changes the calculus: no cloud account, no per-token bill, no data leaving your network. We’ve made this argument before in our Mac mini vs ChatGPT comparison — Hermes plus Qwen is that thesis, upgraded.

Ad

Samsung T7 Shield 2TB (opens in a new tab)

Local models eat storage fast — Qwen 3.6 alone is ~17GB. External fast storage keeps your model library off the system drive.

Samsung T7 Shield 2TB

The Hardware Sweet Spot: Why 24GB Is the Number

Here’s the practical part most coverage glosses over. The model file is only ~17GB — but agents are context-hungry. Because Hermes constantly re-reads long histories, skill documents and tool output, you want a context window of at least 64k tokens, realistically 100k–200k. That inflates the memory footprint well past the model file itself.

The realistic requirements, per c’t 3003’s testing:

  • ~24GB of fast VRAM or unified memory — an Apple Silicon Mac (unified memory) or a Framework Desktop hit this naturally; a 24GB GPU does it on the PC side.
  • Fast memory specifically: on ordinary DDR5 system RAM the system technically runs, but “quälend langsam” — painfully slowly. This is not a config knob you can cheat.
  • Storage: the model alone is ~17GB, and you’ll collect variants — budget for it.

If that spec sounds familiar, it’s because it describes the machine our whole OpenClaw cluster already runs on: the Mac mini M4 Pro with 24GB — the exact configuration our Mac mini buying guide has recommended for a year, for exactly this reason. If you bought that box for OpenClaw, congratulations: you’re Hermes-ready without spending a cent.

Security, Honestly: The Same Rules Apply

An agent that can run shell commands is powerful in both directions, and our standing doctrine from the OpenClaw era transfers one-to-one — read the security sandbox guide if you haven’t. The Hermes-specific picture:

  • Sandboxing is built into the architecture: Hermes can execute in six terminal backends — local, Docker, SSH, Daytona, Singularity, Modal — so isolating it from your real system is a first-class option, not a hack.
  • Prompt injection remains the real threat. The moment your agent browses the web, it can encounter hidden malicious instructions embedded in pages. c’t 3003’s advice matches ours: for genuinely sensitive data, run the agent fully isolated, without network access — which Hermes, uniquely, is actually built to do.
  • Offline has a quirk: without live data, smaller local models hallucinate confidently. In the c’t test, Hermes cheerfully invented tourist attractions in Hannover. Fine for coding and file work; don’t treat an offline 27B model as an encyclopedia.
Ad

HDMI Dummy Plug 4K (opens in a new tab)

The classic headless-server fix: keeps a screenless Mac mini rendering properly so remote access never breaks.

HDMI Dummy Plug 4K

What It Actually Does on Day One: Five Household Jobs

Abstract pillars are nice; here’s what the documented capabilities translate to in a real house, based on the jobs we already run on our agent setup:

  1. The morning briefing. A plain-language cron — “every day at 6:30, summarize my RSS feeds and the family calendar, send to Telegram” — and you wake up to a digest that cost you nothing and told no cloud provider what your family reads.
  2. The file janitor. “Find every scanned document from 2025 in the downloads folder, rename them by date and sender, sort them into the tax folder.” Shell access plus file tools is exactly this kind of tedium, deleted.
  3. The homework-adjacent researcher. Summarize a PDF, explain a concept, draft a structure — processed locally, which matters the moment the input is a child’s school document rather than a public webpage.
  4. The household coder. The c’t demo wasn’t an accident: small scripts, automations, a quick tool for a one-off problem — this is where agent-plus-local-model already performs closest to the cloud.
  5. The overnight worker. Everything our passive income guide describes — research runs, content pipelines, monitoring — inherits Hermes’ cron scheduler and persistent memory, with the skill documents compounding what works.

And because memory persists, job number three hundred runs better than job number three — the agent has been your agent the whole time.

The Cost Math: One Box vs. a Stack of Subscriptions

The subscription-fatigue argument deserves numbers. A cloud AI subscription runs about $20 a month, per service, forever — $240 a year that buys you a tenant’s rights, revocable and repriceable. The local stack is a one-time hardware buy: a Mac mini M4 Pro (24GB) at roughly $1,400, drawing single-digit watts at idle — our measured OpenClaw box costs under a dollar a month in electricity running 24/7. The break-even against a two-subscription household lands somewhere in year three; against a “family plan” of AI tools, earlier. And unlike the subscription, the hardware also runs your backups, your photo library and everything else a home server does. It’s the same math that made our Mac mini vs ChatGPT analysis our most-argued-about page — Hermes just improves the “what you get for it” side of the ledger.

What This Means for a Family Household

The dad translation of all of the above: Hermes is the first agent where “the family’s data never leaves the house” is the default, not a compromise. Calendar automations, document wrangling, photo sorting, homework-adjacent research — all processed on your own hardware, with no subscription bleeding $20 a month and no terms-of-service question marks. Add the cron pillar and you get the OpenClaw promise — a digital employee that works while you sleep — with a memory that compounds.

The honest counterweight, straight from the c’t verdict: local models have caught up dramatically, but the biggest cloud models still write and reason noticeably better. Hermes with Qwen 3.6 is a brilliant worker; it’s not yet a brilliant writer. Match the tool to the job.

Hermes Agent is the most exciting thing to happen to self-hosted AI since OpenClaw’s viral moment — and the first agent designed from the ground up for genuinely local, genuinely private operation. The self-written skills are the killer feature, the 24GB sweet spot makes the hardware ask realistic, and the MIT license means nobody can take it away. We’re installing it on our own Mac mini M4 Pro now; the full hands-on setup guide and the head-to-head with OpenClaw are where we tell you whether the promise survives contact with reality.

What is Hermes Agent?

Hermes Agent is an open-source, self-hosted AI agent from Nous Research, released in early 2026 under the MIT license. Unlike a chatbot, it acts on your computer — running commands, writing scripts, managing files and scheduled jobs — and it keeps persistent memory across sessions, writing reusable skill documents when it solves a hard problem.

Does Hermes Agent really work offline?

Yes — that’s its headline trick. Paired with a local model like Qwen 3.6 27B via Ollama, the whole system runs on your own hardware with no internet connection. c’t 3003 demonstrated it coding a small game with the network cable physically unplugged.

What hardware do I need for Hermes Agent?

The current sweet spot is a machine with about 24GB of fast VRAM or unified memory — an Apple Silicon Mac like the Mac mini M4 Pro (24GB) or a Framework Desktop. The Qwen 3.6 27B model needs under 17GB of disk space, but agents process very long prompts, so you want a 64k–200k token context window in fast memory. On ordinary DDR5 system RAM it runs painfully slowly.

Is Hermes Agent free?

Yes. The agent itself is open source under the MIT license, self-hosted and free. If you pair it with a local model via Ollama, there are no API costs at all — your only costs are hardware and electricity. You can also connect cloud models (Anthropic, OpenAI, Google, DeepSeek) if you prefer, which then bill per use.

How is Hermes Agent different from OpenClaw?

They solve the same problem with different DNA: Hermes is Python-based, writes its own skills automatically as it learns, and leans harder into fully-local operation; OpenClaw is TypeScript-based with a huge community skill ecosystem. Our full comparison covers when each one is the right pick.

Patrick W.Founder & Editor

Father of two, keen nature & landscape photographer, and smart-home tinkerer based in rural Germany. Camera gear gets tested outdoors in real conditions — not on a studio bench — and the house runs on a home network more elaborate than it strictly needs to be. Everything reviewed here has to survive real family life: school runs, sticky fingers, and the odd toddler stress-test. Reviews are never sponsored — no paid placements, no press-sample deals. How we test →

More about Dadnology

Disclaimer: This review and its visuals were created with the help of AI. Some links may be affiliate links – we may earn a commission if you make a purchase, at no extra cost to you.

You might also like

Two terminal windows side by side on a desk, symbolizing two competing AI agents
guidesGuide

Hermes Agent vs. OpenClaw: Which Self-Hosted AI Agent Should You Run?

Hermes Agent vs OpenClaw, compared by a household that runs one of them daily: architecture, skills, security, offline capability and who should pick which.

A dad checking an AI assistant on his phone while making breakfast for the kids
guidesGuide

OpenClaw for Dads: 7 Family Automations That Actually Save Time

OpenClaw isn't just for coders. Seven real family automations—meal plans, school runs, screen-time reports—that turn a private AI agent into a genuine time-saver.

A locked cage icon over an AI agent terminal, representing sandboxing
guidesGuide

OpenClaw Security & Sandboxing: Keep Your AI Agent Caged

An AI with shell access is one bad web page from a disaster. Here's the hardware-agnostic playbook for sandboxing OpenClaw: DMZ networks, least privilege, kill switches.