Run a self-improving AI assistant with tool use and messaging
Hermes One is a native desktop GUI for installing, chatting with, and managing the Hermes Agent across providers.
0.7.7Add to Favorites
Why it matters
Deploy and manage a local or remote AI agent that learns from interactions, executes tools across web browsing, terminal, file system, and code environments, and integrates with multiple messaging platforms-all through a native desktop interface that handles installation, provider configuration, and session management.
Outcomes
What it gets done
Install and configure Hermes Agent with guided setup across 14+ AI providers including OpenAI, Anthropic, and local endpoints
Chat with streaming responses while the agent executes browser automation, terminal commands, file operations, and code
Switch between isolated profiles with separate configurations, memory, and conversation histories searchable by full-text
Schedule recurring tasks, connect messaging gateways, and track token usage with cost estimates across all interactions
Source
Get it from source
Spark does not host a copy of it.
Open sourceReports
Agent outcome reports
No reports yet
Overview
Hermes Desktop
Hermes One is a community desktop GUI for installing, configuring, and chatting with Hermes Agent across providers, messaging gateways, and scheduled tasks. Use it to run Hermes Agent locally or remotely with a GUI instead of its CLI. It's in active development; features may change.
What it does
Hermes One is a community-maintained native desktop app for installing, configuring, and chatting with Hermes Agent - a self-improving AI assistant with tool use, multi-platform messaging, and a closed learning loop. Instead of managing the CLI by hand, it walks through install, provider setup, and day-to-day usage in one GUI: chat, sessions, profiles, memory, skills, tools, scheduling, and messaging gateways, storing Hermes in ~/.hermes via the official Hermes install script. It is not affiliated with Nous Research, which maintains the underlying Hermes Agent project.
When to use - and when NOT to
Use it to run Hermes either locally (127.0.0.1:8642, with dependency resolution for Git, uv, and Python 3.11+) or against a remote Hermes API server by URL and key, chatting through a streaming UI with 22 slash commands (/new, /web, /image, /browse, /code, /shell, /usage, and more), 14 toggleable toolsets (web, browser, terminal, file, code execution, vision, image gen, TTS, skills, memory, session search, clarify, delegation, and task planning), and 16 messaging gateways (Telegram, Discord, Slack, WhatsApp, Signal, Matrix, Mattermost, email, SMS, iMessage, and others). It supports OpenRouter, Anthropic, OpenAI, Google Gemini, xAI Grok, Nous Portal, Qwen, MiniMax, Hugging Face, Groq, and local OpenAI-compatible endpoints (LM Studio, Ollama, vLLM, llama.cpp). The project is in active development - features may change and some things might break - and the Windows installer is unsigned (SmartScreen will warn) while the Fedora RPM is unsigned and doesn't auto-update.
Inputs and outputs
Input: chat prompts, provider/API credentials, cron schedules, and messaging-gateway configuration. Output: a streaming chat session with live token/cost tracking, session history searchable via SQLite FTS5, editable agent memory and persona (SOUL.md), scheduled cron jobs delivered to 15 targets, and messages routed through connected gateways.
sudo dnf install ./hermes-desktop-<version>.rpm
On first launch the app asks local vs. remote, runs the official Hermes installer with dependency resolution in local mode (or validates a remote URL/key), prompts for a provider, saves the config into Hermes's own files, then launches the workspace; local-mode chat streams over SSE from 127.0.0.1:8642.
Integrations
Tool integrations include Exa Search, Parallel API, Tavily, Firecrawl, FAL.ai image generation, Honcho, Browserbase, Weights & Biases, and Tinker; discoverable memory providers include Honcho, Hindsight, Mem0, RetainDB, Supermemory, and ByteRover. API keys default to a plaintext ~/.hermes/.env, or an opt-in command secrets provider that resolves each key by running a helper you configure (POSIX-only, a hard 3-second timeout, a 1 MiB output cap, never logged) - documented integrations include KeePassXC, GnuPG, pass, secret-tool/GNOME Keyring, the Bitwarden CLI, and the 1Password CLI, with resolution order process.env -> .env -> provider -> unset. A Hermes Office (Claw3d) panel adds a visual 3D interface, and the app includes backup/restore, a log viewer, an electron-updater auto-updater, and an i18n framework.
Who it's for
Anyone who wants to run the Hermes Agent without hand-managing its CLI, provider keys, or messaging integrations - especially users who want a GUI for multi-provider model switching, scheduled agent tasks, and chat across platforms like Telegram, Discord, or WhatsApp. Open source under the MIT license.
Source README
English · 简体中文 · 日本語 · Español (LATAM)
This project is in active development. Features may change, and some things might break. If you run into a problem or have an idea, open an issue. Contributions are welcome!
Hermes One is a community maintained native desktop app for installing, configuring, and chatting with Hermes Agent - a self-improving AI assistant with tool use, multi-platform messaging, and a closed learning loop.
Instead of managing the CLI by hand, the app walks through install, provider setup, and day-to-day usage in one place. It uses the official Hermes install script, stores Hermes in ~/.hermes, and gives you a GUI for chat, sessions, profiles, memory, skills, tools, scheduling, messaging gateways, and more.
Sponsors
Click to collapse
![]() |
Atlas Cloud is a full-modal, OpenAI-compatible AI inference platform. Use it in Hermes One by selecting Atlas Cloud as your provider. The base URL is pre-configured automatically. |
![]() |
Greptile is an AI code reviewer. It reviews and tests pull requests with full context of the codebase. It catches bugs, flags regressions, and leaves inline review comments on every PR automatically. |
Install
Windows
Windows users: The installer is not code-signed. Windows SmartScreen will warn on first launch - click "More info" → "Run anyway".
WSL users: If the installer stalls at
Switching to root user to install dependencies..., Playwright is waiting for a sudo password that has no TTY to read from. Grant passwordless sudo for the install, then revert when finished:echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/hermes-install # …re-run the installer; once it finishes: sudo rm /etc/sudoers.d/hermes-installTracked in #109.
Fedora (RPM)
sudo dnf install ./hermes-desktop-<version>.rpm
Fedora users: The
.rpmis not GPG-signed. If your system enforces signature checking, append--nogpgcheckto the install command. Auto-update is not supported for.rpmbuilds (limitation ofelectron-updater); reinstall the new.rpmto update.
Preview
Chat![]() |
Profiles![]() |
Models![]() |
Providers![]() |
Tools![]() |
Discover![]() |
Schedules![]() |
Gateway![]() |
Persona![]() |
Kanban![]() |
Office![]() |
Settings![]() |
Features
- Guided first-run install for Hermes Agent with progress tracking and dependency resolution
- Local or remote backend - run Hermes locally on
127.0.0.1:8642, or connect the desktop app to a remote Hermes API server with URL + API key - Multi-provider support - OpenRouter, Anthropic, OpenAI, Google (Gemini), xAI (Grok), Nous Portal, Qwen, MiniMax, Hugging Face, Groq, and local OpenAI-compatible endpoints (LM Studio, Atomic Chat, Ollama, vLLM, llama.cpp)
- Streaming chat UI with SSE streaming, tool progress indicators, markdown rendering, and syntax highlighting
- Token usage tracking - live prompt/completion token counts and cost display in the chat footer, plus a
/usageslash command - 22 slash commands -
/new,/clear,/fast,/web,/image,/browse,/code,/shell,/usage,/help,/tools,/skills,/model,/memory,/persona,/version,/compact,/compress,/undo,/retry,/debug,/status, and more - Session management - full-text search (SQLite FTS5), date-grouped history, resume and search across conversations
- Profile switching - create, delete, and switch between separate Hermes environments with isolated config
- 14 toolsets - web, browser, terminal, file, code execution, vision, image gen, TTS, skills, memory, session search, clarify, delegation, MoA, and task planning
- Memory system - view/edit memory entries, user profile memory, capacity tracking, and discoverable memory providers (Honcho, Hindsight, Mem0, RetainDB, Supermemory, ByteRover)
- Persona editor - edit and reset your agent's SOUL.md personality
- Saved models - CRUD management for model configurations across providers
- Scheduled tasks - cron job builder (minutes, hourly, daily, weekly, custom cron) with 15 delivery targets
- 16 messaging gateways - Telegram, Discord, Slack, WhatsApp, Signal, Matrix, Mattermost, Email (IMAP/SMTP), SMS (Twilio/Vonage), iMessage (BlueBubbles), DingTalk, Feishu/Lark, WeCom, WeChat (iLink Bot), Webhooks, Home Assistant
- Hermes Office (Claw3d) - visual 3D interface with dev server and adapter management
- Backup, import & debug dump - full data backup/restore and system diagnostics from Settings
- Log viewer - view gateway and agent logs directly from the Settings screen
- Auto-updater - check for and install updates via electron-updater
- i18n ready - internationalization framework with English locale covering all screens, ready for community translations
- Test suite - SSE parser, IPC handlers, preload API surface, installer utilities, and constants validation with Vitest
How It Works
On first launch, the app:
- Asks whether you want to run Hermes locally or connect to a remote Hermes API server.
- Local mode: checks whether Hermes is already installed in
~/.hermes; if not, runs the official Hermes installer with dependency resolution (Git, uv, Python 3.11+). - Remote mode: prompts for the remote API URL and API key, validates the connection, and skips local install.
- Prompts for an API provider or local model endpoint.
- Saves provider config and API keys through Hermes config files.
- Launches the main workspace once setup is complete.
In local mode, chat requests go through http://127.0.0.1:8642 with SSE streaming. In remote mode, the app talks to your configured remote URL with the same streaming protocol. The desktop app parses the stream in real time, rendering tool progress, markdown content, and token usage as it arrives.
Screens
| Screen | Description |
|---|---|
| Chat | Streaming conversation UI with slash commands, tool progress, and token tracking |
| Sessions | Browse, search, and resume past conversations |
| Agents | Create, delete, and switch between Hermes profiles |
| Skills | Browse, install, and manage bundled and installed skills |
| Models | Manage saved model configurations per provider |
| Memory | View/edit memory entries, user profile, and configure memory providers |
| Soul | Edit the active profile's persona (SOUL.md) |
| Tools | Enable or disable individual toolsets |
| Schedules | Create and manage cron jobs with delivery targets |
| Gateway | Configure and control messaging platform integrations |
| Office | Claw3d visual interface setup and management |
| Settings | Provider config, credential pools, backup/import, log viewer, network settings, theme |
Supported Providers
Sponsors
| Provider | Notes |
|---|---|
| Atlas Cloud | OpenAI-compatible gateway - DeepSeek, Qwen, GLM, Kimi, MiniMax and more (atlascloud.ai) |
LLM Providers
| Provider | Notes |
|---|---|
| OpenRouter | 200+ models via single API (recommended) |
| Anthropic | Direct Claude access |
| OpenAI | Direct GPT access |
| Google (Gemini) | Google AI Studio |
| xAI (Grok) | Grok models |
| Nous Portal | Free tier available |
| Qwen | QwenAI models |
| MiniMax | Global and China endpoints |
| Hugging Face | 20+ open models via HF Inference |
| Groq | Fast inference (voice/STT) |
| Local/Custom | Any OpenAI-compatible endpoint |
Local presets are included for LM Studio, Atomic Chat, Ollama, vLLM, and llama.cpp.
Messaging Platforms
Telegram, Discord, Slack, WhatsApp, Signal, Matrix/Element, Mattermost, Email (IMAP/SMTP), SMS (Twilio & Vonage), iMessage (BlueBubbles), DingTalk, Feishu/Lark, WeCom, WeChat (iLink Bot), Webhooks, and Home Assistant.
Tool Integrations
Exa Search, Parallel API, Tavily, Firecrawl, FAL.ai (image generation), Honcho, Browserbase, Weights & Biases, and Tinker.
First-Time Setup
When the app opens for the first time, it will either detect an existing Hermes installation or offer to install it for you.
Supported setup paths in the UI:
OpenRouterAnthropicOpenAILocal LLMvia an OpenAI-compatible base URL
Local presets are included for:
- LM Studio
- Atomic Chat
- Ollama
- vLLM
- llama.cpp
Hermes files are managed in:
~/.hermes~/.hermes/.env~/.hermes/config.yaml~/.hermes/hermes-agent~/.hermes/profiles/- named profile directories~/.hermes/state.db- session history database~/.hermes/cron/jobs.json- scheduled tasks
Secrets provider
By default, API keys live in ~/.hermes/.env (the env provider). No
configuration is needed - this is byte-for-byte the historical behavior, and
nothing changes for you.
If you'd rather not keep keys in a plaintext .env, the opt-in command
provider resolves them by running a helper command you configure. Resolution
order everywhere is: process.env → .env → provider → unset.
Per-key helper (the requested key name arrives as $HERMES_SECRET_KEY):
# ~/.hermes/config.yaml
secrets:
provider: command
command: secret-tool lookup hermes "$HERMES_SECRET_KEY"
Or a helper that dumps a dotenv blob (e.g. a vault that unseals into tmpfs):
secrets:
provider: command
command: "cat /run/user/1000/hermes-secrets.env"
The helper's stdout may be either a single bare value (per-key helpers) orKEY=VALUE lines (dotenv dumps); both shapes are auto-detected.
Vault / secret manager integration (no TPM required)
The command provider is vault-agnostic - it runs whatever helper you
configure and reads its stdout. The helper is the only thing that needs to
talk to your secret store. If you don't have a TPM-sealed keyfile, any of
these work without code changes to Hermes:
- KeePassXC (password-only DB, no keyfile): point
secrets.commandat a
smallkpxc-export.shscript that doeskeepassxc-cli ls ~/secrets/hermes.kdbx <<<"$KPXC_PASSWORD"and dumps
the relevant group as dotenv. Prompt the user for the master password
once per session. - GnuPG with a passphrase-only key:
gpg --batch --passphrase-fd 0 --decrypt ~/.keys/api-keys.gpgworks directly as thecommandvalue.
Pass the passphrase via a file descriptor or env var, never argv. pass(the standard unix password manager):command: "pass show hermes/$HERMES_SECRET_KEY"for a per-key helper,
or a small wrapper script for a dotenv dump.secret-tool(libsecret/Gnome Keyring):command: "secret-tool lookup hermes $HERMES_SECRET_KEY"(already
shown above as the canonical per-key example).- Bitwarden CLI:
bw get item "$HERMES_SECRET_KEY" | jq -r .notes
(afterbw unlockin the session). - 1Password CLI:
op read "op://vault/$HERMES_SECRET_KEY/credential". - Plain env file with user-managed permissions:
command: "cat ~/.config/hermes/secrets.env"withchmod 600and
the file owned by your user. Not as secure as a vault, but better than
a world-readable.env.
The point: any helper that prints a value (per-key) or a dotenv blob
(list-mode) on stdout will work, and Hermes imposes a 3-second timeout
and 1 MiB output cap on the helper so a misbehaving one can't wedge the
app. The provider makes no assumptions about TPM, FIDO2, smart cards,
or platform keychains.
Security model:
- The command string is your own configuration - same trust level as
.env.
It runs via/bin/sh -c, so the command provider is POSIX-only
(Linux/macOS); Windows stays on the env provider. - The helper inherits the process environment plus
HERMES_SECRET_KEY; the
key name is passed as data, never interpolated into the shell string. - Hard 3-second timeout (resolution is synchronous on the main process - keep
helpers fast and non-interactive), 1 MiB output cap, and stderr is discarded. - Resolved values are never logged or written to disk; failures degrade to
"key unset", logging only exit code/signal. - The gateway-spawn broadcast uses a single
list()call, never a per-key
helper loop.
Source of truth: src/main/secrets/.
Notes
- The desktop app depends on the upstream Hermes Agent project for agent behavior and tool execution.
- The built-in installer runs the official Hermes install script with
--skip-setup, then completes provider configuration in the GUI. - Local model providers do not require an API key, but the compatible server must already be running.
- Alternative npm registry routes are supported for environments with restricted network access.
Related Project
This repo is not affiliated to Nous Research. This is a community maintained project.
For the core agent, docs, and CLI workflows, see the main Hermes Agent repository:
FAQ
Common questions
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.














