A browser-based consciousness monitor for Hermes, the AI agent with persistent memory.
Same data, same soul, same dashboard that made the TUI version popular — now in your browser.
git clone https://github.com/joeynyc/hermes-hudui.git
cd hermes-hudui
./install.sh
hermes-huduiRequirements: Python 3.11+, Node.js 18+, a running Hermes agent with data in ~/.hermes/
On future runs:
source venv/bin/activate && hermes-hudui13 tabs covering everything your agent knows about itself — identity, memory, skills, sessions, cron jobs, projects, health, costs, patterns, corrections, and live chat.
Updates in real-time via WebSocket. No manual refresh needed.
Four themes switchable with t: Neural Awakening (cyan), Blade Runner (amber), fsociety (green), Anime (purple). Optional CRT scanlines.
| Key | Action |
|---|---|
1–9, 0 |
Switch tabs |
t |
Theme picker |
Ctrl+K |
Command palette |
This is the browser companion to hermes-hud. Both read from the same ~/.hermes/ data directory independently — use either one, or both at the same time.
The Web UI is fully standalone and adds features the TUI doesn't have: dedicated Memory, Skills, and Sessions tabs; per-model token cost tracking; command palette; live chat; theme switcher.
If you also have the TUI installed, you can enable it with pip install hermes-hudui[tui].
macOS · Linux · WSL
MIT — see LICENSE.