⚡ Set Up Hermes Agent
The fastest path to a working AI agent. 15 minutes, beginner-friendly.
What is Hermes Agent?
Hermes Agent is an open-source AI agent by Nous Research. It runs on your computer, connects to your chat apps, and has persistent memory — it remembers you across sessions.
Step 1: Install Ollama
Hermes needs an AI model to think with. The easiest way is Ollama Cloud — sign up free, grab an API key, and paste it during setup.
Download the Ollama app
Go to ollama.com and download the app for your operating system. Install it — takes about a minute. Run the app once and sign in.
Download Ollama →Get your API key
Sign up for a free account at ollama.com → Settings → API Keys → Create API Key. Copy the key and save it somewhere safe — Ollama only shows it once.
Pick a plan
💡 Our recommendation: Start on Free to verify the install, then upgrade to Pro. At $20/month, Pro is enough for most users to run a single agent daily without mid-task cutouts.
Don't want Ollama? You can also use OpenAI (GPT-4o, pay-as-you-go, ~$2.50–10/1M tokens) or Anthropic (Claude, pay-as-you-go). You only need one provider. Ollama Cloud is the cheapest way to start.
Step 2: Install Hermes
Hermes handles Python and dependencies automatically. You don't need to install anything else first.
Step 3: Test It
Should say "running."
Open the Hermes app or message your bot and say "Hello".
Ask "What's 2+2?" — should say 4.
Say "My name is Chris", then in a new chat ask "What do you know about me?" — it should remember.
Step 4: Switch Models (Once Running)
With the Ollama app running and your API key set up, the fastest way to try a different model:
This downloads the model if you don't have it yet and reconnects Hermes in one step. Browse available models at ollama.com/library.
At publishing time, glm-5.2:cloud is excellent for publishing, research, and content work.
You can also switch models in the Hermes app settings, or by asking: "Switch to glm-5.2:cloud."
Step 5: Make It Start Automatically
Hermes can run as a background service so it survives reboots.
Desktop app: Look for "Start on login" or "Run as service" in settings.
Terminal:
Then check:
If that says "running," you're done.
Optional: Add Telegram
You don't need Telegram — the built-in chat works fine. But once your agent works, adding Telegram lets you chat from your phone.
Just ask your agent: "Connect me to Telegram. Walk me through it."
Or do it manually:
- Open Telegram, search @BotFather, send
/newbot - Pick a name and username (must end in "bot")
- Copy the token
- Run
hermes gateway setupand paste the token
Hermes vs OpenClaw
💡 In plain English: OpenClaw is great if you want maximum chat-app coverage. Hermes is great if you want the cleanest setup and strongest memory out of the box.
Prefer OpenClaw? OpenClaw setup guide →
You're Ready
Download the Mac app, or run one terminal command. Answer the wizard. Paste your API key. Start chatting.
Hermes is the fastest path from zero to a working agent.
Want more help? The Lobster Farm is our free ebook that walks you through building your own local AI agent stack — the same approach we used to build Singularity.Kiwi. 12 chapters, practical, beginner-friendly.