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 Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).