davinson-pezo/hermes-pixel-ui — explained in plain English
Analysis updated 2026-05-18
Watch multiple Hermes Agent sessions as animated characters instead of reading terminal logs.
See at a glance which agent is coding, waiting, or finished without switching windows.
Customize the office layout by dragging and dropping furniture, saved locally in the browser.
| davinson-pezo/hermes-pixel-ui | acip/slack-claude-agent | adii0906/supportiq | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running Hermes Agent setup plus a Python backend and React frontend.
Hermes Pixel UI is a pixel art dashboard that turns the activity of Hermes Agent, a coding assistant, into an animated office scene you can watch in real time. Instead of reading logs to see what an AI agent is doing, you see little pixel characters moving between rooms: coding happens at desks on the main floor, document work moves to an archive, planning and thinking goes to a meeting room, waiting periods happen at a brew bar, and finished work moves to a recharge area. The app receives live events from a Hermes plugin over a simple API endpoint, and if that live connection is not available it falls back to polling session files saved on disk. A backend built with FastAPI routes each kind of activity to the room that best represents it, and a React frontend renders the office and keeps it updated over a WebSocket connection. You can drag and drop furniture to customize the office layout, and your changes are saved locally in the browser so they persist between sessions. Agents that finish their work are automatically removed after a short delay to keep the scene from getting cluttered. It is designed to run entirely on your own machine, which the project describes as local first, meaning your session data does not need to leave your computer. This matters for anyone running multiple Hermes Agent sessions at once who wants a quick visual sense of what each one is doing without switching between terminal windows. The project requires Python 3.9 or later for the backend and a modern browser for the React frontend, and is intended specifically as a companion tool for people already using Hermes Agent for coding work.
A pixel-art dashboard that visualizes what your Hermes Agent coding sessions are doing in real time.
Mainly JavaScript. The stack also includes Python, FastAPI, React.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.