From 2cb2c5381fe2e666e8b5788e664bdbaab47f37e6 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Thu, 25 Jun 2026 16:22:19 -0700 Subject: [PATCH] launch: update hermes install urls to official (#16913) --- cmd/launch/hermes.go | 8 ++++---- docs/integrations/hermes.mdx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/launch/hermes.go b/cmd/launch/hermes.go index 3fa7087e..1ad94b72 100644 --- a/cmd/launch/hermes.go +++ b/cmd/launch/hermes.go @@ -23,8 +23,8 @@ import ( ) const ( - hermesInstallScript = "curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash -s -- --skip-setup" - hermesWindowsInstallURL = "https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1" + hermesInstallScript = "curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash -s -- --skip-setup" + hermesWindowsInstallURL = "https://hermes-agent.nousresearch.com/install.ps1" hermesWindowsInstallCmd = "& ([scriptblock]::Create((irm " + hermesWindowsInstallURL + "))) -SkipSetup" hermesProviderName = "Ollama" hermesProviderKey = "ollama-launch" @@ -128,8 +128,8 @@ func (h *HermesDesktop) packagedAppExists() bool { } // These roots mirror Hermes' own install layout: -// scripts/install.sh uses ~/.hermes/hermes-agent for user installs and -// /usr/local/lib/hermes-agent for new Linux root installs; scripts/install.ps1 +// install.sh uses ~/.hermes/hermes-agent for user installs and +// /usr/local/lib/hermes-agent for new Linux root installs; install.ps1 // and the bootstrap installer use %LOCALAPPDATA%\hermes\hermes-agent on // Windows. HERMES_HOME and HERMES_INSTALL_DIR are installer-supported // overrides. diff --git a/docs/integrations/hermes.mdx b/docs/integrations/hermes.mdx index fc0921f0..99dda32f 100644 --- a/docs/integrations/hermes.mdx +++ b/docs/integrations/hermes.mdx @@ -56,7 +56,7 @@ hermes setup If you'd rather drive Hermes's own wizard instead of `ollama launch hermes`, install it directly: ```bash -curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash +curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash ``` Hermes launches the setup wizard automatically. Choose **Quick setup**: