Meta releases Muse Glimmer, a 30-billion-parameter open-weight AI model built for running autonomous agents on consumer hardware. The model is designed for “always-on” workflows that involve planning, tool use, interpreting results, and recovering from failures, with support for multimodal inputs including interleaved text and images.

A key aspect of the release is licensing: the model weights are provided under the permissive Apache 2.0 license. Multiple sources note this is a more openly permissive approach than earlier restrictions associated with Meta’s Llama licensing history. Glimmer weights are available on Hugging Face, and Meta says support is rolling out across local and server runtimes such as Ollama, LM Studio, vLLM, SGLang, and others, with additional optimized integrations expected soon.

The articles also describe how Meta makes local deployment feasible. Full-precision weights require more memory than typical consumer GPUs, so Meta provides quantized variants targeted at 24GB–32GB setups and uses a speculative-decoding “drafter” to reduce generation latency. The releases are positioned within a growing local-model ecosystem, with sources comparing Glimmer’s agent-focused performance and safety evaluations against other open-weight models, while emphasizing that costs and operational trade-offs shift from cloud pricing to local hardware and management needs.