60 seconds to install

Install Hermes Agent

One-line script. Works on Linux, macOS, WSL2, and Android Termux. Start chatting the moment it finishes.

Install walkthrough

Prerequisites

terminal

Python ≥ 3.10

Hermes is a Python project. Run python3 --version to check.

wifi

Network Access

The install script downloads from GitHub. Use a proxy if needed.

computer

Supported Platforms

Linux, macOS, WSL2. Windows native is not supported — use WSL2 instead.

1

Run the one-line installer

Open a terminal and run the official install script. It detects your environment and installs the Hermes runtime with all dependencies.

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

macOS ships with curl. If you hit permission errors, run xcode-select --install first.

✓ Hermes installed successfully

Run `hermes` to start chatting

2

Run the setup wizard

First-run configuration walks you through model provider and API key setup.

hermes setup
3

Launch Hermes

Good to go. Run hermes to open the interactive CLI and start your first conversation.

hermes
Ready for more?

Start the 7-day path: zero to shipped automation.

Start Day 1

Common Questions

Install script failed — what now?expand_more
Check that you can reach GitHub. If not, install directly with pip install hermes-agent. Python must be ≥ 3.10.
How do I uninstall?expand_more
Run hermes uninstall. Config lives in ~/.hermes/ — delete it manually if you want a clean slate.
Which OS are supported?expand_more
Linux, macOS, Windows WSL2, Android Termux. Windows native is not supported.