nesquena/hermes-webui

Install query - just for reference

クローズ

#5,886 opened on 2026/07/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2,449 件のフォーク)github user discovery
bugdocumentationhelp wantedsprint-candidate

Repository metrics

Stars
 (17,688 個のスター)
PR merge metrics
 (平均マージ 14h 31m) (30d で 314 merged PRs)

説明

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

コントリビューターガイド