Summary
Hermes Desktop App v0.6: Kanban Board, File Bookmarks, and Visual Chat
Hermes Desktop v0.6.0 is a free, open-source Mac application that connects to your Hermes agent host over SSH and replaces the terminal black box with a native Mac window. The three headline features in this release: file bookmarks for one-click editing of your skills, memories, and agent config files; a searchable chat workbench where you can pin sessions, read transcripts, and continue conversations without touching the command line; and full Kanban board support for Hermes's multi-agent task system, letting you create, assign, and manage tasks through a GUI instead of SSH commands.
"NEW Hermes Desktop App is Insane (FREE)!" by Julian Goldie SEO — Watch on YouTube →
Key Takeaways
- Hermes Desktop v0.6.0 is a free, open-source Mac app — connects to your remote Hermes host over SSH with no gateway sync layer or local file copy needed.
- File bookmarks: bookmark any host file (skills, memories, agents.md) once; click to open, edit in-app, and save — with conflict detection if the file changed between your read and save. 10 MB file size cap.
- Chat workbench: search all past sessions by keyword, pin important ones, read readable transcripts (not raw terminal output), and continue sessions directly from the app or drop to a terminal session.
- Tool call summaries now appear in the chat workbench — instead of scrolling through walls of raw output, you see short labels for what each tool call did.
- Full Kanban board support for the multi-agent task system: create tasks, assign them to Hermes profiles, comment, block/unblock, complete, and archive — all from the GUI.
- Kanban view shows run history and event logs from worker output, and lets you nudge the task dispatcher directly from the app.
- Designed explicitly for business owners who don't want to use a terminal — the terminal is still accessible, but optional.
File Bookmarks: Why It Matters
Hermes Agent stores its working files — skills, memory snapshots, project notes, the agents.md config — on the host machine. Before v0.6, updating any of those files meant SSH-ing into the host, navigating to the right path, opening a terminal editor, making changes, and saving carefully. One slip and you could corrupt a skill file or wipe a memory entry. File bookmarks in v0.6 reduce this to: open the app, click the bookmark, edit the text, save. The app checks whether the file changed on the host between when you opened it and when you're saving — preventing accidental overwrites if something else modified the file. The 10 MB cap covers all typical use cases: skill definitions, prompt files, and agent config are all well under that limit.
Kanban Board and the Multi-Agent Task System
Hermes recently shipped a Kanban-style task orchestration system for coordinating multiple agent workers. Tasks can be created, assigned to specific Hermes profiles, run, blocked (waiting on another task), unblocked, completed, and archived. Before v0.6 of the desktop app, managing all of this required terminal commands. The new Kanban view in the desktop app gives you a visual board: you can see task status at a glance, add comments, track run history, and review the event logs from worker sessions. You can also nudge the task dispatcher — the Hermes component that hands tasks to available workers — directly from the GUI when something is stuck.
Related on OpenClawDatabase
- Hermes Agent Setup Guide — installing Hermes on a VPS or local machine
- Hermes Tasks — scheduling and managing automated agent tasks
- Hermes Memory — how Hermes stores skills, memories, and project context
- Hermes vs OpenClaw — platform comparison for choosing your agent
What you can actually set up from this
Extracted from the video's own transcript — the specifics the original summary left out.
Reproducible steps
- How it connects — no sync layer
A free, open-source Mac app that <strong>connects to your agent host over SSH</strong>. Explicitly no gateway, no sync layer and <strong>no duplicate copy of your files on the laptop</strong> — which is the property that decides whether a desktop client is safe to add to an existing setup.
- Bookmark host files instead of SSHing to edit them
The agent keeps its important files on the host: skills, memories, project notes. Previously editing one meant SSH, find, open in a terminal editor, save and hope. <strong>Bookmark the file once and it appears in the app</strong> — click, edit, save. Two details that matter: <strong>the app checks whether someone else changed the file before saving</strong>, so you do not silently overwrite work, and files are <strong>capped at 10 MB</strong>, which is ample for skills and prompts.
- The session workbench replaces log archaeology
Search across all past sessions, pin the ones you care about, read proper transcripts instead of raw terminal output, and get <strong>short summaries of tool calls</strong> so you can see what the agent did without scrolling. You can continue a conversation in the app or drop into a real terminal and resume it there.
- Full Kanban board control
The multi-agent task board, previously command-line only, is now in the app: create tasks, assign them to an agent profile, comment, block, unblock, complete, archive, delete. You can see <strong>run history, event history and worker logs</strong>, and <strong>nudge the dispatcher</strong> — the component that hands tasks to workers.
- The mental model for multi-worker setups
Each worker is an agent profile picking tasks off a shared board. One drops a lead-response task and a worker takes it; another drops a content task and a different worker takes that. You move cards instead of typing commands.
Gotchas
- <strong>Promotional video for the presenter's paid community, delivered by an AI avatar.</strong> The app itself is free and open source; the feature list is checkable against the release notes.
- The 10 MB file cap and the concurrent-edit check are the two details most likely to matter in practice and least likely to appear in a summary — noted here for that reason.
- SSH access to the host is the trust boundary. A desktop client that edits host files is convenient exactly because it has that reach.
- Mac only at this version.
← Back to News digest · See also: Hermes guide





