Local execution is central to the design. Many agentic tasks require access to personal information, including files, messages, schedules and other user context. Rather than requiring those workloads to run through cloud infrastructure, Meta designed Glimmer so developers can build agents that process information on the device and continue operating without an internet connection.
That approach required Meta to balance model capability with the limitations of consumer hardware. At full precision, the company says a 30-billion-parameter model would need more than 55 GB of memory. Meta uses quantization to reduce Glimmer’s weights to roughly 4-bit precision, bringing the language model below 20 GB and leaving room for other components within a 24 GB or 32 GB memory envelope.
Those additional components include the model’s working memory, an encoder for visual information and a speculative decoding system intended to improve generation speed. Meta says its quantization produced minimal or no degradation on the agentic tasks it evaluated.
Glimmer was trained specifically around the requirements of longer-running AI agents. The model can execute multi-step tasks, make function calls using defined tool schemas and maintain plans across extended workflows. It is also trained to recover when a tool fails or produces an unexpected response, allowing the agent to diagnose the problem and try again instead of simply stopping.
The model supports multimodal inputs through a dedicated perception encoder, allowing it to process images alongside text. That means agents can work with material such as screenshots, charts and documents as part of a larger task. Glimmer was also trained on data covering more than 100 languages and supports adjustable reasoning levels that let developers trade additional processing for speed.
Meta evaluated the model on agentic and coding benchmarks including DeepSearch QA, MCP-Atlas, τ-Bench and SWE-Bench. The company says Glimmer performs competitively for its size class when compared with models including Gemma4-31B and Qwen3.6-27B.
Speed is another focus of the local deployment strategy. Glimmer ships with a lightweight companion model based on DFlash that predicts blocks of tokens before the main model verifies them. Meta says this speculative decoding approach increases generation speed without changing output quality.
In Meta’s testing, the technique increased decoding speed by 3.1 times on an RTX 5090, 1.8 times on an M5 Max and 1.5 times on an M4 Max when used with its K-Quant-17GB configuration. The company says those improvements make the model responsive enough for conversational and real-time agent interactions while remaining entirely on the user’s device.
Meta is also building a broader deployment ecosystem around Glimmer. Integrations with llama.cpp, MLX and ExecuTorch are expected in the coming days, while the company says the model will also be available through Ollama, LM Studio and Unsloth. Developers will be able to serve it using vLLM and SGLang or access it through providers including Together AI, Fireworks AI and OpenRouter. Meta is additionally working with AMD, Arm, Dell, Intel and Nvidia on hardware optimization.
The open release comes as Meta continues to distinguish between models it distributes publicly and systems it keeps under tighter control. Muse Spark, Meta’s more powerful closed model, remains available through paid access, while Glimmer can be downloaded, modified and run independently. Meta has also released Muse Code, a standalone coding assistant powered by Spark.
CEO Mark Zuckerberg expanded on that strategy in an essay titled “The Future is for Everyone,” published alongside the release. He argued that increasingly capable AI should be broadly distributed instead of concentrated within a small number of organizations. “Rather than centralizing superintelligence, we should distribute it,” Zuckerberg wrote. “This has the potential to begin a new era of personal empowerment.”
Zuckerberg’s vision includes personal agents capable of continuously helping users with areas including work, finances, relationships, hobbies and home management. Glimmer provides a technical foundation for part of that idea by putting an agent-focused model on hardware controlled by the user rather than requiring every interaction to run remotely.
Meta is not committing to the same approach for all of its future systems. The company plans to release a more powerful model internally known as Watermelon in the coming months, but Zuckerberg has not said whether it will be open or closed.
For now, Glimmer establishes a clearer version of Meta’s approach to local agentic AI: compress capabilities derived from a larger model into a system small enough for consumer hardware, then give developers access to its weights and the infrastructure needed to build on top of it.
This analysis is based on reporting from Meta.
Image courtesy of Meta.
This article was generated with AI assistance and reviewed for accuracy and quality.