Operating System
Supported environments for the current install flow.
Hermes is a strong fit if you want one agent that can keep long-running context, grow operator habits over time, and move from CLI to messaging without rebuilding your whole workflow.
A minimal environment check before you run the installer.
Supported environments for the current install flow.
Keep at least 2GB RAM available for a smooth setup and runtime baseline.
Internet access is required to download resources and call your LLM API provider.
Leave version placeholders if your stack depends on Python or Node.
Bring your OpenClaw setup into Hermes with a single command. Hermes imports everything from ~/.openclaw automatically.
Use the Hermes gateway to bridge directly into chat surfaces you already live in.
Create a bot with BotFather and copy the Bot Token.
Use the official setup wizard first, then start the configured gateway.
hermes gateway setup Start the gateway and message the bot to verify. If pairing is enabled, approve the code it shows.
hermes gateway Create an application bot in Discord Developer Portal and copy the Bot Token.
Use the official setup wizard first, then start the configured gateway.
hermes gateway setup Start the gateway, invite the bot or DM it, and approve pairing only if your setup prompts for one.
hermes gateway Pick the provider profile that matches your deployment goal during hermes setup.
| Option | Positioning | Best For | Setup Snippet |
|---|---|---|---|
| Nous Portal Best-fit default | Most aligned Hermes experience | Users who want the smoothest first-run configuration and tuned defaults. | |
| OpenRouter Multi-model choice | Flexible provider switchboard | Users comparing multiple hosted models or routing between vendors. | |
| Local LLM Privacy-first | Runs against your own local endpoint | Users prioritizing privacy, offline control, or self-hosted inference. | |
Primary cross-session memory lives in MEMORY.md and USER.md, with SQLite-backed session search kept as a separate retrieval layer.
SOUL.md defines the global identity of a Hermes instance, while project-specific instructions belong in AGENTS.md.
Hermes can discover, install, and reuse skills as structured procedures instead of repeating the same setup work every session.
Configure platform adapters with hermes gateway setup, then run hermes gateway to keep Hermes reachable from chat surfaces.
Hermes connects to MCP servers as scoped tool providers, making external systems available without widening access unnecessarily.
Use child agents for fresh-context review, parallel research, or other tasks that benefit from isolated reasoning and tool use.
The current official release introduces the Nous Tool Gateway for paid Nous Portal subscribers, with web search, image generation, TTS, and browser automation through one subscription.
Source: GitHub ReleasesThe release adds subscription-based tool access, per-tool opt-in, and clearer integration with hermes tools and hermes status.
Source: GitHub ReleasesUse GitHub Releases and the docs when you want to confirm platform support, setup flow, or a release-specific capability.
Source: Official DocsA quick demo helps with orientation, but exact setup details still belong in the docs and release notes.
This video is a demo, not a complete feature contract. Use the docs and release notes when you need exact setup or support details.
Open release notesInstall Hermes locally or on a small VPS, run the gateway, and keep a private assistant reachable from any device.
Move SOUL, memory, skills, and provider settings from ~/.openclaw without rebuilding your setup by hand.
Use SOUL.md for global identity and AGENTS.md for repo-specific instructions so behavior stays coherent across sessions.
Connect Hermes to scoped MCP servers for filesystems, GitHub, databases, and internal APIs without widening tool access too early.
Use delegation when you need isolated child agents for research, review, or parallel workstreams that would otherwise flood context.
Run Hermes as a persistent CLI or messaging agent, keep session search available, and verify changes against official releases and docs.
Hermes Agent is an open-source AI agent by Nous Research. The official docs describe persistent memory, SOUL-based identity, messaging gateway support, MCP integration, and delegation for parallel work.
Official installation supports macOS, Linux, Windows via WSL2, and Android through Termux. Native Windows is not the supported install path.
Hermes supports Nous Portal, OpenRouter, OpenAI, local endpoints, and other compatible providers described in the setup and model documentation.
Use hermes gateway setup to write the platform configuration, then run hermes gateway. Telegram and Discord each have dedicated setup guides in the official docs.