No cloud bills. No data leaving your computer. No subscription fees. Powered by Ollama + Hermes Desktop โ completely free and open-source.
Your data never leaves your machine. No API calls, no cloud storage, no third-party model providers. Sensitive documents stay private.
No monthly subscriptions. No per-token fees. No overage charges. Once downloaded, local models run free forever on your own hardware.
No internet? No problem. Local AI works on planes, trains, remote sites, and air-gapped environments. Your agents run anywhere.
No rate limits, no quota, no "you've hit your limit for today." Run as many agents as you want, as long as you want, with no throttling.
Download Ollama from ollama.com for macOS, Windows, or Linux. It's a single-click install.
# macOS / Linux
curl -fsSL https://ollama.com/install.sh | sh
# Or download from ollama.com/download
Pick a model. Llama 3.1 8B runs on most laptops. Phi-3 Mini runs on anything. Qwen 2.5 7B is great for structured tasks.
# Pull a model (8B runs on most machines)
ollama pull llama3.1:8b
# Or a lighter option
ollama pull phi3:mini
# Check what you have
ollama list
Hermes Agent is the agent orchestration platform. It connects to Ollama and gives you full multi-agent capabilities.
# Install via pip
pip install hermes-agent
# Or use the desktop app from GitHub Releases
# https://github.com/NousResearch/hermes-desktop
Configure Hermes to use your local Ollama instance. No API key needed โ it runs on localhost.
# ~/.hermes/providers.yaml
providers:
local:
type: ollama
model: llama3.1:8b
host: http://localhost:11434
# Then run your first agent
hermes run --provider local --task "Analyse this CSV for revenue trends"
Create agent teams with different roles โ each running locally, each free, each private. No cloud services involved.
# Create a team profile
agents:
analyst:
model: local
role: "Data analyst โ reads and summarises files"
writer:
model: local
role: "Content writer โ drafts reports and emails"
reviewer:
model: local
role: "Quality checker โ reviews outputs for errors"
# Run the team
hermes run --profile team.yaml --task "Generate weekly business report"
Drop a CSV. Ask questions in plain English. Get charts and insights โ all local, all private.
Generate professional emails, reports, and memos from bullet points. Your data never touches the cloud.
Feed it documents, PDFs, or notes. Get concise summaries, key insights, and action items.
Describe a workflow in plain English. Your local agent generates the code, tests it, and runs it โ all on your machine.
Connect Hermes to Obsidian for cross-session memory. Your agents remember context, decisions, and preferences.
Run 2โ5 agents with different roles. Architect, coder, reviewer, tester โ all free, all local, all private.
Ollama is free. Hermes Desktop is free and open-source. Local models are free. No trial period, no credit card, no data collection. This is genuinely free.
Need help setting up? Get AgentReady onboarding from ยฃ299 โ
๐ Quit paying for AI agents. Run them free, forever, on your own hardware.
Already using the AI Suite? Browse our cloud services for heavy lifting โ