logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-agent
or

Install via npx

npx @hexmos/ipm i NousResearch/hermes-agent

Prerequisites

git

system

Python

system

Version: >=3.11

Node.js

system

Version: >=18.0.0

WSL2

system

Version: 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 setup

Native 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 setup

Development 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 hermes

Post Installation Steps

  • hermes chat
  • hermes model
  • hermes setup
  • hermes gateway
  • hermes update
  • hermes doctor