Magnitude AI agent runs 100% on your own computer — no API keys, no token costs, no rate limits, and nothing you type ever leaves your machine. Here’s what it does, the hardware you actually need, and the honest trade-off nobody mentions.
Short answer
- Free and open source under Apache 2.0, launched 8 August 2026 — free forever, even commercially.
- One npm install: it profiles your hardware and picks a model for you.
- The agent corrects small models’ mistakes as it works — that’s what makes local AI usable.
- Not as smart as Claude or GPT. Send it private and repetitive work; keep the cloud for heavy thinking.
What Magnitude AI is
Magnitude is a free AI agent that runs 100% on your own computer. No API keys, no token costs, no rate limits, and nothing you type ever leaves your machine.
It launched on 8 August 2026, fully open source under Apache 2.0 — which means anyone can use it free forever, including commercially. It’s built by Tom Greenwald and his team at Magnitude, who went through Y Combinator’s summer 2025 batch.
The line Tom used at launch says it all: today’s agents are local but the model isn’t. Every prompt, every file, every secret gets sent straight to Anthropic and OpenAI.
Think about that for a second. You’ve got agents in your terminal, on your desktop, inside your apps. They feel local. But every single thing you ask travels to a server owned by someone else — your client lists, your contracts, your private notes, all of it.
Magnitude flips that. The model itself lives on your laptop and the whole stack runs on your machine. You could pull out your Wi-Fi cable and it would still work.
The zero token engine
Every cloud AI runs on tokens — the little chunks of text the model reads and writes. With cloud AI every token costs, or counts against a limit. You hit rate limits, you hit usage caps, you get the message telling you to come back in five hours. Your whole workflow depends on somebody else’s meter.
A zero token engine has no meter. The model runs on hardware you already own. Ask it a thousand questions today and ten thousand tomorrow, run it all night — the cost is the same as leaving your laptop on.
Magnitude is one of the cleanest versions of this anyone’s shipped, because it’s the full package in one piece: the agent, the models, and the engine that runs the models, all in one install.
🔥 Want this set up without the guesswork? Local agents and private AI sound powerful right up until you have to actually set one up. Inside the AI Profit Boardroom you get the Agent OS as a ready-to-install file, a 30-day roadmap, daily tutorials the same day new tools ship, and four live coaching calls a week where you share your screen and get unstuck. → Get access here
Why the setup used to be painful — and isn’t now
| The old way | Magnitude |
|---|---|
| Install a separate tool to run models | One install command |
| Guess which model your computer can handle | It profiles your chip and memory and tells you |
| Connect the model server to an agent tool | The engine is built into the agent |
| Keep both running and hope they talk | Spun up and down as you use it |
| Most people quit at step two | You pick from four options and go |
You run a single npm install for Magnitude and you’re in. It looks at your hardware, tells you exactly which models will run well on your specific machine, and offers four choices: best quality, balanced, fastest, or lightweight. Pick one and it fetches the model and sets everything up.
What’s different from just running Ollama?
Three things. You don’t configure or manage a separate inference server — it’s built into the agent. It picks models based on your exact hardware rather than leaving you to guess. And this is the one almost nobody is talking about: the agent is built around local models and corrects some of their failures.
Local models are smaller than the giant cloud ones, and smaller models make more mistakes. The Magnitude team built the agent to catch and fix those mistakes as it works. The harness props the model up.
That’s the difference between local AI being a tool and local AI actually being useful.
What you can do with it
Out of the box it can use your shell, edit files and run scripts in plain English — look at your files, change them, organise them, handle repeated tasks.
Then you add skills, which are like apps for your agent. There’s a whole directory of them at skills.sh, and one command adds one.
- Excel skill — read and build spreadsheets.
- PowerPoint skill — slide decks, Word documents and PDFs. It can read them, fill them and create them.
- Browser skill — drives your logged-in browser.
Now think about what private plus spreadsheets actually means. Your numbers are the most sensitive thing in your business — client data, the stuff you’d never paste into a cloud agent. With Magnitude you can hand your agent that spreadsheet and ask it anything, because the data physically can’t leave your machine. There’s no server on the other end. There’s nothing to leak.
Same with private notes. A journal, notes about your team, ideas you’re not ready to share — a local agent can search, summarise and organise them and it all stays on your laptop. Same with a downloads folder holding ten years of scattered documents. Boring stuff, but the kind of boring that saves hours every week.
What computer do you need?
Everyone assumes local AI needs a monster machine. Tom’s own recommendation is more modest than that.
- Apple Silicon ideally — any Mac from after 2020.
- No hard minimum on memory, but around 32GB fits fairly capable smaller models like Qwen 3.6 35 A3B or the Gemma 4 models.
- Mac and Linux today. Windows works through WSL, which runs Linux inside Windows.
So a Mac from the last five or six years. Not frontier level, but a working local agent, free and private. You don’t need a server rack or a gaming rig — the laptop you use day to day could probably run it.
If you’d rather wire a local model into an agent you already use, see the Hermes local model setup and the best open source models.
The engine is the real story
The inference engine is the part that actually runs the model — it takes the model file and makes it think. Magnitude’s team didn’t borrow one. They wrote their own in Rust, built on top of llama.
Here’s a simple way to picture what it does. Loading an AI model onto a computer is like moving furniture into a house. If you don’t measure first, the couch gets stuck in the doorway and everything jams. Most local AI tools just start shoving furniture in and hoping.
Magnitude’s engine measures everything first. It calculates exactly how much memory a model needs before loading it, and checks the size of every room so nothing gets stuck. It also tunes itself to your specific hardware.
- Run multiple agents at once and each keeps its full conversation memory.
- Switch between models and your tooling keeps working the same way.
- While the agent is busy on a long task you can still send new requests and it stays responsive.
In other words it doesn’t just run models — it runs them the way agents need them to run. That part we genuinely haven’t seen before.
The honest trade-off. A local model on a laptop is not as smart as Claude or GPT running in a data centre. It’s not even close. Frontier models are miles ahead on hard reasoning, long complex projects and heavy coding. If you need the smartest possible answer, the cloud wins — and anyone telling you otherwise is selling something.
Local and cloud, not local versus cloud
Most of your daily AI tasks don’t need the smartest model on earth. Summarising, sorting files, drafting outlines, creating content — a good small model handles all of that fine, especially with a harness correcting its slip-ups.
| Send local | Send to the cloud |
|---|---|
| Anything private or confidential | Hard reasoning and complex projects |
| Repetitive, high-volume jobs | Heavy coding |
| Always-on background tasks | Work you’d put your name on |
| File sorting and organising | Anything a client sees first |
Split your AI work into two buckets: private and repetitive goes local, heavy thinking goes to the cloud. The businesses that get that split right run far more automation for far less than everyone around them.
Three objections worth answering
“I’m not technical.”
This was true a year ago. It isn’t now. Magnitude is one install command and then it makes the technical choices for you — it picks the models, manages the memory, handles the setup. The entire point of the product is that you don’t need to understand the machinery. If you can install an app, you can run this.
“Free and local means weak and useless.”
The small models of 2026 are better than the big cloud models of two years ago. Qwen and Gemma models that fit on a normal Mac can read documents, build spreadsheets, write drafts and organise files. “Weak” is outdated information — and outdated information is expensive, because it keeps you paying for things you could run free.
“AI moves too fast, I’ll wait until it settles.”
It isn’t going to settle. The people winning right now aren’t the smartest — they’re the ones with a system for learning each new tool as it lands instead of starting from zero every time. Waiting is easier. It just makes the gap bigger.
What I’d actually do this week
- If you’ve got a post-2020 Mac, install Magnitude. One command. Let it profile your hardware and pick a model.
- Give it one boring private job. Point it at your messiest folder and have it organise the thing.
- Or hand it a spreadsheet you’d never upload to the cloud and ask questions about it.
- If your machine can’t run it, don’t force it — just understand the direction. Local, private, free agents are coming to every device.
- If you run a business, start splitting your AI work into the two buckets above.
The wider point: once a model is on your machine, every extra task costs nothing. When something is free you stop rationing it. You let it run all day — checking things, sorting things, drafting things — because there’s no meter running.
That’s the zero token engine in one sentence. When AI stops costing you per use, you stop treating it like a vending machine and start treating it like an employee who never clocks out.
Want help slotting it into your stack? The Agent OS in the AI Profit Boardroom is one dashboard where Claude, Hermes, OpenClaw and new tools like Magnitude all plug in together — with the install file, a 30-day roadmap, daily tutorials breaking down whether each new release is worth your time, and four coaching calls a week where you can ask about your local setup live. Start free with the free AI course and community or grab 200+ AI SEO prompts.
FAQ
What is Magnitude AI?
A free, fully open-source AI agent that runs entirely on your own machine — no API keys, no token costs, no rate limits. Released 8 August 2026 under Apache 2.0 by Tom Greenwald’s team.
Is Magnitude really free?
Yes. It’s Apache 2.0 licensed, so it’s free forever including for commercial use, and because the model runs locally there are no usage costs at all.
How do I install it?
A single npm install command. It then profiles your chip and memory, tells you which models will run well, and offers best quality, balanced, fastest or lightweight.
How is it different from Ollama?
You don’t manage a separate inference server, it picks models based on your exact hardware, and the agent is built to catch and correct the mistakes small local models make.
What hardware do I need?
Ideally Apple Silicon — any Mac from after 2020. There’s no hard memory minimum, but around 32GB fits capable smaller models like Qwen 3.6 35 A3B or Gemma 4.
Does it work on Windows?
Through WSL. Mac and Linux are supported natively today.
Is it as good as Claude or GPT?
No, and not close on hard reasoning, long projects or heavy coding. It’s genuinely good enough for summarising, sorting, drafting and organising — which is most daily work.
Is my data really private?
Yes — the model runs on your machine, so there’s no server on the other end. You could unplug your internet and it would still work.
What are skills?
Add-on abilities, like apps for your agent. There’s a directory at skills.sh and one command adds one — Excel, PowerPoint, and a browser skill that drives your logged-in browser.
The bottom line
For three years, using AI meant renting intelligence from a handful of big companies, with every question passing through their servers and their meters. Magnitude AI agent is one of the first serious signs that era is ending — the intelligence is moving onto your machine, free, private and always on. It won’t beat a frontier model on hard thinking, and it doesn’t need to. Send it the private, repetitive work, keep the cloud for the heavy lifting, and stop rationing the half of your workload that never needed a meter.
About Julian Goldie
I run Goldie Agency, a 7-figure SEO agency, and teach this daily on a 400K+ subscriber YouTube channel. 240+ client projects on Upwork at a 100% job-success score, 10+ years through every major Google update. My systems are in the AI Profit Boardroom; my link building book is free here.
