hermes - 💡(How to fix) Fix Terminal wrapper injects Windows paths when running in WSL [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…

When using Hermes Desktop on Windows connected to a WSL backend, the terminal tool wrapper incorrectly injects Windows-style paths into the shell.

Root Cause

When using Hermes Desktop on Windows connected to a WSL backend, the terminal tool wrapper incorrectly injects Windows-style paths into the shell.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Description

When using Hermes Desktop on Windows connected to a WSL backend, the terminal tool wrapper incorrectly injects Windows-style paths into the shell.

Steps to Reproduce

  1. Run Hermes Desktop on Windows with backend pointed at WSL
  2. Execute any command that requires changing directory or uses $HOME
  3. Observe errors such as:
    • cd: C:\Users\Don: No such file or directory
    • Cache paths being rewritten as C:/Users/Don/AppData/...

Expected Behavior

The terminal tool should execute commands in the correct WSL environment using Linux paths (/home/don, /mnt/c/...).

Actual Behavior

Windows paths are passed directly into the WSL bash session, breaking nearly all terminal operations.

Environment

  • Windows 10/11 + WSL2 (Ubuntu)
  • Hermes Desktop (native Windows version)
  • Existing mature WSL Hermes installation (6+ months, systemd services, 7 MCP servers)

Impact: Renders the terminal tool effectively unusable when using the Windows Desktop frontend with a WSL backend.

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