SETUP PATH
Get Hermes Agent running as your personal AI assistant.
Start with a clean install, connect a model provider, check that the assistant works, then add the tools and integrations that match your work.
Quick install
Hermes runs on Linux, macOS, and WSL. Open a terminal and run the official installer:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bashThen start the setup wizard:
hermes setup
hermes doctor
hermesUseful official links: GitHub repository, documentation, model providers, messaging setup, and MCP integrations.
First working checklist
- Install Hermes with the command above.
- Run
hermes setupand choose a model provider. - Add the provider key or OAuth login when prompted.
- Run
hermes doctorand fix anything it reports. - Start Hermes with
hermesand ask it to do a simple local task. - Enable tools only as you need them: web, browser, file, terminal, memory, cron, messaging, and MCP.
Choose what to set up next
Use the cards below as the next steps after the base install works.
-
NEXT STEP
Install Hermes Agent
Start with the official install command, run setup, and confirm Hermes is working before adding integrations.
-
NEXT STEP
Connect Models, Tools, and Memory
Choose a model provider, enable the right toolsets, and add memory only where it helps your real workflows.
-
NEXT STEP
Add Messaging and Daily Workflows
Bring Hermes into Discord, Telegram, scheduled jobs, and repeatable tasks once the base assistant is stable.