meraGPT
What you getPricingDocsBlogFAQSign inGet your box

August 22, 2026 · 7 min

How to run the Nous Hermes agent without managing a server

The Hermes Agent is Nous Research’s open agent framework. It’s MIT-licensed, so anyone can run it, and a lot of the questions that reach us are some version of the same one: how do I actually get it running and keep it running? This is the honest version of the answer. You have two routes. One is free and yours to maintain. The other costs a few dollars a month and someone else maintains the box.

What the Hermes agent actually is

Hermes is the agent, and the model is separate. The agent gives you memory, a skills system, plugins you install from a GitHub URL, cron jobs, and a gateway that connects it to Telegram, Discord, Slack and the web. You point it at an LLM through an API key and it becomes a personal assistant that remembers you and does jobs on a schedule. The model can be anything the key reaches. Nous open-sourced the agent, so that part is free to run. Their docs live at hermes-agent.nousresearch.com/docs and go deep on skills, hooks and memory.

Route 1: self-host it

Because it’s open source, self-hosting is a real option, and a good one if you like running your own infrastructure. Here is what the work involves:

  • A small always-on Linux box. A $5–$10 cloud instance is plenty; the agent is light until a job runs.
  • Install Hermes, set up the environment file with your LLM key and any channel tokens, and start the gateway.
  • Keep it alive. That means a process manager, log rotation, and pulling updates when Nous ships a new version (v0.16 changed a fair amount, including a browser admin panel that replaced a lot of file editing).
  • Lock it down. It holds your API key and your memory, so the box wants a firewall, no stray open ports, and file permissions that keep the key readable only by the agent.

None of that is hard if you do this kind of work already. It becomes a standing chore if you don’t. Setup takes an afternoon. Then it runs until it doesn’t: an update breaks a channel in month three, and the box sits quietly down for a week before you notice.

Route 2: let someone run the box

This is what meraGPT is. It’s a managed host for the same open Hermes agent, so you get the identical software without the maintenance:

  • About three minutes to a working agent. Sign in, and we start a small cloud machine, install Hermes, give it a URL and wait for it to come up. You don’t touch a terminal.
  • Your own key, no markup. You paste one LLM API key. It’s stored on your box in a mode-600 file and reaches hundreds of models. We don’t sit between you and the tokens, so you pay the provider what the provider charges.
  • A browser for everything. Channels, cron jobs, plugins, keys, logs and sessions are all panels in a dashboard. The SSH-and-edit-a-file era of self-hosting is the part we took away.
  • It’s your box. Your chats and memory sit on the machine you rent, and nobody at meraGPT can read them. Privacy comes from owning the box rather than trusting a policy.

It’s $9.99 a month for the box. The model calls are still yours, on your key. If you ever want to leave, it was open-source Hermes the whole time, so nothing about your setup is locked to us.

Which one is for you

Self-host if running infrastructure is something you enjoy and already do, or if you have a box sitting there anyway. You’ll pay nothing beyond the machine and the model calls.

Take the managed route if you want the agent without the sysadmin work, and you’d rather it be up when you message it at 7am than be one more thing you tend. You get the same Hermes, the same memory, the same skills. All that changes is who keeps the box alive.

Once it’s running

Either way, the fun starts after the box is up. A few of the things people wire theirs to do:

  • A morning calendar brief on a 7am cron.
  • A Slack bot you @-mention from the channel you already live in.
  • A private memory of who you are so it stops asking the same questions.
  • New jobs from a GitHub URL through the plugin system.

Common questions

Is the Hermes agent free? The agent is, under MIT. You pay for the machine it runs on and the model calls it makes. meraGPT charges for the machine; the calls stay on your key.

Do I need my own server? To self-host, yes, plus the upkeep. To skip that, a managed host provisions and maintains the box for you.

Can I use my own OpenAI or Anthropic key? Yes. Hermes is bring-your-own-key by design. On meraGPT the key never leaves your box.

If the managed route is the one you want, the quickstart walks from sign-up to a talking agent in about three minutes.

meraGPT© 2026
What you getHow it worksPricingFAQTermsPrivacyhello@meragpt.com