hermes - 💡(How to fix) Fix [Bug]: One Line Install not working [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Fix Action

Fixed

Code Example

Bug Before Install

---
RAW_BUFFERClick to expand / collapse

Bug Description

PS C:\windows\system32> irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex iex : At line:18 char:23

  • [string]$Branch = "main",
  •                   ~~~~~~

The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property. At line:19 char:27

  • [string]$HermesHome = "$env:LOCALAPPDATA\hermes",
  •                       ~~~~~~~~~~~~~~~~~~~~~~~~~~

The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a variable or a property. At line:1 char:92

  • ... rcontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex
  •                                                                   ~~~
    • CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
    • FullyQualifiedErrorId : InvalidLeftHandSide,Microsoft.PowerShell.Commands.InvokeExpressionCommand

Steps to Reproduce

use Windows one line installer: irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1 | iex in powershell Run as Admin

Expected Behavior

Should have installed Hermes Agent

Actual Behavior

did not install Hermes Agent

Affected Component

Configuration (config.yaml, .env, hermes setup)

Messaging Platform (if gateway-related)

N/A (CLI only)

Debug Report

Bug Before Install

Operating System

Windows 11

Python Version

3.14.5

Hermes Version

NA

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING