Skip to content

Hermes Desktop Windows installer flow is broken. #112

Description

@piogreeff

Hermes Desktop Windows installer flow is broken.

Environment:

Problem:
Hermes Desktop still attempts to run the Unix installer:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

This fails on Windows with:

Installation failed (exit code 1)
Windows detected. Please use the PowerShell installer:
irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex

Earlier failure before Git Bash was available:

Failed to start installer: spawn bash ENOENT

Expected behavior:
On native Windows, Hermes Desktop should either:

  1. call the PowerShell installer directly;
  2. detect an existing PowerShell-installed Hermes Agent correctly; or
  3. provide a working manual path to link/connect to the installed agent.

Actual behavior:
The desktop app repeatedly invokes the Unix install script and loops back into a failed installation state.

This appears to be a Hermes Desktop Windows install/detection bug, not a failed manual install.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions