AIAny
AI Client2026
Icon for item

Hermes Web UI

Self-hosted web and mobile interface for running and managing a Hermes autonomous agent — chat, persistent sessions, workspace file browsing, task scheduling, and tools with near-1:1 parity to the CLI. Designed for self-hosted homelab or VPS deployments; depends on a running Hermes Agent.

Introduction

Hermes Web UI matters because autonomous agents are only useful if they're easy to use day-to-day. Instead of re-explaining context to a fresh session, this Web UI surfaces the same persistent-memory, cron, and tooling capabilities of a Hermes Agent in a responsive browser and phone interface, letting you interact with an always-on agent without learning new tooling.

What Sets It Apart
  • Full CLI parity with the Hermes Agent: the UI aims to expose the same capabilities you get in the terminal (sessions, skills, cron jobs, provider selection), so browser-originated workflows can be identical to scripted runs. That means no surprises when moving between terminal and browser.
  • Persistent, provider-agnostic agent surface: uses the running Hermes Agent and whatever providers you configure (OpenAI, Anthropic, local endpoints, etc.), so your conversations, memory, and scheduled jobs remain on your infrastructure rather than in a third-party cloud.
  • Lightweight, self-hosted-first design: no heavy frontend framework — vanilla JS + Python server — and official Docker images / single-container options for quick homelab or VPS installs. Built-in workspace browser, file previews, streaming SSE token renders, and approval guards for unsafe shell commands make it practical for developer workflows.
  • Mobile- and tunnel-friendly access: supports SSH tunnels and Tailscale-friendly setups; mobile layout, voice input (Web Speech API), and PWA-like behavior make it usable from phones as an everyday agent client.
Who It's For and Tradeoffs

Great fit if you run a Hermes Agent already or want a self-hosted agent experience: developers, security-conscious teams, and homelab hobbyists who need persistent memory, scheduled jobs, or multi-platform access. The UI is also useful when you want an interface that mirrors CLI behavior exactly. Look elsewhere if you need a fully managed/cloud-hosted agent (Hermes Web UI is self-hosted and expects a Hermes Agent runtime), or if you require native Windows-first installers (native Windows bootstrap is community-maintained; Linux/macOS/WSL2 are the primary supported paths). Production exposure to the public internet requires careful reverse-proxying and authentication (passwords or passkeys).

Where It Fits

Positioned as a client-layer for the Hermes autonomous agent ecosystem — closer to an advanced agent console than a generic chat app. Competes conceptually with other self-hosted agent frontends (e.g., OpenClaw/OpenCode ecosystems), but emphasizes persistent memory, self-improving skills, and tight CLI parity.

How It Works (brief)

The server is a Python process that discovers an existing Hermes Agent runtime and proxies browser chat through the same runtime or an optional Gateway. State (sessions, attachments, settings) lives under your Hermes state directory (~/.hermes/webui by default). Deployments can be single-container or multi-container via provided compose files; the project publishes prebuilt GHCR images and a bootstrap script to detect dependencies and start the UI.

Notes: the project is actively developed (several thousand stars) and expects operators to manage provider keys and host exposure; review the docs and security notes before exposing the UI outside localhost.

Information

  • Websitegithub.com
  • Authorsnesquena (GitHub), Nous Research
  • Published date2026/03/30

Categories

More Items

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.