Hermes Agent sits at more than 210,000 GitHub stars as of mid-July, less than five months after its public release. That makes it the highest-ranked dedicated AI agent framework on GitHub, currently #25 among all repositories on the platform. NVIDIA also reports it’s the most used agent in the world by OpenRouter traffic. So the hype is real, the install base is real, and yet buried in the official documentation is a line most people never read.
Nous Research tells you not to use their own Hermes 4 models inside their own agent.
I’ll get to why, because it’s the single most useful thing to understand before you spend a dollar on this. But first, the verdict, since you came here for a decision and not a book report.
If you want the setup that works with the least friction: install Hermes on a cheap virtual private server (VPS), subscribe to Nous Portal Plus at $20 a month, and set Claude Sonnet 4.6 as the brain. That combination covers the model, web search, browser automation, image generation, and text-to-speech under one login. Everything below is the receipts, pulled from the official docs, the GitHub issue tracker, and the pricing pages rather than the launch tweets.
What this thing actually is
Hermes Agent is an open-source AI agent from Nous Research, released February 25, 2026 under the MIT license. The software itself is free. No premium tier, no locked features.
The pitch is different from every chatbot you’ve used. Hermes runs continuously on a machine you control, and when it solves a hard problem it writes the solution down as a reusable skill file. Next time, it doesn’t re-derive the answer. It also keeps a memory of your projects and preferences across sessions, so you stop re-explaining your life every morning.
And it lives where you already are. One gateway process connects it to Telegram, Discord, Slack, WhatsApp, Signal, email, and a list of platforms that now tops twenty. You message your agent from your phone while it works on a server somewhere else.
The July 1 v0.18.0 release added a /learn command that distills a reusable skill from a URL, a directory, or a workflow you just walked it through, plus a /goal mode where a separate judge model grades the work until it actually meets your success criteria. That judge idea matters more than it sounds. “Done” stops meaning “the model got tired.”
How to use it
Installation is one command on Linux, macOS, or WSL2:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bashThen hermes setup walks you through picking a model provider, and hermes starts the chat. There’s also a desktop app, shipped June 2, if terminals aren’t your happy place. Native Windows support exists but Nous labels it experimental, so Windows users should run it through WSL2.
Two cautions before you paste that command. You are piping a script from the internet into your shell and then handing an AI agent access to a terminal. That’s the whole value proposition and also the whole risk. Run it on a VPS or a sandboxed machine first, not the laptop with your tax returns. Second, the GitHub README notes that some antivirus engines flag the bundled uv installer as suspicious because it’s an unsigned binary that downloads packages. Known false positive, but verify you’re pulling from the official NousResearch repo before you trust anything.
Day-to-day use looks less like prompting and more like delegating. You connect Telegram, tell it “every morning at 7, summarize my unread emails and the top three stories on my industry,” and the built-in scheduler handles it from plain English. No cron syntax. Bigger jobs can fan out to isolated subagents that run in their own sandboxes and report back.
The model question, and the answer nobody expected
Hermes Agent is model-agnostic. Bring any brain you want. Which raises the obvious question: whose?
Nous’s own documentation answers it with unusual honesty. The Hermes 4 model family, the lab’s namesake, is tuned for chat and reasoning rather than the rapid-fire tool-calling loop the agent depends on. The docs say to skip it for agent work and pick a frontier agentic model instead. Their listed picks: Claude Sonnet 4.6 as the best general-purpose agentic model, GPT-5.5 Pro for heavy reasoning, Gemini 3 Pro for giant context, and DeepSeek V4 Pro when cost matters most.
A lab telling you its own product isn’t the right choice inside its own agent is the kind of signal worth trusting. Restraint like that is rare in this market.
Now, how to pay for that brain. You have five real routes.
Nous Portal, the default answer. Launched April 27, 2026, it’s one subscription covering 300+ models plus the tool gateway (web search, browser automation, image generation, TTS). Tiers per Nous: a free evaluation tier with $0.10 in monthly credits, then Plus at $20, Super at $100, and Ultra at $200 per month. The free tier exists to kick the tires, not to run workloads. For most builders, Plus is the sweet spot because it replaces separate accounts with a search provider, an image provider, a TTS provider, and a browser automation provider. One OAuth, one bill.
OpenRouter. Broad model routing with your own key. Flexible, though a Hermes GitHub discussion pegs the platform fee at roughly 5.5% on top of provider rates.
Direct API keys. An Anthropic or OpenAI key, pay per token, no middleman. Cleanest billing, most plumbing.
Your existing subscriptions. Hermes can route through a GitHub Copilot subscription, and a May 15 integration lets X Premium+ subscribers use their Grok subscription inside the agent. The Claude route is the messy one. Official Hermes docs state the Anthropic OAuth path only works on a Claude Max plan with extra usage credits purchased on top, and that Claude Pro subscribers can’t use it at all. Worse, users report in an open GitHub issue that the OAuth path still bills against pay-per-token extra-usage credits instead of the subscription’s included quota. Until that settles, treat “run Hermes on my Claude plan” as a science experiment, not a plan.
Fully local. Ollama or vLLM with open-weight models, zero API spend, full privacy. NVIDIA’s coverage points at Qwen 3.6 in the 27B and 35B range as the current local sweet spot, though that assumes serious GPU hardware.
On cost, the honest math from Hostinger’s breakdown: expect $5 to $80 per month all-in depending on the model. DeepSeek V4 Flash runs about $0.14 per million input tokens and $0.28 per million output. Claude Opus 4.8 runs $5 and $25 for the same. Roughly a 30x spread for the identical workload. One quiet cost lever: the same analysis found messaging gateways like Telegram send 15,000 to 20,000 tokens of overhead per request, versus 6,000 to 8,000 through the CLI. Where you talk to your agent changes your bill.
The Grok 4.5 wildcard
The loudest corner of the Hermes community right now is running Grok 4.5 as the brain, and for once the noise has independent numbers behind it.
xAI shipped Grok 4.5 in early July, and it landed fourth on Artificial Analysis’s Intelligence Index, behind Claude Fable 5, GPT-5.5, and Claude Opus 4.8. That placement came from a 16-point jump over Grok 4.3, which the firm logged as the largest single-generation leap any lab has posted on that index. On the same firm’s Coding Agent Index it scored 76, one point below Fable 5 running in Claude Code.
The price is what turns those rankings into a movement. MindStudio’s analysis puts Grok 4.5 at $2 per million input tokens, a fraction of frontier pricing for near-frontier agentic scores. xAI also disclosed a cached-input rate of $0.50 per million, a 75% discount that lands especially well in agent loops, where the same context gets re-sent over and over. Benchmark coverage from TechTimes worked that out to roughly $2.49 per completed coding task, against $11.80 for the same work through Claude Code.
The community reports match the math. Nick Vasilescu, who says he has run Grok 4.5 across more than 100 Hermes agents, calls it the grittiest model he’s used, meaning it keeps grinding on a task instead of quitting early. Greg Isenberg’s session with him showed a Hermes agent building a full landing page in about 40 seconds. Worth noting: the writeup of that session flags it as an informal demo with no repeated trials or blind scoring, so treat it as a field report, not a benchmark.
Now the fine print, because there’s real fine print. TechTimes’ benchmark coverage reports the hallucination rate roughly doubled to 54% compared with its predecessor. The context window also shrank to 500,000 tokens, down from Grok 4.3’s 1 million, with no official explanation from xAI. And MindStudio’s testing found it strong on structured, high-volume work but weaker on hard multi-step reasoning, which is why they position it as the workhorse in a pipeline rather than the orchestrator on top.
If you want to run it inside Hermes, five tips:
Pick your route. Grok 4.5 is reachable four ways: the Nous Portal catalog, OpenRouter, a direct xAI API key, or the X Premium+ OAuth integration that reuses a Grok subscription you may already pay for. Switch with hermes model and pick it from the list.
Drop the reasoning to low. Vasilescu’s recommendation from his testing, and it’s where the speed reputation comes from. High reasoning mode erases much of the latency advantage on routine tasks.
Put a judge on it. The /goal command in v0.18 lets a separate model grade the work against your success criteria. With a reported hallucination rate that high, a cheap verification pass is not optional. It’s the whole strategy.
Route by difficulty. The pattern MindStudio recommends: Grok handles the volume (summaries, drafts, structured coding, research sweeps), and anything needing deep multi-step reasoning escalates to Sonnet 4.6 or Fable 5. You get the speed without betting the hard calls on it.
Watch long sessions. The 500K context window is generous until an always-on agent with weeks of memory starts stuffing it. Lean on Hermes skills and memory recall instead of dumping everything into context.
One more angle worth knowing: because it’s an xAI model, Grok 4.5 has native reach into X data, which several creators point to as its edge for research built on real-time X content. If your workflows live there, that’s a genuine differentiator no other brain offers.
Every way to run it
From cheapest to laziest:
Your own machine. Free, but the agent sleeps when your laptop does, which defeats the always-on point.
A cheap VPS. The community favorite. Hermes needs about 1 vCPU, 2GB RAM, and 20GB of disk, which fits the bottom tier at Hetzner (the CX22 plan runs about $4.35 a month), DigitalOcean, or Linode. A Raspberry Pi 5 also works if the model lives in the cloud.
Docker or SSH backends. Same idea with more isolation. Hermes supports six terminal backends total.
Serverless. The Daytona and Modal backends hibernate when idle, so you pay close to nothing between tasks. Clever for an agent that mostly waits for your messages.
Hermes Cloud. Nous’s own hosted option, currently in preview. Ten dollars minimum in credits or an active subscription, and your agent is online in seconds with no server to babysit. There’s also FlyHermes, a third-party managed option, if you want someone else handling uptime entirely.
Local GPU. An RTX box or DGX Spark running everything, model included, on your desk. Maximum privacy, maximum hardware bill.
So what
Do this: if you run multi-step workflows more than a few times a week, deploy Hermes on a $5 VPS with Nous Portal Plus and Claude Sonnet 4.6. Total damage lands near $25 a month for an always-on agent that compounds. If speed and cost outrank accuracy for your workload, run Grok 4.5 as the volume worker with a judge model checking its output, and escalate the hard reasoning to Sonnet 4.6 or Fable 5.
Skip this: if your AI use is one-off questions. A flat chatbot subscription beats this on price and setup time, and Hostinger’s analysis says the same.
Wait on this: the Claude Pro/Max subscription route. The billing behavior is disputed in open GitHub issues, and Anthropic’s policy on programmatic subscription use is still settling.
Steal this: an agent’s value isn’t the model it runs, it’s what it remembers. Pick the cheapest brain that doesn’t drop the ball, and let the memory do the compounding.
Sources
Hermes Agent official documentation — Nous Research
Hermes Agent GitHub repository — NousResearch
Nous Portal integration guide — official model recommendations and gateway details
AI Providers documentation — Anthropic OAuth, Copilot, Vertex, Bedrock routes
Nous Portal subscription plans — Nous Research
Nous Portal tier announcement — Teknium (Nous Research) on X
Hermes Cloud — Nous Research, preview
Hermes Unlocks Self-Improving AI Agents — NVIDIA Blog
Hermes Agent cost: real monthly pricing 2026 — Hostinger
Hermes Agent pricing: free vs Nous Portal — AutoLearningAgents
GitHub issue #40014: Claude OAuth billing behavior — user-reported, open
Nous Portal guide — OpenClaw Launch
Hermes Agent star history and global rank — Star History tracker
Grok 4.5 cuts coding-agent cost 80% — TechTimes, citing Artificial Analysis benchmarks
How to use Grok 4.5 as a cheaper sub-agent — MindStudio
Grok 4.5 vs GPT-5.6 Sol: agentic coding comparison — MindStudio
Grok 4.5 across 100+ Hermes agents — Nick Vasilescu on X, self-reported testing
Grok 4.5 as an AI co-founder: the Hermes and Orgo stack — analysis of the Isenberg/Vasilescu session


