Skip to main content
Hermes Agent 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

The installer handles everything in one shot:
  • Installs Python 3.11+, Node.js 22, ripgrep, ffmpeg, and uv if missing.
  • Clones the repo and sets up a virtual environment.
  • Registers the global hermes command on $PATH.
  • Walks through picking an LLM provider and pasting an API key.
Reload the shell to pick up the new command:
4

Run the setup wizard

For Nous Portal accounts:
5

Start chatting

Quit with Ctrl+D. Hermes persists everything it learns to ~/.hermes/.

Install via the Orgo SDK

Configure model and tools by SSHing in and running hermes setup, or by templating ~/.hermes/config.toml ahead of time.

Messaging gateways

Hermes can accept messages from Slack, Discord, Telegram, email, and more:
A computer has no public inbound hostname - run gateways in outbound/socket mode (e.g. Slack Socket Mode, Telegram long-polling). To deliver HTTP webhooks, reach the desktop’s API through the authenticated proxy 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.