
Nous Research
World-class open source AI
175 followers
World-class open source AI
175 followers
Nous Research develops world-class open source AI models & harness. Best known for the Hermes series, recognized for strong reasoning, human alignment, and creative flexibility.
This is the 3rd launch from Nous Research. View more

Hermes Desktop
Launching today
Hermes Desktop — the open-source agent that grows with you, now a native app for macOS, Windows, and Linux. By Nous Research.




Free Options
Launch Team


Raycast
On the heels of the demise of Windsurf, clearly the future is agents writing software, not humans.
Which is why Hermes Desktop is very interesting.
It combines elements of @Claude Code or @OpenAI Codex CLI with that of @OpenClaw ... and supports a large number of connectors out of the box:
Not to mention is open source and MIT licensed...!
Looks like another contender has entered the stage!
@chrismessinathings are stepping up with builds so I don't think it will be too long before we start to see a once prompt build platform. This is just the start.
@chrismessina VERY interesting!! The persistent memory is what I'm most keen on - would make life a little easier, lol! And because I'm new to this world - is this something that works for Solos as well as enterprise-level?
Running a capable open-source agent natively on macOS, Windows, and Linux is a meaningful step. Browser-based agent wrappers have too much overhead for tasks that need low-latency local tool access. We've found persistent agent state across sessions to be one of the harder problems when building on top of LLMs. How does Hermes Desktop store and retrieve long-term memory without context window blowup as the agent accumulates history?
Yesterday, while configuring the Hermes agent on my dedicated server, I started wondering if there’s a desktop orchestration tool for managing multiple hermes agents running on different instances.
I tried Hermes Desktop, but it doesn’t seem to support that use case yet.
Has anyone found a good solution for this?
@ilya_makarov2 this is going to be a real problem as more people self-host agents. right now everyone's managing them one at a time through ssh or separate dashboards. the moment you have 3-4 agents doing different things on different machines you need some kind of central control plane. surprised more tools aren't building for this yet
Most local agent setups collapse the moment you point them at a real codebase because the context window fills up and the tool calls start going sideways. Curious how Hermes handles repo-scale tasks where the relevant code is spread across a dozen files. Does it do any chunking or retrieval to stay under the limit, or does it lean on you to scope things down manually before handing off?
people on reddit are already hyped about this and I get why. an open source agent that actually remembers what it learned and gets better the longer you run it is not something you see every day. one thing I kept seeing people ask about though... if you already have hermes running on a server, is there a way to connect the desktop app to that without going through a full fresh setup? would love to just point it at an existing instance and go
Curious where you see the boundary between an agent OS and a collection of specialized agents.
As more teams build dedicated coding, research, and workflow agents, do users seem to prefer one general agent coordinating everything or multiple agents with distinct responsibilities?