Used this tool? Rate it
Used this tool? Rate it
Hermes Agent is an open-source AI agent from Nous Research that you install on your own computer, a server, or a cloud instance and then reach through a terminal, a desktop app, or messaging apps. Nous Research describes it as an open-source autonomous agent that learns across sessions and writes its own skills from experience.
The name overlaps with other Nous Research work: the company has also released language models of its own. This page covers the agent software; models, from Nous or anyone else, are something it connects to.
Hermes Agent is free and open source under the MIT license, while model providers and optional hosted services have their own pricing. It can run on your own hardware, on a remote machine over SSH, inside containers, or as a paid hosted instance managed by Nous.
The project is widely followed: its GitHub repository showed 249,322 stars as captured on September 27, 2026. In July 2026, technology press reported that Nous Research, the startup behind the open-source Hermes agent, was finalizing a funding round at a $1.5 billion valuation, citing three sources with knowledge of the deal.
The memory limit is deliberate. Memory does not auto-compact; when a write would exceed the limit, the memory tool returns an error instead of silently dropping entries, and the agent has to consolidate or remove entries itself. Skills carry the longer procedures, which is why the project pairs small memory files with a growing skill library rather than one large memory store. The README describes this as a closed learning loop, with autonomous skill creation after complex tasks and skills that self-improve during use.
hermes model — no code changes, no lock-in.The gateway is a single background process that connects to all your configured platforms, handles sessions, runs cron jobs, and delivers voice messages. Scheduling runs through it: you can schedule tasks to run automatically with natural language or cron expressions, and results can be delivered back to a chat. Because both scheduled work and chat replies depend on that process, the gateway is what turns Hermes Agent from a terminal tool into an always-on assistant.
Where commands run is configurable. The homepage lists five backends — local, Docker, SSH, Singularity, and Modal — with container hardening and namespace isolation, while the README lists seven terminal backends, adding Daytona and Vercel Sandbox. The two official pages differ on the count, so the exact set depends on the version you install.
The documented path is short, but the project stresses getting one working chat before adding more.
hermes setup offers a Quick Setup that logs into Nous Portal, a Full Setup where you walk through every provider, tool, and option yourself (bring your own keys), and a minimal Blank Slate mode.When moving to another computer, the homepage says to keep a backup of your Hermes data directory. Users coming from OpenClaw can run a migration command that imports settings, memories, skills, and API keys.
The official documentation hosts a curated gallery of community user stories, linked to public posts, issues, videos, and gists. Its category counts show where reported use concentrates: of 326 stories, 77 are dev workflow, 49 personal assistant, 32 integrations, 26 creative, and 23 business operations.
These are vendor-curated examples. They show what users say they built, not measured outcomes.
Hermes Agent fits people who are comfortable running a self-hosted AI agent themselves and want an assistant that keeps state over weeks rather than a single chat window.
It is a weaker fit if you want a zero-setup consumer app. The base desktop app needs no account, but meaningful use still requires connecting a model provider, and a model with too small a context window is rejected at startup.
| Platform | Documented install path | Notes |
|---|---|---|
| macOS | Hermes Desktop, terminal installer | Desktop page lists macOS 12 or later |
| Windows | Hermes Desktop, PowerShell installer | Windows 10/11; MSIX package requires Windows 11 22H2 or later |
| Linux / WSL2 | Terminal installer | Installs through the terminal instead of an installer package |
| Docker | Container image | No in-place update; you run a new image |
| Android (Termux) | Signed APT package | Tier 2, prerelease, aarch64 only |
Mac processor support is described differently across official pages. The installation guide says the macOS installer is Apple Silicon only and that Intel Macs are not a supported platform. The platform support page says the Hermes-Setup.dmg bootstrap installer is Apple Silicon only, but that Intel Macs use the darwin-x64 desktop bundle instead, or can install the CLI and run the desktop app from it.
On Android, the package is a prerelease build with Python, Node, and the TUI; you run the gateway in a Termux session, and Android can terminate background processes.
Messaging coverage is broad. The messaging guide lists Telegram, Discord, Slack, WhatsApp, Signal, SMS, Email, Home Assistant, Mattermost, Matrix, DingTalk, Feishu/Lark, WeCom, Weixin, BlueBubbles (iMessage), QQ, Yuanbao, Microsoft Teams, LINE, ntfy, and the browser.
The agent itself costs nothing to download or use; spending comes from models, hosted tools, and optional hosting. You can bring your own provider keys, or pay Nous through Nous Portal. No account is needed to run the base desktop app; signing in to Nous Portal adds always-on cloud agents, free and discounted models, and bundled tool usage credits.
| Plan | Monthly price | Monthly credits | Rollover cap | Models |
|---|---|---|---|---|
| Free | $0 | $0 | Not listed | Free models only, standard rate limits |
| Plus | $20 | $22.00 (10% bonus) | $10.00 | 200+ models, hosted tool usage, high rate limits |
| Super | $100 | $110.00 (10% bonus) | $50.00 | 200+ models, hosted tool usage, high rate limits |
| Ultra | $200 | $220.00 (10% bonus) | $100.00 | 200+ models, hosted tool usage, high rate limits |
The homepage says all paid tiers include monthly credits for use in Hermes Agent and access to 200+ cutting-edge models, while the quickstart says one subscription covers 300+ models plus the Tool Gateway. The two official pages give different model counts. The Tool Gateway is included with every paid Nous Portal subscription and routes web search, image generation, text-to-speech, and cloud browser automation; all four are pay-as-you-use billed against your Nous subscription.
Hermes Cloud is the optional hosted version, billed daily from Nous credit based on usage:
| Instance | Running | Stopped | Capacity |
|---|---|---|---|
| Medium | $0.56/day | $0.03/day | 10 concurrent sessions, 2GB RAM, 4 vCPUs |
| Large | $1.09/day | $0.03/day | 20 concurrent sessions, 4GB RAM, 8 vCPUs |
Inference and tool usage are billed separately, on top of the instance price. A stopped instance is charged storage only. The Nous Portal terms state that all fees are non-refundable, with no refunds or credits for unused or partially used periods.
The most direct comparison is OpenClaw. Technology press described Hermes as a competitor Nous Research released weeks after OpenClaw's agent went viral, noting that Hermes shipped with built-in skills such as web search, coding, and image understanding.
As an OpenClaw alternative, Hermes Agent is written mainly in Python and centers on memory plus self-written skills, while Agent Zero centers the work on a containerized desktop.
The README warns that antivirus tools such as Bitdefender and Windows Defender may quarantine the bundled uv.exe and calls this a false positive, with whitelisting steps. Public issue reports from separate users go further: one describes Microsoft Defender quarantining the regenerated Windows CLI launcher, and another describes Smart App Control blocking unsigned Hermes executables outright, with no documentation guidance at the time of the report.
Yes. Costs come from the model provider you connect, optional Nous Portal plans, and optional Hermes Cloud hosting.
No. Hermes Agent is agent software. It connects to models from many providers, including Nous Portal, OpenRouter, Anthropic, and local servers such as Ollama.
Yes, through self-hosted endpoints such as Ollama or vLLM, provided the model offers at least 64,000 tokens of context. Provider access and optional integrations can still require network access.
Stopping a local agent ends its running process, but does not delete its saved conversations, memories, or skills.