2026-06-16 10:31:50 -04:00
# hermes-agent-webui
2026-06-16 10:58:51 -04:00
Container image for [Hermes WebUI ](https://github.com/nesquena/hermes-webui ) with a bundled [Hermes Agent ](https://github.com/NousResearch/hermes-agent ) runtime.
## Image
`jcabillot/hermes-agent-webui` — [Docker Hub ](https://hub.docker.com/r/jcabillot/hermes-agent-webui )
## Usage
```bash
docker pull jcabillot/hermes-agent-webui
docker run -p 8787:8787 jcabillot/hermes-agent-webui
```
Open http://localhost:8787
## Build locally
```bash
docker build -t jcabillot/hermes-agent-webui .
```
## Tags
| Tag | Description |
|-----|-------------|
| `latest` | Latest stable build from `main` |
| `sha-<commit>` | Per-commit build |