How to install NousResearch/hermes-agent. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
NousResearch/hermes-agent Installation Guide
How to install NousResearch/hermes-agent. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for NousResearch/hermes-agent. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i NousResearch/hermes-agentor
Install via npx
npx @hexmos/ipm i NousResearch/hermes-agentPrerequisites
git
systemPython
systemVersion: >=3.11
Node.js
systemVersion: >=18.0.0
WSL2
systemVersion: for Windows users
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux, macOS, and WSL2
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
source ~/.bashrc
hermes setupNative Windows (via WSL2)
Install WSL2 from https://learn.microsoft.com/en-us/windows/wsl/install
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
source ~/.bashrc
hermes setupDevelopment Install
git clone --recurse-submodules https://github.com/NousResearch/hermes-agent.git
cd hermes-agent
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv .venv --python 3.11
source .venv/bin/activate
uv pip install -e ".[all,dev]"
uv pip install -e "./mini-swe-agent"Install using WSL2 on Windows
winget install --id Ubuntu.2204 -e --accept-package-agreements
wsl --set-default-version 2
wsl --install -d Ubuntu
wsl curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
wsl source ~/.bashrc
wsl hermesPost Installation Steps
- hermes chat
- hermes model
- hermes setup
- hermes gateway
- hermes update
- hermes doctor
