DEV Community

Sivaram
Sivaram

Posted on

I got tired of babysitting my Hermes Agent, so I'm hosting one for you

If you've spent any time with Hermes Agent, you already know the feeling. The agent is good. Persistent memory that actually persists. Skills that get sharper the more you use them. Cron jobs that wake up at 6am to do the boring work. Telegram, Slack, the web — wherever you are, it's there.

And then you spend a Saturday wiring it up.

Then you spend a Sunday getting the gateways to talk to each other.

Then it dies on a Tuesday because Docker decided today was the day.

I love this thing. I also stopped using it for two weeks because I couldn't be bothered to fix it after a server reboot.

That's how HermesCloud got started.

The problem isn't the agent

Hermes Agent ships with everything you'd want from an AI coworker:

  • Persistent memory that survives sessions, devices, and restarts
  • Self-improving skills — versioned, reusable capabilities the agent refines from your usage
  • Scheduled jobs for daily briefs, weekly audits, hourly checks
  • Chat-app native — Telegram, Slack, web, all reachable from one brain
  • Tools and MCP so the agent can actually do things, not just answer
  • Model agnostic — GPT, Claude, Gemini, OpenRouter, local — pick per workflow

It's the most capable open-source agent I've used. The tax is everything around it:

# the part nobody tells you about
$ provision vps
$ configure docker
$ wire telegram gateway
$ wire slack gateway
$ point providers
$ set up cron
$ secure the thing
$ figure out backups
$ handle updates without breaking memory
$ debug at 2am when it dies
Enter fullscreen mode Exit fullscreen mode

Every minute spent on infrastructure is a minute the agent isn't doing work for you. And the people who'd benefit most from a self-improving agent — operators, founders, busy engineers — are exactly the people who can't afford a weekend hobby project.

What HermesCloud is

A private, managed Hermes instance. You get:

  • A workspace that's already provisioned
  • Gateways pre-wired (Telegram, Slack, web)
  • Memory + skills + cron preloaded and persistent
  • Updates and backups handled
  • The choice of frontier models, with optional BYOK

Your agent. Online. In minutes. No VPS. No Docker maze. No 2am pages.

$ hermes setup --hosted
▸ provisioning private workspace…
▸ wiring telegram + slack gateways…
▸ loading memory · skills · cron · mcp…
✓ agent online — reachable from anywhere
Enter fullscreen mode Exit fullscreen mode

That's the whole pitch. It's not a new agent — it's the existing one, hosted properly, so the people who want the capabilities don't also have to want the infrastructure.

What it is not

A few honest disclaimers, because dev.to readers will smell vagueness from a mile away:

  1. HermesCloud is not affiliated with Nous Research. It's an independent managed hosting layer built on the open-source ecosystem. If you want to self-host, please do — the source is right there, and it's excellent.
  2. It's not a new model. Same Hermes you'd run yourself, just somebody else carries the pager.
  3. It's not free forever. Founding-user pricing for early access, real pricing once the shape of usage is clear.
  4. It's in private beta. Limited slots. Real people, real workflows, real feedback — not a public free-for-all.

Who this is for

In private beta we're prioritizing:

  • Founders and operators who want a daily brief, an inbox triager, or a research agent that doesn't forget context
  • Busy engineers who've tried self-hosting agents and quietly given up
  • Teams who want shared memory and handoffs without building it from scratch
  • Telegram-first people who'd actually use an agent if it lived in the chat they already use 100x a day

If you've ever opened the Hermes Agent README, gotten excited, and then closed the tab when you saw the setup section — this is for you specifically.

Some workflows people are already running

Just to make it concrete:

  • 7am Monday brief — agent reads your week's notes, last week's commits, and your calendar, then DMs you a short brief on Telegram. Tone learned from your past briefs.
  • Competitive intel — agent watches a list of competitors weekly and pings you only when something material changes. No more RSS soup.
  • Inbox digest — every evening, a 5-bullet summary of what mattered, what's waiting on you, and what to ignore.
  • Founder ops assistant — schedules, drafts, reminds, follows up, remembers the context across all of it.
  • Persistent coding copilot — not Cursor, not Copilot. A long-running agent that remembers your codebase decisions across weeks, not just this session.

These aren't hypothetical. They're the workflows being shaped by the first wave.

The tech, briefly

For the curious:

  • The landing page is Next.js 16 with the React Compiler enabled, deployed on Vercel. SEO + Vercel Analytics so we can actually tell what's working.
  • The hosting layer wraps the open-source Hermes Agent with managed orchestration, persistent storage, and pre-configured gateways.
  • BYOK supported for OpenAI, Anthropic, Google, OpenRouter — or use the included pool. Pick per workflow.
  • WAF rate limiting on the public surface; the API isn't fun to abuse.

I'll write more on the infrastructure side once private beta has more shape. Less interesting if it's not actually running for someone.

How to join

Drop your email at hermes-cloud.vercel.app.

Founding users get:

  • Early access to a private instance
  • Founding-user pricing locked in
  • Direct line to me for what to build next
  • A real say in which workflows ship first

If hosted Hermes sounds like a thing you'd actually use — not "huh, neat" but "yes, today" — that's the bar for the beta list.

Why I'm writing this on dev.to

Because the people who get what Hermes Agent does are already here. You've already self-hosted something painful. You've already had the "is the candle worth the flame" conversation with yourself about a side-project agent. You don't need the marketing version.

So this is the unmarketing version: there's a great open-source agent, running it is a real tax, I'm hosting it for people who don't want to pay that tax, the beta is small, the waitlist is open.

If that's you — join the list. If it's not — please go run it yourself, the project deserves the contributors.

Either way, fewer 2am pager dances. That's the goal.


HermesCloud — hosted Hermes Agent. Private beta. hermes-cloud.vercel.app.

Top comments (0)