nesquena/hermes-webui

Install query - just for reference

Closed

#5,886 opened on Jul 10, 2026

 (3 comments) (0 reactions) (0 assignees)Python (2,449 forks)github user discovery
bugdocumentationhelp wantedsprint-candidate

Repository metrics

Stars
 (17,688 stars)
PR merge metrics
 (Avg merge 14h 31m) (314 merged PRs in 30d)

Description

Previously I had installed webui on a machine which already had hermes agent installed.

Today I was testing on a new install of Ubuntu 26.04

So as per https://get-hermes.ai/setup/

It says to run

curl -fsSL https://get-hermes.ai/install.sh | bash

And it will "installs Hermes Agent if it's missing"

But it doesn't

It actually just says as below and tells you that you need to manually install it first

I assume it should be doing it automatically as per the wording on above page?

darren@Ubuntu:~/Downloads$ curl -fsSL https://get-hermes.ai/install.sh | bash

Hermes Web UI installer (community project)

✓ git and Python 3.14 found

! Hermes Agent (the hermes CLI) is not installed yet. Hermes Web UI runs on top of Hermes Agent, so install that first:

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

Then re-open your shell (or source ~/.bashrc) and run this installer again. Agent docs: https://hermes-agent.nousresearch.com/docs/getting-started/installation

Contributor guide