HE
Hermes PYTHON
Open source · MITv2026.2.1 99.95% uptime
Stars
64.1k
Deploys
84k
Version
2026.2.1
Uptime
99.95%
Runtime
PYTHON
License
MIT
Overview
Hermes is Nous Research's coding-first agent framework — positioned as the OpenClaw upgrade. Each profile is an independent agent with its own memory store, gateway process and cron. It ships with terminal + browser automation, Python RPC subagents, and namespace-isolated container hardening across five backends (local, Docker, SSH, Singularity, Modal).
Key features
- Independent profiles with per-agent memory + gateway
- Container-hardened isolation across 5 backends
- Terminal + browser automation built in
- Python RPC subagents
- OpenAI-compat gateway (drops into our proxy)
Install
$ curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bashQuickstart
# 1 - install Hermes
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy hermes --model claude-sonnet-4-6
# 3 - or self-host on any VPS
hermes serve --port 8080