Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Web UI consciousness monitor for Hermes — the AI agent with persistent memory
| Date | Stars |
|---|---|
| 2026-07-31 | 1785 |
| 2026-08-03 | 1789 |
| 2026-08-06 | 1789 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# ☤ Hermes HUD — Web UI A browser-based consciousness monitor for [Hermes](https://github.com/nousresearch/hermes-agent), the AI agent with persistent memory. Same data, same soul, same dashboard that made the [TUI version](https://github.com/joeynyc/hermes-hud) popular — now in your browser.     ## Quick Start ```bash git clone https://github.com/joeynyc/hermes-hudui.git cd hermes-hudui ./install.sh hermes-hudui ``` Open http://localhost:3001 **Requirements:** Python 3.11+, Node.js 22.12+, a running Hermes agent with data in `~/.hermes/` **Verified against Hermes Agent v0.19.0** (state.db schema v23), with compatibility retained for schema v16. The HUD reads `~/.hermes/` and the `hermes` CLI directly, so it tracks the agent's on-disk layout. The Health tab's *Agent data layout* and *Agent schema version* checks flag when your agent's data drifts from this baseline. On future runs: ```bash source venv/bin/activate && hermes-hudui ``` ## What's Inside 19 tabs covering everything your agent knows about itself — executive dashboard, identity, memory, skills, sessions, replay, cron jobs, projects, health diagnostics, costs, model analytics, patterns, corrections, sudo governance, live chat, connected OAuth providers, gateway control, plugin management, and live model capabilities. The Dashboard opens with an executive summary: health, spend pulse, top model, provider/gateway risk, highest-cost session, and action items. Health reacts to filesystem and WebSocket updates, while expensive refresh paths stay throttled. Gateway visibility includes managed-tool routing for web search, image generation, text-to-speech, and browser automation. You can see whether each tool is routed through Nous Tool Gateway, a direct key, or is unavailable. The `Update hermes` action is deliberately two-click and shows last-run logs/status. The Plugin Hub shows installed dashboard and agent plugins, extension entry points, runtime status, required auth commands, and safe enable/disable/update actions. Updates in real time via WebSocket. No manual refresh needed. The server is local-only by default. It rejects cross-site browser requests, untrusted WebSocket origins, and non-loopback host access. To bind it to a trusted LAN deliberately, pass `--host 0.0.0.0 --unsafe-allow-remote`; add each browser origin with `--allowed-origin https://hud.example.test`. Put authentication and TLS in front of the HUD before exposing it beyond a trusted network. Native filesystem events are used by default. For NFS, WSL1, VM shares, or bind mounts that do not deliver events reliably, set `HERMES_HUD_FORCE_POLLING=1`. ## Hermes Replay Hermes Replay turns agent runs into redacted, shareable proof artifacts.  Open the Replay tab, choose a Hermes session, inspect the normalized timeline, review the run receipt, and export static artifacts for sharing or attaching to issues and PRs. The MVP exporter writes local files under `~/.hermes-hud/replays/` and does not upload anything by default. Current local exports: - Redacted JSON replay - GitHub-ready Markdown - Standalone HTML replay - 1200 x 630 PNG share card - Fork-safe `fork.json` An example sanitized payload is included at [`assets/example-replay.redacted.json`](assets/example-replay.redacted.json). Safe Share Mode is the default export posture. It redacts raw tool arguments, terminal output, assistant reasoning, token-like values, emails, local paths, and other sensitive fields before writing share artifacts. Exports include local hashes and Ed25519 signatures generated on this machine; they prove local artifact integrity, not external third-party attestation. ### Remote publishing (optional) Locally published replays can be synced to a static host as a public gallery.
Excerpt of 6,812 characters
Read on GitHub143
2
Mukunda Rao Katta · Open to opportunities
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:91dc3d351f12f688, desc:ai agent