How-To Series · Episode 02 / 59 · Module 1: Get Running
Hermes · One-Line Install
Install on any machine in one command, pick a model provider, and verify the install is healthy.
After this video
You can now have Hermes installed and authenticated.
The Hermes installer pulls Python, Node, ripgrep, and ffmpeg in one shot. No homebrew, no apt, no version juggling. This video walks the one-liner on Linux/macOS/WSL2, the PowerShell variant on native Windows (with the early-beta caveat), the two provider-picking paths (Nous Portal vs. BYO key), and the verify-with-banner check.
About these resources. Two docs pages contributed facts to this video: the Quickstart (the curl line, the provider-picking flow, the verify check) and the README (the Windows PowerShell variant and the bundled-Git-Bash explanation). The Sources block below names both. Every command has a direct link to where it's documented.
Sources · What this video distills
3 docs pages · every command below is traceable to one of themCommands shown · Copy and paste
each shows the source doc it came fromcurl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
source ~/.bashrc
iex (irm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1)
hermes setup --portal
hermes model
hermes
Going deeper · Related Hermes docs
further reading · not sources of facts shown aboveNext in the series · Episodes that build on this
E03
Your First Chat
E04
Hermes on Phone via Termux
E06
Updating Hermes Safely