Meta Releases Muse Glimmer, an Apache 2.0 Licensed 30B-Parameter Open-Weight Model for Local AI Agents
Meta introduces Muse Glimmer, a 30-billion-parameter open-weight AI model under Apache 2.0, optimized for autonomous agent workflows on consumer hardware, enhancing accessibility and privacy for advanced AI applications.
Meta has unveiled Muse Glimmer, a 30-billion-parameter open-weight model specifically engineered for local, always-on agent workflows, allowing sophisticated AI agents to operate directly on consumer hardware. Released under the highly permissive Apache 2.0 license, Muse Glimmer marks a significant shift in Meta's open-source strategy, providing unrestricted commercial use, modification, and redistribution. The model is designed to deliver strong performance on key agentic use cases and benchmarks, making advanced autonomous AI more accessible to developers and end-users.
1. A Strategic Return to Permissive Open Source
Muse Glimmer represents Meta's first fully open-source model release since the Llama 4 family, and notably, it comes with a more permissive Apache 2.0 license than any prior Llama model. The Llama series, while open-weight, utilized a bespoke community license that garnered criticism for restrictions, including a 700-million-monthly-user cutoff. The adoption of the Apache 2.0 license for Muse Glimmer eliminates such limitations, promoting unrestricted commercial use, modification, and redistribution of the model weights. This move aligns with Meta's long-standing tradition of sharing fundamental AI research and extending its commitment to open AI into the realm of agentic AI. Mark Zuckerberg, Meta's co-founder and CEO, affirmed the company's strong support for open source in a post on X, announcing the local, 30B-parameter model release.
2. Architected for Autonomous Agent Workflows
Developed by Meta Superintelligence Labs, Muse Glimmer is a dense causal transformer with approximately 29.6 billion total parameters across 52 layers. It integrates a dedicated ~1.8-billion-parameter ViT-G/14 perception encoder, enabling the model to accept interleaved text and images for multimodal understanding and reasoning. This capability allows agents to interpret screenshots, charts, and documents alongside textual conversation.
The model is purpose-built for autonomous agentic tasks, focusing on a sequence of operations an agent performs, such as formulating plans, calling tools, interpreting results, continuing work, and recovering from failures. Muse Glimmer demonstrates strong success rates on full-task benchmarks including DeepSearch QA, MCP-Atlas, τ-Bench, and SWE-Bench, which assess its ability to operate within various scaffolds, write and debug code, and manage multi-turn requests. It supports a wide range of function calls with precise schemas and can chain reasoning over long horizons, maintaining coherent plans throughout complex, extended workflows. The model also offers controllable effort settings (low, medium, high, and xhigh) through the system prompt, allowing applications to adjust reasoning intensity per task. Muse Glimmer supports over 100 languages and has a stated context length of 131,072 tokens or more, with a knowledge cutoff of January 4, 2026.
3. Optimized for Consumer Hardware Performance
A central aspect of Muse Glimmer's design is its optimization for local deployment on consumer hardware, such as high-end Macs and PCs equipped with performant GPUs. While a 30-billion-parameter model typically requires over 55 GB of memory at full precision (BF16), exceeding most single consumer GPUs, Meta has employed quantization techniques to compress the language model's weights to under 20 GB. This compression, validated to introduce minimal to no degradation on agentic tasks, allows the model to fit within a 24 GB or 32 GB memory envelope, accommodating the KV cache, perception encoder, and a companion speculative-decoding model. Unsloth, a local-runtime partner, states that Muse Glimmer 30B can run locally on 18GB RAM/VRAM setups.
To enhance generation speed, Muse Glimmer includes a lightweight "drafter" model based on DFlash, which uses speculative decoding to propose entire blocks of tokens simultaneously for the main model to verify in parallel. This optimization significantly boosts performance, with Meta reporting speeds of up to 233.4 tokens per second on an RTX 5090 with DFlash enabled, compared to 74.9 tokens per second without it. On Apple Silicon, reported speeds include 37.8 tokens per second on an M4 Max and 50.2 tokens per second on an M5 Max, both with DFlash. Meta is actively collaborating with partners including AMD, Arm, Dell, Intel, and Nvidia to further optimize performance across various devices.
4. Availability and Ecosystem Integration
The model weights for Muse Glimmer are immediately available for download on Hugging Face. Meta has also announced that support will roll out rapidly across a broad ecosystem of popular tools and platforms. This includes local inference solutions like Ollama, LM Studio, and Unsloth, as well as edge frameworks such as llama.cpp, MLX, and ExecuTorch, with optimized integrations expected in the coming days. For scaling deployments, partners like vLLM, SGLang, Together AI, Fireworks AI, and OpenRouter will offer support. Developers can also leverage PyTorch's TorchTitan for fine-tuning Muse Glimmer for specific use cases. Meta has published developer documentation, including guidance on setting up custom agent scaffolds, to facilitate rapid building and deployment of personal agents.
5. Implications for Developers, Privacy, and Accessibility
The local deployment capability of Muse Glimmer offers several significant advantages for users and developers. It enables AI applications to function anywhere, anytime, with or without an internet connection, bypassing reliance on cloud infrastructure. This removes concerns related to network availability and per-token API charges, although hardware, electricity, deployment, and management costs remain. Crucially, running agents locally enhances user privacy and data control, as sensitive data can remain on the device rather than being transmitted to remote servers. Meta has trained Muse Glimmer to prioritize safety, aiming to minimize oversharing, resist prompt injection, and respect information boundaries. While benchmarks show strong utility, results on privacy (CI Memories: 26.4 against Gemma's 12.1) and prompt injection (Siren AgentDojo: 28.4% attack success rate) indicate areas for continued attention in agentic safety.
Muse Glimmer's release under the Apache 2.0 license, combined with its agentic capabilities and local deployment focus, empowers developers to build and deploy advanced AI solutions with greater flexibility and control. It supports a wide array of privacy-aware applications, including local coding, document analysis, personal assistants, and LLM-as-a-judge evaluations. This move by Meta is positioned to accelerate innovation in the agentic AI space by making powerful, customizable AI agents more widely accessible.
Frequently Asked Questions
What is Muse Glimmer?
Muse Glimmer is a 30-billion-parameter open-weight AI model from Meta Superintelligence Labs, optimized for running autonomous AI agents locally on consumer hardware like Macs and PCs. It supports multimodal inputs, including text and images, and is designed for complex, multi-step agentic tasks.
What are its hardware requirements?
Muse Glimmer requires consumer hardware with performant GPUs, ideally 24 GB to 32 GB of dedicated VRAM. While the core language model weights are compressed to under 20 GB using 4-bit quantization, additional memory is needed for components like the KV cache, perception encoder, and speculative decoding drafter.
What makes its license significant?
Muse Glimmer is released under the Apache 2.0 license, a highly permissive open-source license. This allows for unrestricted commercial use, modification, and redistribution of the model, a departure from the more restrictive community licenses previously used for Meta's Llama models.
Can Muse Glimmer process images and text?
Yes, Muse Glimmer is a multimodal model. It includes a dedicated ~1.8-billion-parameter ViT-G/14 perception encoder that enables it to accept and reason over interleaved text and images, allowing agents to interpret visual information like screenshots and charts alongside text.
What are the benefits of running Muse Glimmer locally?
Running Muse Glimmer locally offers enhanced privacy and data control, as processing occurs directly on the user's device without requiring cloud infrastructure or network access. It also eliminates per-token API charges and ensures availability anytime, anywhere, regardless of internet connectivity.
Sources
* Meta returns to open source with Muse Glimmer, an Apache 2.0 licensed 30B parameter AI model optimized for agents — available now | VentureBeat * Introducing Muse Glimmer: An Open Agentic Model That Runs on Your Device * Meta is back with Muse Glimmer: local, agentic, multimodal, and open source * Mark Zuckerberg announces Meta's new AI model Muse Glimmer. | Yahoo Finance * You Can (Maybe) Run Meta's Latest AI Model Locally on Your Computer - Lifehacker * meta-models/Muse-Glimmer-30B - Hugging Face * Muse Glimmer - Artificial Analysis * Muse Glimmer 30B: Is Meta's Local Agent Model Production-Ready? - Wavect * Muse Glimmer - How to Run Locally | Unsloth Documentation * Meta releases Muse Glimmer 30B - a new open model : r/unsloth - Reddit * Run Meta Muse Glimmer 30B on AMD Ryzen™ AI Max Agentic PCs and Radeon ™ GPUs * Muse Glimmer - LM Studio * Muse Glimmer Evaluation Methodology - Meta AI Research * Meta releases open weight Muse Glimmer model with open Muse Spark 1.2 on tap | Constellation Research
Share