Hermes 🔱

Home

Cline CLI can be used in a similar way for administrative task.

6 Hermes Agent use cases

  • /goal
  • Kanban

# Project 💭

Run it on raspberry-pi

# Dashboard

Running as service
# /etc/systemd/system/hermes-dashboard.service
[Unit]
Description=Hermes Dashboard
After=network.target

[Service]
Type=simple
User=YOUR_USERNAME
WorkingDirectory=/home/YOUR_USERNAME
ExecStart=/usr/local/bin/hermes dashboard --no-open
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target
# setup
$ sudo systemctl daemon-reload
$ sudo systemctl enable hermes-dashboard
$ sudo systemctl start hermes-dashboard

# test
$ sudo systemctl status hermes-dashboard
$ journalctl -u hermes-dashboard -f

# Security

# Sudo

  • hermes-sudo - PAM ?
    • Does not seems to behave as expected
      • ask for sudo password once (twice in fact)
      • then keep calling sudo.. without asking and without error
        • Terminal(“Running sudo podman stop forgejo + 1 command”)

# see also

Written on July 23, 2026, Last update on July 28, 2026
agentic-AI agent-memory hermes