Hermes Agent Installation Guide 2026 (Make Money With Free AI)

This hermes agent installation guide 2026 is for one specific reader — the person who wants to install a free, open-source agent and turn it into paid client work this month.

I'll walk you through the install, then I'll walk you through the exact way I package Hermes installs as paid deliverables for SEO and automation clients.

🔥 Want my full Hermes installation + workflow training? AI Profit Boardroom has the full Hermes setup course, Workspace + Swarm + Goal trainings, plus weekly live coaching. → Get the trainings

Why Hermes Is The Best Free AI To Monetise In 2026

Hermes is free and open source. You pay zero for the agent. That alone makes the margin on client work absurd.

It's built by Nous Research and has 145,000 GitHub stars — clients recognise the brand which means less time spent justifying the tool.

It runs on a $5/month VPS, a serverless backend, or a client's own laptop. Hosting costs are rounding error.

It integrates with Telegram, Discord, Slack, WhatsApp, Signal, and Email — which means you can deliver an "AI agent in your client's pocket" for the cost of an evening of work.

It supports 200+ models so you can route clients to whatever LLM provider matches their budget — premium clients get Sonnet 4.8, value clients get cheaper OpenRouter models.

It has a built-in cron scheduler so recurring automation packages (daily SEO reports, weekly social comments, monthly competitor snapshots) ship without you touching them after install.

Margins on packaged Hermes installs are obscene because the only cost is your install time. This hermes agent installation guide 2026 shows you exactly how.

How To Monetise Hermes In Three Weeks

Week one: install Hermes locally and run it for yourself.

Week two: pick one repeatable automation — daily competitor monitoring, social media report, client inbox triage — and build it inside Hermes for yourself.

Week three: package that exact automation as a paid deliverable and sell it.

I charge £500 per client for a basic Hermes install plus one automation, and £2,000 per client for a full multi-agent swarm setup with messaging gateway and scheduled jobs.

The install takes me an hour. The automation build takes me three. Net margin per deliverable is roughly £125-£500 per hour of actual work.

That's the maths. Now let's install it.

Install Command For Linux, macOS, And WSL2

Here's the single command that installs Hermes on Linux, macOS, and Windows Subsystem for Linux.

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

That pulls the official install script from the NousResearch GitHub repo and runs it through bash.

It installs uv, Python 3.11, Node.js, and the supporting CLI tooling.

It writes the hermes binary to your shell path.

If you're selling client installs, you'll be running this command on the client's machine or their VPS. Memorise it.

Install Command For Windows Clients

PowerShell one-liner for Windows clients.

irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex

Currently early beta. Handles uv, Python 3.11, Node.js, ripgrep, ffmpeg, and portable Git Bash via MinGit which unpacks to %LOCALAPPDATA%\hermes\git without admin permissions.

If the client already has Git installed, the installer uses it rather than downloading the 45MB MinGit.

If the Windows install fails — and on some setups it does — use Claude Code locally and paste the GitHub install instructions in. Let Claude iterate through the install for you. I've done this on three client machines this year.

Install Command For Termux On Android

If a client wants Hermes on their Android phone, Termux is the route. Use the .[termux] extra rather than .[all].

This is a niche client request but a billable one.

Post-Install Steps

Reload the shell.

source ~/.bashrc
hermes

On macOS zsh, source ~/.zshrc.

The first time hermes runs, you're prompted to pick a model and personality.

For client installs I always run hermes setup next to walk through the full wizard rather than relying on the inline prompts.

Pricing Tiers For Client Hermes Installs

Tier 1: Basic Install — £500. One-hour install, model setup, one messaging gateway (usually Telegram), 30-day support.

Tier 2: Automation Package — £1,000. Everything in Tier 1 plus one custom automation (daily report, scheduled job, or workflow) and SOUL.md tuning.

Tier 3: Full Stack — £2,000+. Everything in Tier 2 plus multi-agent Workspace Swarm, multiple messaging gateways, custom skills, three custom automations, 90-day support.

Tier 4: Retainer — £500-£2,000/month. Ongoing automation development, Hermes updates, agent management.

The tier system is what made this scaleable for me. Pick yours and stick to it.

Picking The Right Model For Clients

For premium clients I default to Claude Sonnet 4.8 — see my Sonnet 4.8 review for why it's my reasoning default.

For value-tier clients on a budget, I route to OpenRouter and pick a smaller cheaper model.

For clients with strict data privacy requirements (legal, finance, healthcare), I install local models via LM Studio or Ollama — see Atomic Chat vs Ollama for the local stack.

Switch with one command.

hermes model

Always factor the LLM cost into the client price. If a client's automation will burn $50/month in API costs, your retainer needs to cover that plus margin.

Configuring The Messaging Gateway For Clients

This is where the "AI agent in their pocket" pitch becomes real.

hermes gateway

Wire Telegram first — it's the easiest and most clients already use it.

For Telegram, you need a bot token from BotFather (90 seconds to create).

For Discord, you create a bot in the developer portal and invite it to the client's server.

For WhatsApp and Signal, the setup is a bit fiddlier — budget thirty minutes the first time for a client, ten minutes for subsequent ones.

The "voice memo your AI from anywhere" demo is the single best client conversion I've found. Set it up on your phone, demo it during the sales call, watch their face when they realise this is what you're delivering.

Watch The Walkthrough

The walkthrough is worth showing to prospective clients during the sales call — saves you a long explanation.

Slash Commands To Train Clients On

Don't dump the whole list on clients. Train them on these only.

/new to start a fresh conversation when they change topics.

/model to swap models if responses feel weak.

/undo to roll back a turn.

/usage so they can see what they're spending.

/skills to browse what the agent can do.

Ctrl+C to interrupt.

That's it. Everything else they can learn later or you can configure for them upfront.

Troubleshooting Client Installs

If a client's Mac Mini is sluggish, recommend moving Hermes to a $5 Hostinger VPS and SSH-ing in. Charge an extra £200 for the migration if you're doing it.

If the client's agent feels too passive, edit SOUL.md and add "be proactive, take action without asking, complete tasks end-to-end." This single edit upgrades the perceived quality of the deliverable.

For autonomous goal loops use /goal <text> with a 20-turn default budget. Teach this one to clients — it's the slash command that earns repeat business.

For multi-agent parallel work, use the Workspace Swarm — covered in Hermes Agent Swarm — which runs 17+ agents at once. This is your Tier 3 deliverable.

If a Windows install fails, run via Claude Code and let it iterate.

hermes doctor diagnoses most config issues — always run this first when troubleshooting a client install.

Migrating Clients From OpenClaw

If a client is already on OpenClaw and wants to upgrade — and most do, because OpenClaw is declining — Hermes ships a one-command migration.

hermes claw migrate

That's the interactive migration with the full preset. Run --dry-run first to preview.

--preset user-data migrates without secrets. --overwrite overwrites conflicts.

I charge £300 for an OpenClaw-to-Hermes migration on top of the install fee. It's an hour of work and a no-brainer for the client.

What v0.13.0 Means For Client Work

v0.13.0 (Tenacity) shipped on 7 May 2026 with harder retry semantics, better skill curation, faster gateway reconnects, and improved memory consolidation.

Eleven releases in six months. The project is accelerating.

For client work, this is great — features clients ask for ship regularly without you having to build them. The flip side is you need to test new releases before pushing to client production.

Always pin a known-good version on client retainers. Test upgrades in staging.

Where The Money Actually Comes From

The install itself is the loss leader. The money is in:

Recurring retainers for ongoing automation development. £500-£2,000/month per client.

Custom skill development — building Hermes skills specific to a client's workflow. £1,000-£5,000 per skill.

Multi-agent swarm setups for content production, market research, customer comms. £2,000-£10,000 per project.

Done-for-you Hermes installs at scale for agencies who want to white-label. Five-figure deals.

Training and consulting — teaching the client's team to use the agent themselves. £200-£500/hour.

The free install is the door. The money is everything behind the door.

Free Hermes vs Paid AI Tools (Client Pitch)

Factor Hermes (Free) Paid AI Tools
Tool cost £0 £20-£500/mo/seat
Lock-in None — switch models freely Locked to vendor
Messaging gateway Built-in (Telegram, Discord, Slack, WhatsApp, Signal) Add-on or absent
Custom skills Yes — full extensibility Limited
Scheduled automation Built-in cron Often paid add-on
Self-hosted option Yes Usually no
Open source Yes No
Migration from OpenClaw One command Manual
Cost to client over 2 years LLM costs only (~$20-100/mo) $500-£12,000+

That table closes nine out of ten of my client sales calls. Save it.

🚀 Want hands-on Hermes coaching? AI Profit Boardroom members get daily Q&A with me and weekly live calls on Hermes setups. → Join here

What To Build And Charge For Once You're Installed

Hermes Agent Goals — autonomous loops are the killer feature for client deliverables. Set up overnight work that the client wakes up to. £500 per goal package.

Hermes Agent Swarm — 17+ parallel agents is the Tier 3 upsell. £2,000+ deliverable.

Hermes Agent HUD UI — visual control for multi-agent runs. Bundle into Tier 3.

Hermes AI Agent Framework 2026 — the framework view to share with technical clients who want to understand what they're buying.

Build these for yourself first. Then sell them as packaged deliverables.

The Three Mistakes I See New Hermes Sellers Make

Mistake one: charging too little. £500 for a Hermes install is the floor, not the ceiling. Hourly rate on this work should be £200-£500.

Mistake two: skipping SOUL.md tuning before client handover. A timid agent is a refunded deliverable. Edit the persona to be proactive before you hand it over.

Mistake three: not bundling support. A 30-day support window protects you from constant Slack messages and protects the client from feeling abandoned. Build it into the price.

FAQ — Hermes Agent Installation Guide 2026 (Make Money)

Can I really charge clients for installing a free tool?

Yes. You're not selling the tool — you're selling the install, the configuration, the gateway setup, the SOUL.md tuning, and the support. That's billable expertise.

What's the right starting price for a Hermes install?

£500 for basic. £1,000 for install + one automation. £2,000+ for full multi-agent stack.

How fast can I deliver a paid Hermes install?

One hour for the install itself. Three hours for a basic automation on top. Half a day total per client at Tier 2.

Do I need to be technical to sell Hermes installs?

You need to be technical enough to follow the install commands and edit a SOUL.md file. That's a one-week learning curve, not a one-year one.

How do I find clients for Hermes work?

Start with people you already work with — agency clients, freelance clients, existing customers. Show them the demo, quote the price, watch them say yes.

What's the upsell path?

Install → automation → swarm → retainer. The retainer is where the recurring revenue lives.

Should I upgrade to AI Profit Boardroom for the full course?

If you want the structured installation course, the client-deliverable templates, plus weekly live coaching from me — yes. The 7-day refund and 30-day ROI guarantee make it risk-free.

Latest Updates

Also On Our Network

Related Reading

📺 Video notes + links to the tools 👉

🎥 Learn how I make these videos 👉

🆓 Get a FREE AI Course + Community + 1,000 AI Agents 👉

If you take this hermes agent installation guide 2026 and turn it into your first paid client deliverable this month, you'll have built a higher-margin product than 90% of the agencies operating in 2026 — on a free, open-source agent.

Ready to Make Real Money With AI?

Join 2,800+ entrepreneurs inside the AI Profit Boardroom. Get 1,000+ money-making AI workflows, daily coaching, and a community printing cash with AI.

Join The AI Profit Boardroom →

7-Day No-Questions Refund • Cancel Anytime