Hermes Computer Use Automation (Background Mac Workflows 2026)

Julian Goldie — founder, AI Profit Boardroom
By Julian Goldie · 13 min read
Get The AI Profit Stack Join AIPB →
🎯 1,000+ done-for-you AI agent workflows 📅 5 live coaching calls / week with me 🛡️ 7-day refund + 30-day ROI guarantee 👥 3,000+ AI operators inside

Hermes Computer Use is the automation layer that finally turns a Mac into a background AI workhorse, and after building a few real pipelines on top of it I'm convinced this is how serious operators will run their machines in 2026. The agent operates your desktop the way you would — clicks, types, scrolls, drags — while you carry on with your own work on the same machine.

This article is the automation view of Hermes Computer Use. I'll cover the pipeline-building framework, the install, the prompting model I run, the live tests that exposed both the upside and the rough edges, and the multi-step workflows I've already stitched together.

🔥 Want my full Hermes Computer Use guide + 100 prompts? AI Profit Boardroom has the 100-prompt guide, 30-day roadmap, step-by-step SOPs, daily custom-video Q&A, and 4 weekly coaching calls with 2,900+ entrepreneurs. → Get inside

Why Hermes Computer Use Changes The Automation Game

Automation used to mean Zapier, Make, n8n, or some headless browser script that ran on a server. Those tools are still useful but they hit a wall the moment your workflow needs to touch a native desktop app that doesn't expose an API.

Hermes Computer Use breaks that wall. The agent operates apps the way a human does — by looking at the screen and clicking buttons. That means any app on your Mac is suddenly automatable, even if it has no API and no integration on any automation platform.

The other shift is parallelism. Most automation tools run on a server you don't see. Hermes runs on your own machine, in the background, while you're using it. You and the agent are a two-operator team working the same desktop in parallel. The cursor doesn't move on you. The focus doesn't jump. The agent is just quietly doing work next to you.

What Hermes Computer Use Actually Is

Hermes Computer Use is a brand new free update to the Hermes Agent framework from Nous Research. It uses an MCP server to drive your Mac desktop. The agent reads the screen, identifies every interactive element, picks the right one, clicks, types, scrolls, and chains the next step.

The whole thing happens in the background. Your cursor stays where it is. Your active app doesn't change. You can keep typing in your terminal or your IDE while Hermes is in another app doing work for you.

It's currently Mac-only. It's free and open source. It works with any vision-capable AI model — Claude, GPT, Gemini, OpenRouter, or a local model.

Installation In One Terminal Command

The install is genuinely one line. Open your terminal and type hermes computer-use install. If you're already inside Hermes, you can paste the install instructions into the agent and watch it install itself. That meta moment is the first taste of what computer-use automation feels like.

After install, grant Accessibility permissions in System Settings under Privacy and Security. Allow Terminal (or whichever shell you launched Hermes from). Without this step, Hermes can't see the screen and the rest of the automation falls over.

Restart Hermes once. The Computer Use toolset appears ready to use. Run a basic prompt like "open Notes" to validate that the install is live.

The Goal-Oversee-Stack-Transform Framework

Automation engineers think in pipelines. Hermes prompts work the same way. The four moves that build reliable pipelines are these.

Goal. Hand the agent a full end-to-end outcome rather than micro-tasks. Bad: "click the new note button." Good: "open Notes, create a new note titled today's date, paste the contents of my clipboard into it, save it."

Oversee, don't operate. The whole reason you're automating is to step out of the operator seat. Watch the run. Correct only when something's off. Don't backseat-drive every click.

Stack any model. Hermes is model-agnostic. You can route different steps of a pipeline to different models. Reasoning-heavy steps go to Claude. High-volume routine steps go to a free OpenRouter model. Privacy-sensitive steps go to a local model.

Transform the output. Every pipeline run should produce a real artefact — a draft, a tagged file, an updated tracker. Pipelines that don't produce artefacts aren't pipelines, they're demos.

Live Test 1 — Background App Open

The simplest possible pipeline node. One prompt: "open Notes." Hermes opened the Notes app in the background. My cursor didn't move. My focus didn't shift. The app appeared, ready to use, in seconds.

This is the smoke test for any computer-use pipeline. If you can't open an app cleanly, nothing else stacks on top. Hermes passed.

Live Test 2 — Two-Skill Personalised Note

A two-skill pipeline. Prompt: "Open Notes app and create a new note journaling about the best ways you could help me save time day-to-day."

Hermes stacked Apple Notes plus Mac OS Computer Use and produced a complete personalised note with ten ideas in seconds. Inbox triage. Content research. AI SEO context capture. Personal knowledge capture. Second brain surfacing. The output read like a thoughtful colleague's notes, not generic AI filler.

This is the test that proved Hermes can chain skills inside a single pipeline run. Two skills, one prompt, clean artefact at the end.

Live Test 3 — The Long Pipeline Limitation

The big one. Prompt: "Go into Obsidian, organise my knowledge base, add details and context, add emojis and titles, organise folders, improve the knowledge graph."

The good sign was that Hermes asked permission before any destructive move. The guardrails fired correctly.

The honest finding is that long multi-step pipelines are slower than expected right now. I stopped the run after a few minutes. The lesson for automation engineers: scope pipelines to three-to-five steps for reliable runs, and chain shorter pipelines together rather than building one giant one.

Live Test 4 — Agent-To-Agent Pipeline

The meta pipeline. Codex hit a token limit so I swapped the backing model to Kimi K2.6. Prompt: open a new terminal window, start another Hermes instance inside it, and say hello.

Hermes opened the new terminal. It started the second Hermes. It typed "hello." The second Hermes responded back: "Hey Julian, what are we working on today?"

That's an agent-to-agent pipeline running on a single Mac with zero manual intervention. The implication for automation is huge — you can chain agents into multi-stage pipelines where each agent handles its specialism and hands the output to the next.

Watch The Full Automation Demo

The walkthrough above is the automation-focused demo — multi-app workflows, pipeline stacking, and the patterns I've found most reliable in production use. Watch it before you build your first pipeline.

Best Models For Pipeline Work

The agent works with any vision-capable model. Text-only models will not work because screenshots are how the system identifies buttons.

Claude. My default for reasoning-heavy pipeline steps where nuance matters.

OpenRouter. The pipeline-friendly layer because you get 200+ models behind one API key — useful when you want different steps using different models.

OpenAI GPT-5.4 or Codex. Solid for general pipeline work, with the caveat that Codex burns tokens fast on computer-use sessions.

Local models — Gemma 4 via Ollama or LM Studio. Perfect for privacy-sensitive pipelines where data can't leave your machine.

Skip text-only models. No vision means no computer use.

Token Efficiency For High-Volume Pipelines

Computer-use sessions take a screenshot at every step. Token usage adds up fast. Codex actually hit its token limit during my testing, which is a useful early warning for anyone planning to run pipelines at volume.

The fix is to route high-volume steps through free APIs. Step 3.5 Flash on Nous Portal is currently free and fast enough for most computer-use moves. OpenRouter has free models too. Save premium tokens for reasoning-heavy steps and run the routine clicks through the free tier.

This is the single biggest leverage move for anyone running pipelines at scale. The tool is free. The model is the cost. Choose strategically and your monthly bill stays near zero.

Pipeline Patterns Worth Copying

Five pipeline patterns I've already built on top of Hermes Computer Use.

Inbox triage pipeline. Read inbox → identify replies needed → draft replies → drop into Drafts folder → notify me. One prompt, full run, fifteen seconds.

Content capture pipeline. Open voice notes → transcribe → summarise → drop into Obsidian → tag with project. Five steps, one prompt, runs in the background while I'm on calls.

File organisation pipeline. Scan Desktop → classify by filename → move to project folder → rename in consistent format → log the moves. Runs nightly at 11pm.

Meeting follow-up pipeline. Read meeting notes → extract action items → paste into project tracker → create follow-up tasks → email recap to attendees. Runs after every coaching call.

Agent-to-agent research pipeline. First Hermes finds source articles → second Hermes summarises each one → third Hermes synthesises into a position note → fourth Hermes drafts a tweet. Four agents, one queue, completely autonomous.

Comparison Table — Hermes Computer Use Vs Other Automation Layers

Tool Touches native Mac apps Background mode Free Permission guardrails Pipeline friendly
Hermes Computer Use Yes Yes Yes Yes Yes
Zapier API-only N/A Limited free N/A Yes
Make API-only N/A Limited free N/A Yes
n8n API-only N/A Self-host free N/A Yes
OpenClaw Yes Partial Yes Weaker Yes
Native Apple Shortcuts Yes Yes Yes Strong Limited AI

The difference is the native-app column. Zapier, Make, and n8n stop the moment a workflow needs to touch an app that doesn't have an API. Hermes doesn't have that limit because it operates apps the way a human does.

🚀 Free SEO Strategy Session — Goldie Agency Want to pair Hermes Computer Use with real link building? Book a free strategy session with my 7-figure SEO agency (50-person team). → Book free session

Safety, Permissions And Pipeline Hygiene

Hermes Computer Use ships with multi-layer guardrails. Anything destructive — deleting files, sending emails, moving documents — requires explicit permission before the agent acts. That's the design choice that separates this from early computer-use tools that went off the rails inside ten minutes of testing.

Pipeline hygiene matters when you're stitching multiple steps together. Three rules I follow.

First, dry-run new pipelines on dummy data before pointing them at real work. Build the pipeline, run it on a test folder, watch what it does, then move to production.

Second, scope every pipeline to a clear stopping condition. Don't build infinite loops. Even agent-to-agent pipelines should have a max-step limit.

Third, log everything. Every pipeline run should leave a trail of what the agent did so you can audit later. Hermes does this by default, but make sure you're storing the logs somewhere you'll actually look.

Honest Limitations

Three things to be clear-eyed about.

Long pipelines are slower than expected. The Obsidian reorg I tried was at the edge of what's reliable today. Scope to three-to-five steps and chain shorter pipelines together.

Token weight on premium models. Screenshots aren't cheap. High-volume pipeline use on Claude or Codex can rack up costs. Route to free APIs for routine work.

Mac-only. Windows and Linux support will come. Not today.

None are deal-breakers. They're scope notes for pipeline design.

Automation Routine I Run Daily

Five pipelines running on my Mac right now. Total active prompting time is under ten minutes a day.

6am. Overnight inbox triage pipeline kicks off. By the time I'm at my desk, the day's important emails have draft replies sitting in Drafts.

9am. Content capture pipeline runs in the background while I do my first coaching call. Voice notes from earlier get transcribed and tagged into Obsidian.

12pm. File organisation pipeline runs over lunch. Desktop is tidy by the time I'm back at my keyboard.

3pm. Meeting follow-up pipeline runs after the afternoon block of calls. Action items are in the tracker, recap emails are drafted.

9pm. Agent-to-agent research pipeline runs overnight. By morning I've got five synthesised position notes ready for review.

That's roughly forty hours of operator work compressed into the time I spend prompting in the morning and reviewing in the afternoon.

Belief Shifts For Automation Builders

Four lies I hear from operators who haven't tried Hermes Computer Use yet.

"You can't automate native desktop apps." False. Hermes does it. I just showed you the tests.

"You'll need to be a developer to set this up." False. The install is one command and the prompts are plain English.

"It will break the moment my screen changes." False enough — Hermes reads the screen on every step rather than relying on cached selectors. Resilient to UI changes.

"I'm late to the party." Wrong. The feature dropped this week. Almost nobody is running pipelines on it yet. Genuine early-mover window.

FAQ — Hermes Computer Use Automation

Can Hermes Computer Use replace Zapier?

For workflows that touch native Mac apps without APIs, yes. For pure SaaS-to-SaaS integrations, Zapier is still the right tool.

Is it actually free?

Yes. The tool is free and open source. You only pay for the model API calls if you use a paid model. Free models work fine for most pipelines.

Does it work on Windows?

Not yet. Mac-only.

How do I install it?

One command: hermes computer-use install. Then grant Accessibility permissions. Five minutes total.

What if I haven't installed Hermes Agent yet?

Start with my Hermes Agent Installation Guide first.

Will pipelines disrupt my work?

No. Background mode means your cursor doesn't move and your focus doesn't change.

Which model should I use for pipelines?

Step 3.5 Flash on Nous Portal for routine pipeline steps. Claude for reasoning-heavy moves. Mix them within the same pipeline.

Can Hermes pipelines run unattended?

Yes, with guardrails. Use permission scopes to prevent destructive actions during unattended runs.

How does it compare to OpenClaw?

Better guardrails and quieter background behaviour. See OpenClaw Computer Use comparison for the side-by-side.

Latest Updates

Also On Our Network

Related Reading

📺 Video notes + links to the tools 👉

🎥 Learn how I make these videos 👉

🆓 Get a FREE AI Course + Community + 1,000 AI Agents 👉

For automation builders, Hermes Computer Use is the missing layer that connects AI agents to every native Mac app — install it today, stitch your first pipeline this afternoon, and you'll never look at desktop automation the same way again.

Real wins from inside the AI Profit Boardroom

See all 3,000+ members →
AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot AIPB member win screenshot

What members are shipping right now

Real AI agents, real workflows, real revenue — built by AIPB members inside the community this week.

Member-built AI workflow Member-built AI agent Member-built automation
See what 3,000+ operators are building →

Ready to Build AI Agents That Actually Make Money?

Join 3,000+ entrepreneurs inside the AI Profit Boardroom. Get 1,000+ plug-and-play AI agent workflows, daily coaching, and a community that holds you accountable.

Join The AI Agent Community →

7-Day No-Questions Refund • Cancel Anytime

← Back to all posts