EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,645+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Hermes Desktop by dodo-reach
    Hermes Desktop by dodo-reach icon

    Hermes Desktop by dodo-reach

    Autonomous Systems

    A native macOS companion app for Hermes Agent that connects directly over SSH to manage sessions, files, skills, cron jobs, usage, and a real terminal.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Download from GitHub Releases or build from source.

    Engagement

    Available On

    macOS
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsAgent HarnessAgent Frameworks

    Alternatives

    SuperHQSutandoFluegel
    Developer
    dodo-reachdodo-reach builds native macOS tooling for AI agent workflow…

    Updated May 2026

    About Hermes Desktop by dodo-reach

    Hermes Desktop is a native macOS app that brings the Hermes Agent workflow into a focused, polished Mac workspace without browser wrappers, gateway APIs, or local file mirrors. It connects directly over SSH to your Hermes host, keeping the remote machine as the single source of truth for all sessions, canonical files, cron jobs, skills, and usage data. Built in Swift and SwiftUI, it supports both Apple Silicon and Intel Macs and requires macOS 14 or newer.

    • Direct SSH Connection — Create connection profiles using an SSH alias or explicit host/user/port details; the app uses /usr/bin/ssh with no helper daemon on the remote host.
    • Profile-Aware Workspace — Select a Hermes profile (default ~/.hermes or a named profile) and every view — overview, files, sessions, usage, cron, skills, and terminal — resolves against that profile.
    • Canonical File Editing — Edit USER.md, MEMORY.md, and SOUL.md with atomic saves and remote conflict detection that blocks overwrites if the file changed on the host since you opened it.
    • Session Browsing — Read, search, and delete sessions from the canonical ~/.hermes/state.db SQLite store, with fallback to *.jsonl files when SQLite is unavailable.
    • Usage Dashboard — View aggregate input/output token totals, top sessions, top models, recent trends, and host-wide cross-profile totals when multiple profiles are readable.
    • Skill Management — Recursively discover, read, create, and edit remote SKILL.md files under ~/.hermes/skills/, with quick filtering, folder scaffolding, and conflict checks.
    • Cron Job Workflows — Browse, create, edit, pause, resume, run-now, and delete cron jobs from the canonical ~/.hermes/cron/jobs.json, including schedule, model, attached skills, and delivery target.
    • Embedded SSH Terminal — A real SSH terminal with multiple tabs across hosts and profiles, quick theme presets, and live background/text color controls for a genuine multi-agent workflow.
    • Universal macOS Build — Packaged as a single universal binary for both Apple Silicon and Intel Macs; build from source with ./scripts/build-macos-app.sh.
    • Open Source (MIT) — The full source is available on GitHub; verify the build, inspect network behavior, or build locally instead of using the release zip.

    Community Discussions

    Be the first to start a conversation about Hermes Desktop by dodo-reach

    Share your experience with Hermes Desktop by dodo-reach, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (MIT)

    Fully free and open-source under the MIT License. Download from GitHub Releases or build from source.

    • Full native macOS app
    • Direct SSH connection profiles
    • Profile-aware workspace
    • Session browsing and deletion
    • Usage dashboard

    Capabilities

    Key Features

    • Direct SSH connection with no gateway API or helper daemon
    • Profile-aware workspace for default and named Hermes profiles
    • Conflict-aware editing of USER.md, MEMORY.md, and SOUL.md
    • Session browsing, search, and deletion from ~/.hermes/state.db
    • Usage dashboard with token totals, model breakdowns, and trends
    • Recursive skill discovery, creation, and editing
    • Cron job management: create, edit, pause, resume, run-now, delete
    • Embedded SSH terminal with multiple tabs and theme controls
    • Universal macOS build for Apple Silicon and Intel
    • Host-wide cross-profile usage totals
    • Overview panel with host readiness checks and resolved paths
    • Fallback to ~/.hermes/sessions/*.jsonl when SQLite unavailable

    Integrations

    Hermes Agent
    SSH
    SQLite
    Tailscale
    macOS Keychain (SSH keys)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Hermes Desktop by dodo-reach and help others make informed decisions.

    Developer

    dodo-reach

    dodo-reach builds native macOS tooling for AI agent workflows, with a focus on staying close to the host and avoiding unnecessary abstraction layers. The project ships Hermes Desktop, a Swift/SwiftUI app that connects directly over SSH to Hermes Agent hosts. The work prioritizes honest, transparent design: no gateway APIs, no local mirrors, no shadow state.

    Read more about dodo-reach
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    SuperHQ icon

    SuperHQ

    Run AI coding agents like Claude Code, Codex, and custom agents each in their own isolated microVM sandbox on your desktop.

    Sutando icon

    Sutando

    An open-source, self-hosted AI agent for macOS that uses voice, vision, and autonomous action to control your computer, join meetings, make phone calls, and build itself.

    Fluegel icon

    Fluegel

    A macOS menu bar app that lets automation agents run approved CLI tools through a GUI process that owns macOS privacy permissions.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    246 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    91 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    371 tools
    Browse all topics
    Back to all tools
    160views
    1upvote
    Discussions