Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@joeynyc joeynyc released this 09 Apr 17:26
· 53 commits to main since this release

☿ Hermes HUD — Web UI v0.1.0

Browser-based consciousness monitor for Hermes. The TUI experience, in your browser.

Features

  • Dashboard narrative — 10 themed sections: Identity, What I Know/Remember/See/Learning/Working On/Sleep/Think, My Rhythm, Growth Delta, Status
  • Per-model token costs — USD estimates with daily trend, broken down by input/output/cache/reasoning across 7+ models
  • Memory & User profile — entry-level detail with capacity bars and category breakdowns
  • Skill library — 122+ skills across 22 categories with bar chart and click-to-explore
  • Session analytics — daily sparklines, platform breakdown, tool usage, recent sessions
  • Cron monitor — job cards with schedule, status, last/next run, run counts
  • Project tracker — grouped by activity level (active/recent/stale/no-git) with dirty file count
  • Health dashboard — API keys, service status, model/provider info
  • Agent processes — live processes with PID, uptime, memory, recent session feed
  • Agent profiles — full detail cards with model, backend, soul summary, memory, toolsets, compression, gateway status
  • Prompt patterns — task clusters, hourly heatmap, repeated prompts
  • Boot sequence — ASCII HERMES logo with typed status lines
  • 4 color themes — Neural Awakening, Blade Runner, fsociety, Anime (with CRT scanlines)
  • Command palette — Ctrl+K for fuzzy tab navigation
  • Keyboard shortcuts — 1-9 tabs, t theme, r refresh

Install

git clone https://github.com/joeynyc/hermes-hudui.git
cd hermes-hudui
python3.11 -m venv venv
source venv/bin/activate
./install.sh
hermes-hudui

Open http://localhost:3001

Requirements

  • Python 3.11+
  • Node.js 18+
  • A running Hermes agent with data in ~/.hermes/

No TUI package required — fully standalone.