HERMES OS
OFFLINENOT CONNECTED
TUTORIAL WINDOW

INSTALL HERMES DI WSL

Untuk Windows yang mau jalanin Hermes Agent lewat Ubuntu WSL. Copy command per window, urut dari atas.

WSL_INSTALL_STEPS

1. Install WSL2

wsl --install

Restart PC, lalu buka Ubuntu dari Start Menu.

2. Update sistem

sudo apt update && sudo apt upgrade -y sudo apt install -y curl git build-essential python3 python3-pip

3. Install Node.js via NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash source ~/.bashrc nvm install 20 nvm use 20 node -v

4. Install Hermes

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash hermes setup hermes doctor

5. Jalankan

hermes

Kalau mau Telegram/Discord gateway, lanjut ke halaman Hermes.