One-click installer that sets up WSL2, Ubuntu-22.04, Ollama, and Hermes Agent — plus desktop shortcuts and .bat launchers.
Or run it from PowerShell (Admin) in one line:
irm https://raw.githubusercontent.com/jlaiii/hermes-agent-windows/main/Install-Hermes-Windows.ps1 | iex
Hermes Agent is an open-source AI agent by Nous Research. It officially supports Linux, macOS, and WSL2 — not native Windows.
This installer is built for Windows users who want Hermes Agent to just work without manually setting up WSL, Ubuntu, Ollama, and Linux dependencies. Run one script, and it handles the entire setup automatically — including the mandatory reboot and resume.
You end up with real Windows desktop shortcuts and .bat launchers, so you never have to touch WSL commands manually.
Run a single PowerShell script and walk away. Handles every dependency automatically.
Checks, installs, configures WSL2, and pulls Ubuntu-22.04 if missing. Reboots and resumes automatically.
Installs Ollama inside WSL and pulls a lightweight model so local AI works out of the box.
Installs the official NousResearch Hermes Agent in WSL with the one-line installer.
Creates Start Menu and Desktop shortcuts for CLI, Gateway, Ollama Server, and Setup.
Generates Windows .bat files so you can start services from Windows without touching WSL directly.
Run-Setup.bat (or the PowerShell script) as Administrator.This is normal on first-time installs. The script registers itself in RunOnce and resumes after login.
Open a new WSL terminal so the PATH update from the installer takes effect, or run source ~/.bashrc.
Run Uninstall-Hermes-Windows.ps1 from the repo. Use -KeepWSL if you want to keep Ubuntu.