Skip to main content
Mythos

Hermes Dashboard is a feature of 📝Hermes Agent that exposes a local browser-based interface for managing settings, sessions, skills, and the 📝gateway — with a plugin system for custom tabs and live theme switching.

The CLI is canonical for Hermes but not always the right shape. Inspecting a long session, browsing the skill library, toggling gateway integrations, and configuring auxiliary models are all tasks that benefit from a visual interface — and a browser is the lowest-friction surface for one that ships on day one across operating systems.

The audience is Hermes operators who want a visual control surface for the runtime — and developers extending Hermes who want to surface their own UI inside the same dashboard rather than ship a separate tool.

Key Capabilities

  • Local browser interface — the dashboard runs alongside Hermes on the same machine, served from a local port without external dependencies.
  • Settings management — model selection, auxiliary model configuration, sandbox backend defaults, and credential pool entries all live behind familiar form controls.
  • Session and skill browsing — every past session is searchable, every skill in the library is inspectable, and the dashboard surfaces both with their tool calls and provenance.
  • Gateway control — the dashboard manages gateway platform integrations directly, including credentials, plugin state, and live message routing.
  • Plugin tabs and live themes — developers can register custom tabs, and the dashboard supports live theme switching so the visual surface adapts to context.

Getting Started

  1. Install or upgrade to a Hermes Agent version that ships the dashboard.
  2. Launch the dashboard from the CLI; it serves on a local port.
  3. Open the printed URL in any browser to reach the dashboard.
  4. Sign in if your install is configured with auth; local-only installs skip this step.
  5. Browse sessions, manage settings, or open the gateway tab from the main nav.

Contexts

Created with 💜 by One Inc | Copyright 2026