Official issues about installing and running on Windows. Sourced from the official GitHub repo; status derived from official labels; every entry links back to its source with a last-checked date.
#58275 Investigating P3 comp/desktop `hermes desktop` launcher doesn't detach on Windows — leaks Electron/Python zombies and dies when parent shell closes
On Windows, hermes desktop launches Electron as a child process inheriting the parent PowerShell console, so closing the parent shell kills the Desktop app, and child process logs (including garbled encoding errors) flood the user's terminal.
#58265 Workaround P2 comp/cli Config `provider`-key warning storms concurrent-log-handler on Windows → serve/gateway event-loop stall
On Windows, a benign unknown provider config key triggers a warning on every load_picker_context() call, and the resulting log volume deadlocks concurrent-log-handler's cross-process lock, stalling the asyncio event loop for ~14s at a time and dropping desktop/TUI WebSockets while /health stays green.
#58193 Investigating P3 comp/agent [Feature]: Attach an open desktop window so the agent can see and control it
Operating a desktop app currently requires describing the window and controls in text; the proposal adds a way to attach a live window so the agent can see and control it via a UI-automation sidecar, already implemented per PR #53852.
#58150 Workaround P2 comp/cli [Bug]: Hermes use window nodejs instead of its built-in node
Hermes on Windows uses the system's installed Node.js instead of its bundled version when the system Node.js is updated, causing version mismatches and terminal window flashing.
#56058 Investigating P3 comp/desktop Bug: Desktop chat model picker persists to global config instead of session-scoped override
Switching models via the desktop chat model picker on Windows persists the change to the global config.yaml instead of scoping it to the current session, contrary to documented behavior.
#54220 Fixed P2 comp/agent [Tracking] Windows Desktop GUI: console windows (cmd/conhost/git/gh/powershell) flash on subprocess spawns
This tracking issue consolidates roughly 25 reports of console windows (cmd, conhost, git, gh, powershell) flashing on the Windows desktop GUI when its windowless pythonw.exe backend spawns console-subsystem child processes without the no-window flag, and documents which spawn sites are still leaking based on source and git-history verification.
[Feature]: native windows support
User requests native Windows support for Hermes Agent instead of running via WSL2. This issue is labeled as a duplicate.