Hermes Agent is Nous Research’s self-improving AI agent. It builds skills from experience, refines them during use, and maintains a persistent model of the user across sessions. This guide installs Hermes inside an Orgo cloud computer.
Why run Hermes on an Orgo computer
The agent, its tools, gateway, and learned skills live on the cloud computer. Other devices connect to it.
Isolation
Hermes is designed to take actions on a computer: install packages, edit files, run shell commands, hit APIs with your credentials. On a personal laptop that means the agent has the same access you do, including your home directory, browser sessions, SSH keys, and~/.aws/credentials. On an Orgo computer the blast radius is the VM. The agent has access to whatever you install or paste into that VM and nothing else. Delete the computer and the state is gone.
Install
1
Create the computer
Open orgo.ai/workspaces and create a computer with at least 8 GB RAM and 4 CPU cores. The installer pulls Python, Node.js, ripgrep, and ffmpeg.
2
Open a terminal on the computer
Open the computer in the dashboard and launch Terminal from the taskbar.
3
Run the installer
- Installs Python 3.11+, Node.js 22, ripgrep, ffmpeg, and
uvif missing. - Clones the repo and sets up a virtual environment.
- Registers the global
hermescommand on$PATH. - Walks through picking an LLM provider and pasting an API key.
4
Run the setup wizard
5
Start chatting
Ctrl+D. Hermes persists everything it learns to ~/.hermes/.Install via the Orgo SDK
hermes setup, or by templating ~/.hermes/config.toml ahead of time.
Messaging gateways
Hermes can accept messages from Slack, Discord, Telegram, email, and more:https://www.orgo.ai/api/desktops/{instance_id}/proxy/<path> (requires your Orgo API key).
CLI commands
Full reference: hermes-agent.nousresearch.com/docs.
Sizing
Tips
- Identity and learned skills live in
~/.hermes/. - For multi-tenant setups, run one Hermes computer per user.