Why Local AI Matters
We're at an inflection point. Jensen Huang, CEO of Nvidia, recently made a bold prediction: every engineer, every creative artist, every person who uses a computer will eventually need an AI supercomputer. But here's the key insight. that supercomputer doesn't have to live in someone else's data center.
The direction of travel is local AI. The idea is simple but powerful: your AI runs on your laptop, your data stays in the room, and you never get a monthly bill. You physically own it. Nothing goes to OpenAI, Anthropic, or any other company. It's completely yours.
This isn't just about privacy for privacy's sake. It's about ownership of your intelligence. Right now, most people are renting their AI. paying per token, subject to rate limits, dependent on internet connectivity, and trusting that their data won't be used for training or analysis. Going local flips that model entirely.
As Jack Roberts puts it: "The cheat code is ownership."
What You Get: The Hermes Operating System
Hermes Agent isn't just a chatbot. it's a full AI operating system that serves as the home for your entire digital life. When you run it locally with Ollama, you get:
- Unified AI workspace: One place to see all your AI interactions, whether you're talking to Hermes, ChatGPT, or Claude Code
- Memory system: Hermes remembers what it learns and proactively suggests improvements based on past conversations
- Goal tracking: Set and monitor goals directly within the system
- Persona and skills building: Create custom personas and extend capabilities with skills
- GitHub integration: Connect repositories and manage code
- Document viewing: View and interact with documents in a configured workspace
- Scheduling and automation: Schedule tasks and run background agents 24/7
- No vendor lock-in: Because everything runs locally, you're never tied to a single provider
The recently released Hermes Desktop App makes all of this more accessible. Think of it as a less intimidating interface for the terminal. a visual dashboard where you can create new sessions, pick models, branch conversations, and manage your entire AI workspace. It's completely optional (you can use Hermes via Telegram if you prefer), but it significantly lowers the barrier to entry.
The Core Benefits of Going Local
1. Total Privacy Your data never leaves your computer. Period. No company can access it, analyze it, or use it for training. Whether you're working with client data, health notes, financial records, or proprietary code. it stays on your machine.
2. Zero Cost Once you download a model, it's free forever. $0 per token. No subscriptions, no API bills, no surprise charges. You own the model outright.
3. No Internet Required This is a big one. You can run Hermes locally:
- On a plane
- 16,000 feet underground
- On a SpaceX rocket
- In a regulated environment with no external connectivity
- Anywhere in the world, regardless of internet infrastructure
4. No Rate Limits Cloud APIs throttle you. Local models don't. You can run 24/7 background agents, process large volumes of data, and work at your own pace without ever hitting a limit.
5. No Gatekeeper You don't need to sign up for anything, agree to terms of service, or worry about your account being suspended. You own it outright.
6. Regulatory Compliance For businesses operating in regulated environments (SOC 2, GDPR, ISO 27000), local AI is a game-changer. Client data stays on-premises. You can have a private company brain running with sensitive data, completely boxed off from the cloud.
Step-by-Step Setup Guide
Step 1: Download and Install Ollama
- Go to [ollama.com](https://ollama.com) and click Download
- Install it for your operating system (macOS, Windows, or Linux)
- Open your terminal and run the installation command provided on the website
- Once installed, you can launch the Ollama app. it sits like a regular application on your computer
> Note: Ollama is the easiest way to run local models. While alternatives exist, Ollama offers the most straightforward experience, especially for beginners.
Step 2: Install Hermes Agent
- Go to [hermes-agent.nousresearch.com](https://hermes-agent.nousresearch.com)
- Download the desktop app for your OS
- Install and launch Hermes
- If the app fails to launch, update Hermes by running
hermes updatein your terminal
Step 3: Choose and Download a Model
This is where hardware matters. Here's how to pick the right model:
- On macOS, click the Apple menu → About This Mac to see your specs
- Screenshot your system specifications
- Ask Hermes (via the desktop app or Telegram): "Based on my hardware specs, what's the best local model I can run?"
- Hermes will recommend models based on your RAM, GPU, and storage
Step 4: Download the Model via Terminal
Open your terminal and run:
``bash ollama pull qwen3:30b `
Replace qwen3:30b with whatever model Hermes recommends for your hardware. The download typically takes about 3 minutes depending on your internet speed and the model size.
Step 5: Connect the Model to Hermes
- Open the Ollama app and select your downloaded model
- In Hermes, go to the model selector (bottom right corner of the desktop app)
- Choose your local model from the dropdown
- Start chatting. everything now runs 100% locally
Step 6: Verify It's Working
Try a test prompt:
`
Hey there. Give me three interesting facts about color theory and design.
``
If you get a response and the thinking process is visible, congratulations. you're running Hermes Agent completely locally and privately.
Choosing the Right Model for Your Hardware
Model selection is the most critical decision when going local. Here's a practical framework:
For Hermes Agent Specifically
Hermes Agent requires a model with at least 64,000 tokens of context window to work properly with its memory system. This is a hard requirement. smaller context windows won't suffice for the full agent experience.
| Model | Size | Context Window | Best For | |-------|------|----------------|----------| | Qwen 3 Coder 30B (64K) | 30B parameters | 64,000 tokens | Best overall for Hermes Agent | | Qwen 3 32B | 32B parameters | Large | Strong all-around performance | | Qwen 5 32B | 32B parameters | Large | Excellent speed and quality |
For General Local AI Tasks (Non-Hermes)
If you just want to chat with a local model for tasks that don't require the full Hermes agent experience, you can use smaller models:
- Gemma 3. Fast, efficient, good for everyday tasks
- Mistral. Strong performance on a wide range of tasks
- DeepSeek. Excellent for coding tasks
Hardware Guidelines
- 8 GB RAM: Stick to 7B-13B parameter models
- 16 GB RAM: Can handle 14B-30B models (with some slowdown on larger ones)
- 32 GB RAM: Comfortable with 30B+ models
- 64 GB RAM+: Can run the largest available local models
> Pro tip: You need headroom above the model size. If a model is 20GB, don't try to run it on a machine with only 24GB of RAM. your system needs breathing room for the OS and other processes.
Understanding the Privacy vs. Performance Trade-off
Let's be brutally honest about what you're getting into.
The One-Year Gap
The best local models today are approximately one year behind the frontier cloud models. As of mid-2026:
- Best local model performance ≈ Claude Sonnet 4 (mid-2025)
- Cloud frontier models ≈ Claude Opus 4.8 (mid-2026)
In benchmark terms:
- Claude Opus 4.8: ~88.6
- Qwen 3 (best local): ~74
That's a meaningful gap, but context matters:
- One year in AI is a long time. the pace of improvement is staggering
- For most practical tasks, a year-old model is more than capable
- Your expectations adapt quickly. what feels "behind" today will feel normal in months
- The gap is closing. local models are improving faster than cloud models in some respects
The Speed Trade-off
Local models are only as fast as your machine. If you're running a 30B parameter model on a laptop:
- Responses will be slower than cloud APIs
- Large models can make your system sluggish
- Moving the mouse cursor might take longer than you'd like (Jack's joke about "two business days to move the mouse across the screen")
This makes local AI not ideal for tasks requiring snappy responses. But for deep work, coding, research, and background agents, the speed difference is often irrelevant.
Vault Mode vs. Connected Mode: A Practical Framework
Jack Roberts proposes a pragmatic three-mode framework for deciding when to use local vs. cloud AI:
🔒 Vault Mode (Local/Private) Use when:
- Working with client data
- Handling financial information
- Processing health notes
- Protecting proprietary IP and codebases
- Operating offline (planes, remote locations)
- Running 24/7 background agents
- Working in regulated environments (SOC 2, GDPR, HIPAA)
Advantages: Total privacy, zero cost, works offline, no limits
🌐 Connected Mode (Cloud/Performance) Use when:
- You need the absolute best answer
- Working from your phone
- You need fresh web information
- Raw quality beats privacy for the task
- You need a quick, snappy response
Advantages: Best performance, fastest responses, access to latest models
The Philosophy
"We're not ideological about this. We just follow what works. If something's no longer the best thing for the job, we switch. The key is having both options and knowing when to use each."This isn't an either/or decision. The most powerful setup is having both. local models for private, sensitive, and high-volume work, and cloud models for tasks that demand peak performance.
How Good Are Local Models, Really?
Let's set realistic expectations:
What Local Models Excel At
- Coding and development: Models like Qwen 3 Coder are specifically fine-tuned for code generation
- Research and analysis: Processing documents, summarizing information, extracting insights
- Writing and content creation: Drafting, editing, brainstorming
- Background automation: Running agents that monitor, process, and act on your behalf 24/7
- Learning and tutoring: Explaining concepts, walking through problems
- Brainstorming and ideation: Generating and exploring ideas
Where Cloud Models Still Win
- Complex reasoning tasks: The most difficult multi-step problems
- Real-time web search: Access to current information
- Speed-critical applications: When you need answers in milliseconds
- Cutting-edge capabilities: The absolute latest model features and improvements
The Trajectory
The trend is clear: local models are catching up fast. Within a year, we'll likely be able to run models equivalent to today's Claude Opus 4.8 entirely on consumer hardware. The skills you learn now. setting up Ollama, configuring Hermes, managing local models. will put you far ahead as the technology matures.
Limitations and Honest Trade-offs
Going 100% local isn't for everyone. Here are the real limitations:
1. Hardware Requirements Running large models requires significant RAM and (ideally) a powerful GPU. Not everyone has a machine capable of running 30B+ parameter models smoothly.
2. Setup Complexity While Ollama has made this much easier, there's still a learning curve. You need to be comfortable with:
- Terminal/command line basics
- Understanding model sizes and hardware compatibility
- Troubleshooting when things don't work
3. Model Quality Gap As discussed, local models are about a year behind the frontier. For professional work that demands the absolute best quality, cloud models still have an edge.
4. No Web Access Local models can't browse the web or access real-time information. If your workflow depends on current events, live data, or web search, you'll need to supplement with cloud tools.
5. System Resources Running large models can make your computer slow for other tasks. You may need to close other applications or dedicate a machine specifically to AI work.
6. Model Management You'll need to manage model downloads, updates, and storage. Large models can take 10-20+ GB of disk space each.
7. No Phone Access (Yet) Running Hermes locally on a phone is possible but requires additional setup. The video hints at this capability, but it's not as straightforward as the desktop experience.
The Future Is Local
The trend is unmistakable. We had a massive migration to the cloud. now we're seeing the pendulum swing back. Local is the future.
Here's what to expect:
- Within 12 months: Models equivalent to today's best cloud models (Opus 4.8 level) will run on consumer laptops
- Private company brains: Businesses will run local AI with client data, completely isolated from the cloud
- Regulated environments: Local AI will become standard in healthcare, finance, government, and other regulated industries
- Always-available agents: 24/7 background agents running at $0, handling tasks while you sleep
- Hybrid workflows: Seamless switching between local (private) and cloud (performance) modes based on the task
The companies and individuals who learn these skills now. setting up local AI, understanding model selection, building private agent workflows. will have a massive advantage as this technology matures.
Frequently Asked Questions
Do I need a powerful computer to run Hermes locally?
It depends on the model you want to run. For the full Hermes Agent experience (64K context), you'll want at least 16GB of RAM, though 32GB+ is recommended for comfortable performance with 30B parameter models. For simpler tasks with smaller models, 8GB can work.
Is it really free?
Yes. Once you download a model, there are no per-token charges, no subscriptions, and no API costs. Your only costs are electricity and the initial hardware.
Can I use Hermes locally on Windows?
Yes. Ollama supports Windows, macOS, and Linux. The Hermes desktop app is also available for multiple platforms.
What happens if my computer is too slow for a model?
You can always download a smaller model. Start with something your hardware can handle, and upgrade later if needed. It's fine to experiment. download, test, delete, and try different models until you find the right balance.
Do I need to be technical to set this up?
Basic terminal/command line knowledge helps, but Ollama and the Hermes desktop app have made the process much more accessible. If you can follow step-by-step instructions, you can get this running.
Can I run Hermes locally and still use cloud models?
Absolutely. In fact, that's the recommended approach. Use local models for private/sensitive work and cloud models when you need peak performance. Hermes supports switching between models.
What about running this on a phone?
The video mentions that running Hermes on a phone from anywhere is possible with a locally hosted setup, though it requires additional configuration beyond the scope of the basic desktop setup.
Conclusion
Running Hermes Agent locally with Ollama isn't just a technical exercise. it's a essentially different relationship with AI. Instead of renting intelligence from a company, you own it. Instead of trusting that your data is safe, you know it is. Instead of paying per token, you pay nothing.
The setup is straightforward: install Ollama, download a model that fits your hardware, connect it to Hermes, and start working. The trade-offs are real. local models are about a year behind the frontier, and they require capable hardware. but for many use cases, the benefits of privacy, cost savings, and unlimited usage far outweigh the limitations.
The future of AI isn't just in the cloud. It's on your desk, in your laptop, and entirely under your control.
Source: "Hermes + Ollama = Free Unlimited Coding AI" by Jack Roberts (29,030 views). Video transcript: 4,525 words across 629 segments.