Skip to main content
guides

Hermes Agent's Quicksilver Release: What's New in v0.19.0

Patrick W.

Hermes Agent shipped v0.19.0 (the Quicksilver Release) on July 20 — an 80% faster cold start, Bitwarden and 1Password integration, and a real security hardening pass.

A terminal window showing a fast-streaming AI agent response next to a password manager icon

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.

A Release That Actually Earns Its Name

Nous Research shipped Hermes Agent v0.19.0 — nicknamed the Quicksilver Release — on July 20, 2026. We haven’t installed Hermes on our own hardware yet (it’s next on the list once we carve out a proper setup weekend), so consider this a release breakdown sourced straight from Nous Research’s own changelog, not a hands-on report. But it’s worth covering now: this isn’t a routine point release, it’s a genuine step forward on the exact thing that makes Hermes interesting in the first place — security you don’t have to babysit.

Ad

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

24GB of unified memory at 273GB/s bandwidth — the machine we're planning to run Hermes on once we carve out the setup time.

Apple Mac mini (2024, M4 Pro)

The Speed Numbers Are Real, Not Marketing Rounding

Cold-start time dropping from roughly 4.3 seconds to 0.9 seconds is the kind of number that sounds like marketing until you think about what it actually changes day to day: that’s the difference between Hermes feeling like a tool you wait on and one that feels instant every time you invoke it. The desktop app picked up over 20 performance-focused pull requests on top of that, landing a 14x faster streaming markdown renderer and virtualized diffs so the interface doesn’t freeze when a subagent dumps a large output. Reasoning models now stream their thinking live by default instead of showing a static spinner while you wait — a small UX change that matters a lot when you’re trying to gauge whether the agent is actually working or stuck.

The Security Story Is the Real Headline

This is the part that matters most for the “is this actually safer than the alternative” question we raised in our Hermes Agent vs. OpenClaw comparison. Nous Research’s own changelog describes a real credential-hardening pass: Google Vertex credentials are now scoped away from subprocess environments instead of leaking into child processes, local file-read operations route through unified credential guards, webhook body sizes are capped across every server component, and token redaction got tightened for providers like Fireworks AI. None of that is flashy, and that’s exactly the point — it’s the unglamorous plumbing work that determines whether an agent with access to your accounts and your filesystem is actually trustworthy, rather than just marketed as secure.

The standout feature, though, is direct Bitwarden and 1Password integration. Previously, an agent like this needed API keys somewhere it could read them — in practice, that usually means a plaintext config file sitting on disk. Quicksilver lets Hermes pull secrets from your existing password manager at load time instead, with deterministic precedence rules and conflict warnings if a key exists in more than one place. If you already run Bitwarden or 1Password for the household (and if you don’t, you should), this closes one of the more uncomfortable gaps in the whole self-hosted-agent category: your AI assistant no longer needs its own separate pile of secrets sitting around waiting to be found.

Smart Approvals and Watching What Subagents Actually Do

Two more additions are worth flagging for anyone nervous about handing an agent real permissions. Smart approvals now use an LLM to independently review flagged commands by default, rather than relying purely on static allow/deny rules — and you can still define hard deny rules that hold even in permissive modes, so the AI reviewer doesn’t get the final word on your own boundaries. Subagent visibility is the other piece: Hermes can delegate work to background subagents, and Quicksilver adds live transcript files so you can actually watch what a delegated worker is doing in real time — every tool call, every result, every streamed reply, logged per-worker. For a family setup where an agent might be running scheduled jobs unattended, being able to audit what it did (or is doing right now) rather than trusting a black box is exactly the kind of feature that should be table stakes and, until now, mostly wasn’t.

Rounding out the release: a durable delivery ledger means a finished response now survives a gateway crash instead of silently vanishing, and model support expanded to include GPT-5.6, Grok 4.5 (GA), Claude Fable 5, and first-class Fireworks AI and DeepInfra provider support. There’s also a genuinely convenient developer touch — subscription management via /subscription and /topup commands directly in the terminal, no browser tab required.

Why the Model and Provider Additions Matter

The model list is more than a routine “we now support X” bullet point. GPT-5.6, Grok 4.5’s general availability, and Claude Fable 5 all landing in the same release means Hermes users get same-day access to whatever the frontier labs ship next, rather than waiting on a follow-up patch — a meaningful thing for a tool whose whole value proposition is picking the right model for a given job rather than being locked to one provider. The Fireworks AI and DeepInfra additions matter for a different reason: both are inference platforms built around running open-weight models cheaply at scale, which is the pragmatic middle ground between “fully local on your own hardware” and “pay full frontier-model pricing for every request.” For a household budget, that’s the option that makes sense for the bulk of routine tasks — reserving the expensive frontier models for the handful of jobs that actually need them, and routing everything else through cheaper open-weight inference without touching your own compute at all.

That flexibility is also why the earlier point about Google Vertex credential scoping matters more than it might first appear: the more providers an agent can reach, the more places API credentials can potentially leak if they’re handled carelessly. Quicksilver expanding provider support and tightening credential handling in the same release isn’t a coincidence — it’s the responsible way to grow an integration surface, and it’s exactly the discipline we’d want to see before trusting this on a machine with real household access.

Quicksilver at a Glance: What Actually Changed

Before (v0.18.x)After (v0.19.0 Quicksilver)
Cold-start time~4.3 seconds~0.9 seconds (~80% faster)
API key storagePlaintext config fileBitwarden / 1Password integration
Command approvalsStatic allow/deny rulesLLM-reviewed smart approvals + hard deny rules
Subagent monitoringNo live visibilityLive per-worker transcript files
Response reliabilityLost on gateway crashDurable delivery ledger survives restarts
Desktop markdown renderingBaseline14x faster streaming, virtualized diffs
Supported modelsPrior lineup+ GPT-5.6, Grok 4.5 (GA), Claude Fable 5, Fireworks AI, DeepInfra

Laid out this way, the pattern is clear: this isn’t a single flashy feature wrapped in a version bump, it’s five or six separate improvements that all point at the same underlying goal — make Hermes something you can trust with real access and not think about twice while it’s running in the background.

What “80% Faster Cold Start” Actually Means Day to Day

It’s worth translating that headline number into something concrete, because “cold-start initialization” is exactly the kind of spec that sounds abstract until you’ve lived with the alternative. A cold start is what happens every time the agent process has to spin up from nothing — after a reboot, after the process gets killed and restarted, after your machine sleeps overnight. At roughly 4.3 seconds, that’s a genuine “did it actually launch” pause, the kind that makes you tab away and lose your train of thought. At 0.9 seconds, it’s closer to opening a normal application: you type the command, it’s just there. For a tool that’s supposed to sit in the background and be invoked casually throughout the day — the entire pitch of an agent versus a chatbot you have to deliberately go open — that difference compounds. A four-second tax on every cold invocation is the kind of friction that quietly trains you to use a tool less; shaving it down to under a second removes that friction entirely.

How This Fits the Broader Self-Hosted Agent Race

Hermes isn’t shipping security hardening in a vacuum — it’s racing OpenClaw on almost exactly this axis. Our own OpenClaw mid-2026 update covered that project’s parallel security maturation: tighter default permissions, a hardened skills format, and the shift toward cheap local inference on the AI HAT+. Reading the two projects’ changelogs side by side, the honest pattern is that both teams learned the same lesson at roughly the same time — that a tool with real filesystem and account access can’t ship with security as an afterthought, because the first serious incident is the kind of story that kills a project’s credibility overnight. Where they’re differentiating is emphasis: OpenClaw’s mid-2026 push leaned hardware-and-cost (affordable local inference, a broadening skills ecosystem), while Hermes’s Quicksilver release leans credential hygiene specifically — the password manager integration has no direct OpenClaw equivalent we’re aware of as of this writing. If that gap holds, it’s a genuinely meaningful differentiator rather than a marketing one.

What We’re Watching Before We Install

We’ve been upfront in this whole cluster that the Mac mini is sized up and ready, but the actual install hasn’t happened yet — life keeps deprioritizing the setup weekend. Quicksilver moves Hermes further up the list for a specific reason: password manager integration removes the one setup step we were least looking forward to, manually managing a plaintext secrets file on a machine that’s going to have real access to household systems. Between this release and the hardware requirements guide we already put together, the remaining gap is purely a time problem, not a readiness problem. When it happens, the follow-up won’t be another changelog breakdown — it’ll be the actual setup process, the rough edges nobody mentions in release notes, and an honest read on whether day-to-day use matches what a changelog like this promises.

Where This Leaves Our Hermes Coverage

We flagged Hermes’s security focus as its main differentiator against OpenClaw when we first covered it, and this release is the project backing that positioning up with actual shipped work rather than just messaging — which is the distinction that actually matters. Plenty of software projects say “security” in their marketing copy; fewer ship a changelog full of specific, verifiable hardening work (credential scoping, unified file-read guards, webhook size caps) in the same release as genuinely useful new features, rather than treating the two as competing priorities. The password manager integration in particular is the kind of feature that changes the calculus for anyone who was on the fence about handing an agent real credentials. Our plan is still to get Hermes running on the Mac mini M4 Pro we’ve already sized up for it — once that happens, we’ll follow up with an actual hands-on setup guide instead of a changelog breakdown. Until then, if you’re weighing Hermes against OpenClaw today, this release is a real point in Hermes’s favor on the security question specifically.

The Dadnology Take

A version bump that ships real credential hardening and password-manager integration instead of just new chat features is the kind of release that actually matters for a tool you’d trust with household access. We’re not ready to crown a winner between Hermes and OpenClaw yet — that needs hands-on time we haven’t put in — but Quicksilver is a genuinely substantial step for the project’s core pitch: an agent that’s fast, capable, and doesn’t need its own pile of exposed secrets to work.

What is the Hermes Agent Quicksilver Release?

It’s version 0.19.0 of Hermes Agent, Nous Research’s open-source AI agent, released July 20, 2026. The nickname refers to its headline feature: an approximately 80% faster cold start, from about 4.3 seconds down to 0.9 seconds.

What are the main new features in Hermes Agent v0.19.0?

Direct Bitwarden and 1Password integration for API key storage, LLM-reviewed smart approvals for flagged commands, live transcript files for monitoring background subagents, a durable delivery ledger so finished responses survive a crash, and support for new models including GPT-5.6, Grok 4.5, and Claude Fable 5.

Is Hermes Agent more secure than OpenClaw?

Security is one of Hermes’s clearest differentiators, and this release makes the case stronger — password manager integration alone removes a real plaintext-credential risk. We haven’t run both side by side on our own hardware yet, so we’re not calling a winner today; our existing comparison covers the broader picture.

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

A Mac mini next to an activity monitor showing memory usage while running a local AI model
guidesGuide

Hermes Agent Hardware Requirements: The 24GB Sweet Spot Explained

The real Hermes Agent hardware requirements for running Qwen 3.6 27B locally: why agents need more memory than chatbots, the 24GB sweet spot, and what to buy.

A small home server on a desk next to a notebook with handwritten income calculations
guidesGuide

How to Make Money with AI at Home: What Actually Works (And What's Grift)

The honest guide to making money with AI at home: four workflows that actually earn, hardware from $80 to $1,400, the real math — and the grift to avoid.

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.