Hermes Agent on Windows & WSL2

July 8, 2026 ยท 5 min read

Step 1: Install WSL2

PS> wsl --install

Step 2: Set Up Ubuntu

$ sudo apt update && sudo apt upgrade -y

Step 3: Install Hermes

$ curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash $ source ~/.bashrc $ hermes setup
โšก Hermes runs in the Linux environment, but you can access Windows files via /mnt/c/.

โ† Back to Blog