AI News Today
← All episodes
Episode 111 · August 12, 2026 · 12:27

Magnitude AI: FREE Local Agent Just Dropped

Magnitude AI: The Free Local Agent That Changes Everything

Magnitude AI is a fully open-source, local agent that runs on your machine without API keys or token costs. Learn how to set up this zero token engine to handle private data and automate tasks securely.

Full transcript

Magnitude AI, free local agent just dropped. So Magnitude just dropped and it's a free AI agent that runs 100% on your computer locally. So that means no API keys, no token costs, no rate limits and nothing you type ever leaves your machine. It launched on August the 8th and it's fully open source under Apache 2.0, which means anyone can use it for free forever, even for business.

It's built by Tom Greenwald and his team at Magnitude. They went through Y Combinator's summer 2025 batch and the line Tom used at launch says, as he always said, today's agents are local but the model isn't. Every prompt, every file, every secret gets sent straight to Anthropic and OpenAI. So if you think about that for a second, you've got AI agents sitting in your terminal, on your desktop, in your apps.

They feel local but every single thing you ask them travels to a server owned by someone else. Your client list, your contracts, any questions you have, your private notes, all of it leaves your computer. Magnitude actually flips out. So the model itself lives on your laptop.

The whole stack runs on your machine. You could pull out your wi-fi cable and it would still work. Now here's what most people miss about this and it's the reason this launch matters more than it looks. Running AI models on your own computer has obviously been possible for a while but it's been painful.

Magnitude just removed the pain and I'll show you exactly how in a second because the way they did it is genuinely clever. But first, let me give you the framework for this whole setup. I call it the zero token engine and here's what that means. So every cloud AI you use today runs on tokens.

Tokens are the little chunks of text, the AI reads and writes. And with cloud AI, every token costs or counts against your limits. You hit rate limits, you hit usage caps, you get that message saying come back in five hours. Your whole workflow depends on someone else's meter.

A zero token engine has no meter. The model runs on hardware you already own. So you can ask it like a thousand questions, ask it 10,000 tomorrow, run it all night. The cost is the same as leaving your laptop on.

Zero tokens build, zero keys needed, zero limits. And magnitude is one of the cleanest zero token engine systems that anyone's shipped so far because it's the full package in one piece. The agent, the models, and the engine that run the models all in one install. So the old way looked like this.

You wanted local AI, so you installed a separate tool to run models. Something like for example Olama. Then you had to figure out which model your computer could actually handle. Nobody told you.

You just checked models out and hoped. Then you had to connect that model server to an agent tool. Then you had to keep both running and hope they talk to each other properly. Most people gave up at step two and I actually don't blame them.

The new way is one command. So you can type npm install, then the word magnitude, and you're in. Magnitude looks at your computer's hardware, your chip, your memory, and it tells you exactly which models will run well on your exact machine. Then it gives you four simple choices.

Best, quality, balanced, fastest, or lightweight. And you can pick one and then it gets the local model for you and sets everything up for you. Now some people might ask what's different from just using Olama with a local model. So with this you don't actually have to configure and manage a separate inference server.

It's built into the agent and spun up and down as you use it. It curates models based on your exact hardware and the agent itself is built around local models and corrects some of their failures. And that last part matters a lot and almost nobody's talking about it. So local models are smaller than the giant cloud models.

Smaller models make more mistakes. So the magnitude team built the agent to catch and fix those mistakes as it works. The harness props the model up. And that's really the difference between local AI being a tool and local AI actually being useful.

Quick pause here if you're watching this thinking okay local agents, private AI, this sounds powerful but I have no idea where to start. That's exactly what we do inside the AI Profit Boarding. I've helped over 3,800 business owners in there and plenty of them never touched AI before joining. Inside you get the Agent OSR system where you can plug in all of your agents into one dashboard.

You get the zip file, 30-day roadmap for setting up, video tutorials and daily updates as we improve it. Plus four coaching calls every week where you can ask questions live about your agent setup. So when a tool like Manitou drops you're not figuring it out alone. Link in the comments description or go to the aiprofitboard.com.

So what can you actually do with Magnitude once it's running? This is where it gets practical. So out of the box you can use your computer shell, edit files, run scripts in plain English. You can look at your files, change them, organize them and do repeated tasks for you.

And then you add skills. So skills are like apps for your agent. Little add-on abilities and there's a whole directory of them at skills.sh run by Facel. One command adds a skill.

So for example you could add the Excel skill and Manitou can read and build spreadsheets. If you add for example the PowerPoint skill it could build slide decks, word documents, PDFs. You can read them, fill them and create them. And there's even a browser skill from Facel that lets it drive your logged in browser.

Now think about what private plus spreadsheets actually means. Your numbers are the most sensitive thing in your business. For example client data, the stuff you would never paste into an agent. With Manitou 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. If you keep a journal or notes about your team or ideas you're not ready to share, a local agent can search them, summarize them, organize them and it all stays on your laptop. Same with your files.

If you have a folder with your downloads, Manitou can sort it. So if you've got like 10 years of scattered documents everywhere it could find things and organize them for you. It's kind of boring stuff but it's the kind of boring that saves you hours every single week. Now here's a question you're probably asking right now.

What kind of computer do you need? Because everyone assumes you need some like monster machine for local AI. So someone actually asked what MacBook he'd recommend to Tom, one of the founders of Magnitude. He said ideally you want Apple Silicon, so any Mac from after 2020.

There's no hard minimum on memory but with about 32 gigabytes you can fit fairly capable smaller models like Quen 3.6, 35 A3B or the Gemma 4 models. So that's like a Mac from the last five or six years. Now it's not going to be like frontier level but you could run a basic agent on a local setup like that and it's free and it's private. So you don't need like a server rack, you don't need a gaming rig.

The laptop you're probably using day to day could run something like this and it works on Mac and Linux today. Windows works through WSL which is a way to run Linux inside Windows. Now let me show you the piece that makes all this work because this is the real story of Magnitude. It's the inference engine.

The inference engine is the part that actually runs the AI model. So it takes the model file and makes it think. Magnitude's team didn't, for example, like borrow one. They actually wrote their own in a programming language called Rust built on top of Llama.

So 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 home.

Magnitude's engine measures everything first so it calculates exactly how much memory a model needs before loading it. It checks the size of every room so nothing crashes and nothing gets stuck in theory. It also tunes itself for your specific hardware. There's a few things that sound small but change everything.

So if you run multiple agents at once, each one keeps its full memory of the conversation. If you switch between models, your tool keeps working the same way and if the agent is busy on a long task, you can still send it 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. And that's a part that we haven't really seen before.

Now let's be honest about the trade-offs because I don't want to hype this up too much. A local model on a laptop is not as smart as Claude or GPT running a data center. It's not even close. The frontier models are still like miles ahead on hard reasoning, long complex projects, heavy coding.

So if you need like the smartest possible answer, the cloud is always going to win. But here's the thing, most of your daily AI tasks don't need the smartest model on earth. If you're just summarizing, if you're sorting files, if you're drafting outlines, creating content, etc. A lot of that stuff, like a good small model, handles all of it fine.

Especially with a harness correcting its slip-ups. So the smart play isn't local versus cloud, it's local and cloud. Private stuff, repetitive stuff, always on stuff, local for free. And then the big thinking can run on like Fable 5 or GPT 5.6 or whatever frontier model you want to use.

You match the tool to the job. Which brings me to the three limiting beliefs I keep hearing from people who have kind of stopped or are avoiding using this sort of stuff. So belief number one, some people say I'm not technical so local AI isn't for me. This was true like a year ago but it's not true right now.

So magnitude is just like one install command and then it makes the technical choices for you. It picks the models, it manages the memory, it handles the setup. The entire point of a product is that you don't need to understand any of the machinery. If you can install an app, you can run this.

Belief number two is some people say free and local means weak and useless. The small models of 2026 are better than the big cloud models of like two years ago. So if you look at Kuen and Jemma models that fit on a normal Mac, they can read documents, they can build spreadsheets, they can write drafts and organize files. Weak is outdated information and outdated information is expensive because it keeps you paying for things that you could actually run for free.

Belief number three is AI moves too fast so just wait until it settles. But it's not going to settle. Magnitude shipped a feature the same day as some people are asking for actually. So the people running and winning right now aren't the smartest people.

They're the people with a system for learning each new tool as it lands instead of starting from zero every time. Waiting is much easier. It just makes the gap bigger though. So why does this launch actually matter?

What magnitude is the signal? I think a lot of people are done sending their private data to the cloud for every little task. Business owners want AI that actually works like their laptop works. You own it.

It's yours. Nobody meters it. Nobody reads your files etc. And then open source local agents also mean the price of AI labor on private tasks just went to zero.

So once a model is on your machine, every extra task costs nothing and that changes what you can automate. When something is free, you stop rationing it. You start letting it run all day. You let it check things, sort things, draft things constantly because there's no meter running.

And that's the zero token engine idea in one single sentence. When AI stops costing you per use, you stop treating it like a vending machine. Start treating it like an employee who never clocks out. So here's what I'd actually do this week if I were you.

If you've got a post 2020 Mac, install Magnitude, one command, let it profile your hardware and pick a model. Then give it one boring private job. Point it your messiest folder, have it organized it for example, 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. Learn the concepts now so you're ready when your next laptop runs this out of the box. And if you're running a business, start splitting your AI work into two buckets.

Private and repetitive can go local. Heavy thinking can go to the cloud. And the businesses to get this split right will run more automation for less than everyone around them. And if you want help doing exactly that, this is what the AI Profit Boarding was built for.

So we've got the agentic operating system, which is a dashboard where all your agents plug in together. You can plug in Chord, Hermes, OpenClaw, whatever agent tools you use. And it's built to add new agents like Magnitude as they drop. You get the zip file or video tutorial, 30-day roadmap, set it all up, and daily updates as we ship new versions.

We've helped loads of members build their own agent operating systems from scratch, including people who've never used AI before. And there are daily step-by-step tutorials. And when a tool like Magnitude lands, we break down whether it's worth your time and exactly how to slot it into your stack. And you also get four weekly coaching calls where you can ask questions about your local agent setup live.

There's over 3,700 business owners inside there. You also get a prompt library so you can find people near you as well inside the map who are running the same tools. And you can get support 24-7 because there's always people online 24-7 who are ready to help you. Link in the comments description or go to the AIProfitBoarding.com.

Here's where I'll leave you. For three years using AI meant renting intelligence from a handful of big companies. Every question you asked passed through their servers and their meters. Magnitude is one of the first serious signs the era is ending.

The intelligence is moving onto your machine. It's becoming something you own like your laptop or your phone for free, private, and always on. The people who understood that shift early get to build with free AI tools whilst everyone else is watching their usage limits. And honestly, that window is open right now.

I'll see you in the next one.

More episodes

Browse all episodes →