Build, host and run AI solutions.
The open-source AI agent from Nous Research that learns from you — self-hosted, MIT, sovereign.
Hermes Agent is the open-source AI agent from Nous Research, launched in early 2026 and now one of the fastest-growing agent projects on GitHub. Its distinctive trait: it "grows with you" — it creates skills from experience, refines them through use, searches its own past conversations and builds a model of who you are across sessions.
Under the MIT license, Hermes Agent self-hosts on a simple VPS. All of its memory and learning live within your infrastructure (`~/.hermes` volume), and you connect the LLM provider of your choice. It's a sovereign alternative to proprietary cloud AI agents: no dollar subscription, no memory of your exchanges stored with a third party.
An agent that retains your preferences, your projects and your context over the weeks, instead of starting from scratch with each conversation.
Hermes learns from every completed task and builds reusable skills, gaining autonomy over time.
Memory and learning stay on your VPS; no agent data is entrusted to a proprietary cloud service.
Guide optimized for ServOrbit Cloud VPS.
Choose a ServOrbit Cloud VPS (4 GB RAM recommended for the build and execution) running Ubuntu 22.04.
Hermes Agent is built from the official repository: the script clones the project, builds the Docker image and launches the stack (docker compose up -d).
Hermes has no login page: it is a command-line agent. Connect to the VPS over SSH, set your LLM key in /opt/hermes-agent/.env, restart the stack with docker compose up -d, then start the agent with docker exec -it hermes hermes.
Fill in the .env file (copied from .env.example) with the provider and the key of the model you want to use.
The Hermes dashboard only listens locally on the VPS: open an SSH tunnel from your machine (ssh -L 9119:127.0.0.1:9119 root@<vps-ip>), then go to http://localhost:9119. There is no reverse proxy and no certificate for you to install — and that is deliberate: bound to the loopback, this dashboard asks for NO password, yet it grants access to your API keys and to a terminal on the VPS. Never publish it on a domain without adding authentication of your own.
Over the course of your exchanges, Hermes enriches its memory and its skills (~/.hermes volume) — back up this volume to preserve the learning.
Maintaining a project that uses Hermes Agent? This button lets your readers deploy it on a VPS in one click, without reading Docker documentation.
[](https://servorbit.com/vps-cloud?template=hermes&utm_source=deploy-badge&utm_medium=referral&utm_campaign=hermes)<a href="https://servorbit.com/vps-cloud?template=hermes&utm_source=deploy-badge&utm_medium=referral&utm_campaign=hermes"><img src="https://servorbit.com/brand/deploy/button.svg" alt="Deploy Hermes Agent on ServOrbit" height="40"></a>The button points to a VPS order with the template preselected. The image is served from servorbit.com — nothing to host on your side.
Build LLM applications visually: chatbots, RAG agents, pipelines — without writing any backend code.
Artificial IntelligenceWeb interface to interact with your local or remote LLMs. Your data stays on your infrastructure — no third party involved.
Artificial IntelligenceYour open-source personal AI assistant, reachable from WhatsApp, Telegram, Discord and 50+ messaging apps. Self-hosted on your VPS — your conversations stay with you.
Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.