Quick-reference for all Hermes web interfaces — build instructions, startup commands & access URLs

⚙️
Hermes Control Interface (HCI)
$ git clone https://github.com/xaspx/hermes-control-interface $ cd hermes-control-interface $ npm install # copy .env.example → .env and fill in values $ cp .env.example .env # edit PASSWORD and SECURE in the .env file $ npx vite build
$ npm start
🚀
Hermes Mission Control
$ git clone https://github.com/builderz-labs/mission-control.git $ cd mission-control $ bash install.sh --local $ nvm use 22 && pnpm install
$ pnpm dev
Setup password: X3lr5flX3lr5fl.
🌐
Hermes WebUI
$ git clone https://github.com/nesquena/hermes-webui $ cd hermes-webui
$ ./start.sh
Hermes WebUI recommended
$ npm install -g hermes-web-ui
$ hermes-web-ui start
Replace ########### in the URL with your actual token.
📊
Hermes Built-in Dashboard
No external repo — bundled with Hermes CLI
$ hermes update
~/.hermes/hermes-agent $ npm install --workspace ui-tui --workspace web --include-workspace-root
$ export HERMES_DASHBOARD_READY port=9119 $ hermes dashboard $ hermes dashboard --stop $ hermes dashboard --status
🖥️
Hermes HudUI
$ git clone https://github.com/joeynyc/hermes-hudui.git $ cd hermes-hudui $ ./install.sh