One-command Windows installer for Hermes Agent.
Open PowerShell and paste one of these:
irm https://raw.githubusercontent.com/claudlos/hermes-windows-installer/main/scripts/install-windows.ps1 | iexirm https://raw.githubusercontent.com/claudlos/hermes-windows-installer/main/scripts/bootstrap-windows-afunix-hermes.ps1 | iexThis downloads CPython 3.13.12, patches it for AF_UNIX socket support, compiles it, and installs Hermes with that interpreter. First run takes a few minutes. Reruns take seconds (reuses the built Python).
If the custom build fails, Hermes still gets installed with your stock Python.
- Hermes Agent installed and ready to use
- Desktop shortcut with icon (NousResearch girl by default, or golden Hermes staff)
hermescommand available in any terminal- Credential storage via Windows Credential Manager
- All Windows-specific fixes included
Open a new terminal and run:
hermes setup
hermes
Default is the NousResearch girl. To use the golden Hermes caduceus:
.\scripts\install-windows.ps1 -DesktopIcon staffTo skip the desktop shortcut:
.\scripts\install-windows.ps1 -DesktopIcon none- Windows 10 (build 17134+) or Windows 11
- Python 3.10+ (installer finds it automatically)
- Git for Windows (for the terminal tool)
For the AF_UNIX bootstrap, Visual Studio Build Tools are also needed. The bootstrap installs them automatically if missing.
Logs are written to:
%LOCALAPPDATA%\hermes-agent-bootstrap\logs
For detailed Windows documentation, see WINDOWS.md.
The installer fetches the Hermes Agent code from GitHub at install time. This repo contains the installer scripts, icons, CPython patch, and docs.
