Meta's New AI Agent Is Free. Your Hardware Bill Isn't.
On August 10, 2026, Meta released Muse Glimmer, a free, 30-billion-parameter open-weight AI agent model you can download and run entirely on your own computer, no subscription, no per-token bill, no customer data sent to a cloud server. For a small business, that means real agent-grade automation, planning, tool use, document handling, without renting someone else's server. The catch: it needs roughly 32GB of memory to run smoothly, and the cheap hosted versions Meta promised were not live yet at launch.
For two years, running an AI agent has meant renting somebody else's brain, by the token, on somebody else's server. On 10 August 2026, Meta handed businesses the deed to their own.
What did Meta actually release on 10 August 2026?
Meta Superintelligence Labs shipped Muse Glimmer this morning: a 30-billion-parameter AI model, open-weight, licensed under Apache 2.0, free to download and run commercially with no permission needed from Meta. It reads images as well as text. It holds 128,000 tokens of context. And unlike a general chatbot, it was built specifically for agent work: planning a multi-step task, calling tools, checking its own output, and recovering when a step fails.
The weights are on Hugging Face. Day-zero support landed in Ollama, llama.cpp, vLLM, and Unsloth. Meta says optimized builds for AMD, Arm, Intel, and Nvidia hardware are coming "in the coming days," alongside listings on OpenRouter, Together AI, and Fireworks AI.
Here is the detail that matters more than the spec sheet: Muse Glimmer was distilled from Muse Spark, the same closed model Meta rents out through its paid Model API. Meta named Muse Spark as the teacher model in its own training notes. In plain terms, Meta took the brain businesses already pay to use by the token, compressed it, and gave a copy away.
Why should a small business care about a 30-billion-parameter model?
Because the number that matters for a business is not parameter count. It is what the model does with a tool in its hand.
Meta's own benchmark chart, numbers you should hold loosely because Meta published them itself, puts Muse Glimmer well ahead of the two other open models in its weight class on exactly the tasks an agent needs: reading a tool's output, deciding the next step, and not giving up when something breaks.
To be fair to the competition: Qwen 3.6 pulls back in front on tasks that lean on sustained terminal work and controlling a desktop, and it edges Muse Glimmer on SWE-Bench Verified by about a point, 77.2 to 76.0. A model that is honest about where it loses is a model worth trusting on where it wins. For a bookkeeping practice, a customer-support desk, or a scheduling agent, tool use and structured reasoning are the job. Clicking around a screen is not, yet.
Isn't a "free" AI agent just a marketing headline?
Fair question. Here is the honest answer: this one is not, and the contrast with Meta's own paid product proves it.
Four days before this launch, Meta's paid coding agent, built on the same Muse Spark family, was offering a discounted rate of roughly two cents a query on the condition that Meta could train on your code. That is the standard cloud AI deal: cheaper tokens in exchange for your data.
Muse Glimmer carries none of that. Apache 2.0 has no revenue clause and no list of excluded countries, a real restriction some other "open" model licenses still carry in the fine print. It is the same license Kubernetes ships under. Once you download the weights, there is no meter, no account, and no clause about reading your files. For a bookkeeping practice sitting on client bank statements, payroll runs, and VAT filings, that is not a technicality. It is the difference between a client's financial history sitting on a server you do not control and staying on a machine in your own office.

Can you actually run this today?
This is where the launch-day story gets honest, and where most coverage stopped short. The compressed build is roughly 21GB. Meta's own documentation says it is optimized for 24 to 32GB of consumer memory. A independent test from the channel Hyperautomation Labs put that claim on the exact minimum: a MacBook Pro with 24GB of memory.
The model loaded. Then the machine did not. Free memory fell from 57 percent to zero, the health-check log meant to fire every two seconds started arriving 11, then 30, then 62 seconds apart, and the mouse stopped responding. The tester hard-recovered and deleted the model. His conclusion, which matches the spirit of Meta's own "24 to 32GB" range: 24GB technically loads Muse Glimmer, but 32GB is the practical floor for a machine you still want to use for anything else at the same time.
| Your machine | What actually happens | What to do this week |
|---|---|---|
| 16GB Mac or PC | Muse Glimmer will not fit, full stop | Use a smaller quantized model (7B, 20B) for local coding help, or wait for a hosted listing |
| 24GB (the stated minimum) | Loads, but expect the machine to struggle under load, as the stress test above shows | Only run it with every other application closed, or treat it as a test, not daily infrastructure |
| 32GB and up (Mac or PC) | This is Meta's actual target user | Update to Ollama 0.32.7+, pull the MLX or GGUF build, and wire it into an agent harness |
| Single consumer GPU, 24-32GB VRAM (e.g. RTX 5090) | Meta claims up to 3x the speed via speculative decoding on this class of card | Follow AMD's or Nvidia's day-one guide before committing a workflow to it |
What about the cloud version Meta promised?
If your business does not own qualifying hardware, the launch post says you can rent Muse Glimmer instead, through OpenRouter, Together AI, Fireworks AI, Meta's own Model API, or Ollama Cloud.
As of the hours after launch, none of them had it live. A live check of OpenRouter's full 400-model catalogue turned up only Muse Glimmer's paid siblings, not Glimmer itself. Together AI and Fireworks AI both returned a bare "not found" on the model page. Meta's own API, checked with a paid key, listed three models, none of them Glimmer. Ollama Cloud's 16-model catalogue had no Glimmer either. Zero routes live out of five, hours after the announcement.
That will change within days, not months, models this well covered rarely stay unhosted for long. But it means the honest answer for a business without a 32GB machine or a serious GPU, today, is: not yet. Plan for it, do not build on it this week.
How to actually put a local AI agent to work, step by step
- Check your hardware against the table above. If you are on 32GB or more, or a single GPU with 24GB+ of VRAM, you qualify today. If not, this is a "watch and wait" item for your business, not a "do it this afternoon" one.
- Install Ollama 0.32.7 or later. Earlier versions cannot pull the model; this tripped up even the reviewers testing it on launch day.
- Pull the model and pick one narrow task first. Do not aim Muse Glimmer at "run my whole back office." Aim it at one job: reading a folder of bank statement PDFs and drafting a month-end reconciliation summary, or triaging a client email inbox into "needs a human today" and "can wait."
- Wire it into an existing agent harness rather than building your own loop from scratch. Open-source options like OpenClaw and Hermes, and coding-agent tools like Claude Code or Codex, can already point at a local model instead of a cloud API.
- Keep a human signing off on anything that leaves the building, a reconciliation before it is filed, a reply before it is sent. A local model removes the data-privacy risk of the cloud; it does not remove the need for a review step while you are still learning what it gets wrong.
- If you don't have the hardware yet, set a calendar reminder for two weeks out and check OpenRouter or Ollama Cloud again. Hosted access is very likely to land fast, and it removes the hardware question entirely.
What you have after this
A week from now, you know whether your current machine even qualifies, and you have run one narrow task on it or found the smaller model that fits instead.
A month from now, one real, recurring piece of your back office, a reconciliation draft, an inbox triage, a first-pass document read, runs on a model you own outright, on a machine that never sends a client's bank statement anywhere.
Six months from now, when the next "free open model" launch shows up in your feed, you will know exactly which question to ask before you believe the headline: not "is it free," but "what does my hardware bill actually say."
Same practice. Same clients. A completely different question at the top of your to-do list.
What is Meta's Muse Glimmer?
Muse Glimmer is a 30-billion-parameter, open-weight AI model released by Meta Superintelligence Labs on August 10, 2026, under the Apache 2.0 license. It is built for agent work, planning tasks, calling tools, reading images, and recovering from failures, and it is small enough to run on a single consumer Mac or PC rather than a data center.
Can I run Muse Glimmer on a normal laptop?
Only if it has enough memory. Meta says the compressed build, about 21GB, needs 24 to 32GB of consumer hardware. An independent test on a 24GB MacBook Pro loaded the model but then the machine nearly froze under the load. 32GB or more is the realistic floor for daily use; 16GB machines cannot run it at all.
Is Muse Glimmer really free to use for a business?
Yes. It is licensed under Apache 2.0, which has no revenue clause and no restricted-country list, and Meta places no requirement to share your data or your usage in exchange for the weights. That is a real contrast with Meta's own paid Model API, which discounts pricing in exchange for training rights over your data.
How does Muse Glimmer compare to Google's Gemma 4 and Alibaba's Qwen 3.6?
On Meta's own published benchmarks, Muse Glimmer leads both rivals on agentic tool-use tasks like MCP Atlas (75.5 versus 54.2 and 62.5) and on SWE-Bench Pro. Qwen 3.6-27B pulls ahead on tasks that involve sustained terminal work and controlling a desktop, and edges Muse Glimmer narrowly on SWE-Bench Verified.
Do I need a subscription to run an AI agent for my business now?
Not necessarily. If your business has a Mac or PC with 32GB or more of memory, or a single consumer GPU with 24 to 32GB of VRAM, you can run Muse Glimmer locally with no subscription and no per-token cost. If you do not have that hardware yet, the hosted, pay-as-you-go versions on platforms like OpenRouter were not live at launch but are expected within days.
Find your first high-payback workflow.
See the SprintSources
- Introducing Muse Glimmer: An Open Agentic Model That Runs on Your Device (Meta AI Research)
- Muse Glimmer model page (Meta AI Developers)
- Meta is back with Muse Glimmer: local, agentic, multimodal, and open source (Hugging Face)
- Meta's Releases Muse Glimmer Local Model, Beats Google's Gemma4-31B On Most Benchmarks (OfficeChai)
- Meta's Free Agent Brain Launched Today, Here's Where It Breaks (24GB Mac Stress Test), Hyperautomation Labs (YouTube)
- ollama/ollama release notes: Muse Glimmer
- Meta Releases Muse Glimmer 30B Open-Weight Model (Digg, citing @AIatMeta thread)
Find your first high-payback workflow.
Book a free conversation or start with the fixed-fee Sprint.
Keep reading
You Don't Need a Dev Team to Build an AI Agent. Stripe Just Proved It.
Stripe built its company-wide AI agent, called Kai, with one engineer in one week by standing on an existing open-source agent framework instead of coding…
Front-office AIYour Quote Took Six Hours. It Should Take Six Seconds.
You can build a working AI quoting agent this week: point an AI coding assistant like Claude Code at your price list and a filled-in job sheet, and have it…
AI agentsYour Onboarding Bot Forgets Everything. This One Doesn't.
You can now build an AI onboarding agent for new hires without a developer, using a managed agent platform. LangChain launched Managed Deep Agents on August