Self-hosted AI chat
for your Hermes agent

Hermium gives you a clean, fast chat interface that connects to your Hermes Agent. One command to install. Zero config to run.

Free & open source.

Hermium demo screenshot

Everything you need to talk to your agent

Hermium is a clean, fast chat interface built specifically for the Hermes agent. No fluff, no lock-in.

http://localhost:42424live
No cloud · No accounts · No tracking

Self-hosted. Your data never leaves.

Run everything locally. No cloud accounts, no telemetry, no external APIs phoning home. Just you, your machine, and your agent.

Refactor this to use hooks
Here's the refactored version:
const useData = () => {
  const [data, setData] = useState();
};

Chat with markdown, code, and streaming

Full markdown rendering with syntax-highlighted code blocks, streaming responses in real-time, and keyboard shortcuts for power users.

store.ts· 4.2 KB
README.md· 12 KB
Drop files here

Drop files into the chat

Attach any file — code, documents, images — and the agent reads them inline. It can edit, reference, or execute code from what you upload.

claude-sonnet-4
offlowmedhighxhigh

Switch models mid-conversation

Change the active model without starting over. Toggle reasoning depth from off to xhigh when you need deep analysis or just a quick answer.

API refactor discussion
Debug auth middleware
Design system review

Persistent sessions that remember

Every conversation is saved automatically. Rename sessions, pin the important ones, and pick up anywhere. Agent memory survives across chats.

$ npm install -g hermium
$ hermium start
Server running at localhost:42424

One command to install

npm install -g hermium && hermium start. That's it. The API and web UI start together. Zero configuration, zero dependencies beyond Bun.

Install in seconds

One command. Zero configuration.

Terminal
$
npm install -g hermium && hermium start
1

Install

Run the command above with Bun or npm.

2

Start

hermium start launches both API and web UI.

3

Chat

Open http://localhost:42424 and start talking.

Requires a running Hermes Agent.