Hermes WebUI — a community web interface for Hermes Agent #1
Replies: 2 comments 3 replies
|
Hi, and thank you and the team for building and maintaining Hermes WebUI. I recently noticed that get-hermes.ai is being featured more prominently on the repository homepage, and the website appears to be becoming a broader public-facing home for the project. Would you be willing to share any high-level plans for the future of Hermes WebUI and get-hermes.ai? For example: Are there any major features or development priorities planned for the coming months? I completely understand that the roadmap may still be evolving, I am simply curious about the maintainers’ current vision for the project. Thank you again for your work on Hermes WebUI. |

Uh oh!
There was an error while loading. Please reload this page.
About six weeks ago I started building a browser interface for Hermes Agent
because I kept wanting to reach it from a phone or a second machine without
opening a terminal. That project is now at v0.50.8, has 791 tests, and 1,500+
people have starred it, so it felt like the right time to open up Discussions
and say hello properly.
What it is
Hermes WebUI is a self-hosted web front-end for Hermes Agent. If you're
running Hermes from the CLI, this gives you the same agent, same memory,
same skills, and same tools from any browser.
Core features:
OpenRouter, Ollama, llama.cpp, and others
What it isn't
This is a community project. It is not affiliated with or endorsed by
Nous Research. The official Hermes Agent is maintained at
hermes-agent.nousresearch.com — this is an independent UI layer built on
top of it.
Getting started
The quickest path is the install script:
Or clone and run manually — the README has full instructions.
If you don't want to self-host, agent37.com offers a managed deployment.
Contributing
8 contributors have already shipped code. The test suite is at 791 tests
and every PR requires them to pass. If you want to pick something up,
open issues labeled
enhancementare fair game — comment on the issuefirst so work doesn't get duplicated.
Issues labeled
holdare blocked on upstream changes. Leave those alonefor now.
This channel
I'll use Announcements for releases and anything that affects existing
installations, such as breaking changes, deprecations, and migration notes. For
questions, bug reports, and feature requests, Issues is still the right
place.
Thanks to everyone who's already contributed, filed issues, and sent
feedback. The project moved faster because of it.
— nesquena
Repo: https://github.com/nesquena/hermes-webui
Site: https://get-hermes.ai
All reactions