docs: point desktop download links to site root (deprecate /desktop) (#46795)

The /desktop page is deprecated and redirects to the home page. The
landing page for the desktop app is now simply
https://hermes-agent.nousresearch.com/. Update all docs and the
Docusaurus nav/footer links accordingly.

Co-authored-by: Teknium <127238744+teknium1@users.noreply.github.com>
This commit is contained in:
Austin Pickett 2026-06-15 15:02:24 -04:00 committed by GitHub
parent 5f6be7f31b
commit f7c1cbe66f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ It builds and launches the GUI against your existing install — same config, ke
### Prebuilt installers
Prebuilt installers are built and distributed via [the Hermes Desktop website.](https://hermes-agent.nousresearch.com/desktop).
Prebuilt installers are built and distributed via [the Hermes Desktop website.](https://hermes-agent.nousresearch.com/).
---

View file

@ -10,7 +10,7 @@ Get Hermes Agent up and running in under two minutes!
## Quick Install
### With the Hermes Desktop installer on macOS or Windows (recommended)
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) from our website and run it.
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/) from our website and run it.
### Without Hermes Desktop:
For a command-line only install without Hermes Desktop, run:

View file

@ -48,7 +48,7 @@ Pick the row that matches your goal:
## 1. Install Hermes Agent
### With the Hermes Desktop installer on macOS or Windows (recommended)
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) from our website and run it.
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/) from our website and run it.
### Without Hermes Desktop:
For a command-line only install without Hermes Desktop, run:

View file

@ -20,7 +20,7 @@ The simplest path: a one-click installer with a guided, point-and-click setup. N
### 1. Download and install
[Download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) for macOS or Windows, then open it. On first launch it finishes setting itself up (usually under a minute).
[Download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/) for macOS or Windows, then open it. On first launch it finishes setting itself up (usually under a minute).
### 2. Connect Nous Portal

View file

@ -36,7 +36,7 @@ The self-improving AI agent built by [Nous Research](https://nousresearch.com).
Get Started →
</Link>
<a
href="https://hermes-agent.nousresearch.com/desktop"
href="https://hermes-agent.nousresearch.com/"
style={{
display: "inline-block",
padding: "0.6rem 1.2rem",
@ -65,7 +65,7 @@ The self-improving AI agent built by [Nous Research](https://nousresearch.com).
### Windows or macOS
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) from our website and run it.
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/) from our website and run it.
### Without Hermes Desktop:

View file

@ -131,7 +131,7 @@ const config: Config = {
position: 'left',
},
{
href: 'https://hermes-agent.nousresearch.com/desktop',
href: 'https://hermes-agent.nousresearch.com/',
label: 'Download',
position: 'left',
},
@ -179,7 +179,7 @@ const config: Config = {
{
title: 'More',
items: [
{ label: 'Desktop Download', href: 'https://hermes-agent.nousresearch.com/desktop' },
{ label: 'Desktop Download', href: 'https://hermes-agent.nousresearch.com/' },
{ label: 'GitHub', href: 'https://github.com/NousResearch/hermes-agent' },
{ label: 'Nous Research', href: 'https://nousresearch.com' },
],