Skip to content

docs: add Desktop App guide - #37457

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-ec1d37f8
Jun 2, 2026
Merged

docs: add Desktop App guide#37457
teknium1 merged 1 commit into
mainfrom
hermes/hermes-ec1d37f8

Conversation

@teknium1

@teknium1 teknium1 commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Summary

The native Electron desktop app shipped (PR #20059 + follow-ups) but the docs only covered how to download it — not what it is or how to use it. This adds a full guide.

Changes

  • website/docs/user-guide/desktop.md — new page: install (installer / prebuilt / Windows GUI), interface-disambiguation callout (CLI vs TUI vs Web Dashboard vs Desktop), the chat-first UI + management panes, hermes desktop CLI flag reference, self-update, how-it-works, troubleshooting, build-from-source.
  • website/sidebars.ts — registered under Interfaces, after the TUI entry.

Content sourced from apps/desktop/README.md, apps/desktop/src/app/routes.ts, and the real hermes desktop argparse — not invented.

Validation

  • All 12 internal links resolve to real files; cron anchor (reference/cli-commands#hermes-cron) verified present.
  • Fixed two would-be broken links pre-merge: cron pointed at Persistent Goals → now cli-commands; profiles pointed at the reference stub → now the profiles guide.
  • Frontmatter well-formed; reapplied cleanly onto current main.

Infographic

desktop-app-docs-guide

The native Electron desktop app shipped (PR #20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
@teknium1
teknium1 merged commit 3eb6bd7 into main Jun 2, 2026
18 checks passed
@teknium1
teknium1 deleted the hermes/hermes-ec1d37f8 branch June 2, 2026 15:09
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels Jun 2, 2026
changman pushed a commit to changman/hermes-agent that referenced this pull request Jun 10, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
alt-glitch pushed a commit that referenced this pull request Jun 14, 2026
The native Electron desktop app shipped (PR #20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
kossteg pushed a commit to kossteg/hermes-agent that referenced this pull request Jun 16, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
T02200059 pushed a commit to T02200059/hermes-agent that referenced this pull request Jun 18, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
waefrebeorn pushed a commit to waefrebeorn/slermes that referenced this pull request Jul 2, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
santhreal pushed a commit to santhreal/hermes-agent that referenced this pull request Jul 13, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
donbowman pushed a commit to donbowman/hermes-agent that referenced this pull request Jul 13, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
Gravezzz pushed a commit to Gravezzz/hermes-agent that referenced this pull request Jul 21, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
leewenjie pushed a commit to leewenjie/hermes-agent that referenced this pull request Aug 7, 2026
The native Electron desktop app shipped (PR NousResearch#20059 and follow-ups) but the
docs only told people how to download it, not what it is or how to use it.

Adds website/docs/user-guide/desktop.md covering install (installer +
prebuilt + Windows GUI), the chat-first UI and management panes, the
hermes desktop CLI flag reference, self-update, how-it-works, and
troubleshooting. Sourced from apps/desktop/README.md, routes.ts, and the
real argparse. Wired into sidebars.ts under Interfaces after the TUI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants