Skip to content

Instantly share code, notes, and snippets.

@cardboardcode
Last active June 13, 2026 15:22
Show Gist options
  • Select an option

  • Save cardboardcode/20058f73da49c2373c6527f0e5eaebce to your computer and use it in GitHub Desktop.

Select an option

Save cardboardcode/20058f73da49c2373c6527f0e5eaebce to your computer and use it in GitHub Desktop.
For People In A Hurry: How to Set Ollama with Hermes Agent for Local & Privacy-Focused Coding Agent
image

Note

This is a quick copy-paste-observe guide for people in a hurry to quickly set up a local coding agent at no additional costs using Hermes Agent and Ollama.

Instructions πŸ“˜

  1. Install Ollama using the command below:
curl -fsSL https://ollama.com/install.sh | sh
  1. Download ollama LLM model by using the command below:
ollama pull <model_name>
#Eg. ollama pull gemma4:12b

Warning

Note that, if you use any models with the cloud tag, it means it would not be fully local as it would be using Ollama's cloud models.

  1. Install Hermes Agent using the command below:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

Run πŸš€

hermes setup

For ease of use, you can start up Hermes Agent with models defined.

hermes config edit

References πŸ“š

  1. Ollama Installation - https://ollama.com/
  2. Hermes Agent Installation - https://hermes-agent.nousresearch.com/
  3. Hermes Agent GitHub Repository - https://github.com/nousresearch/hermes-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment