2026-08-11 11:46 UTC
DANGMUAAI & Developer Tools, Decoded
BackAI Models

Meta's Muse Glimmer: A 30B Local Agent Model for Your GPU

Meta shipped a 30B open agent model on Aug 10, sized for a single consumer GPU under Apache 2.0 — specs, framework support, and what to test first.

DangMua EditorialAug 11, 20263 min read
Meta's Muse Glimmer: A 30B Local Agent Model for Your GPU

Meta released Muse Glimmer on August 10th, a 30-billion-parameter open model built to run local AI agents entirely on consumer hardware, with weights posted to Hugging Face under an Apache 2.0 license.

What makes Glimmer different

The 7B and 13B open models that filled Ollama's library over the past couple of years were solid text generators but weak agents: multi-step reasoning fell apart, tool calls failed halfway through, and context from earlier steps got lost. According to the release notes shared alongside the model, Glimmer is a simplified, efficiency-focused derivative of Meta's larger Muse Spark 1.2, purpose-built for "always-on" agentic workflows — the kind that need to keep running continuously on a personal machine rather than answering one prompt at a time.

The specs

  • 30B parameters, with a quantized memory footprint of 18-20 GB — within reach of current high-end consumer GPUs
  • Handles interleaved text and images (screenshots, documents, mixed content) across 100+ languages
  • Native support for Ollama, LM Studio, llama.cpp, MLX, vLLM, and SGLang — the frameworks local-AI users already run
  • Meta is working with AMD, Arm, Dell, Intel, and NVIDIA on hardware-specific performance tuning

Why now

Glimmer didn't launch alone. Meta paired it with a 14-page essay from Mark Zuckerberg, "The Future Is for Everyone," arguing against AI capability staying locked inside a handful of companies, and confirmed that weights for the larger Muse Spark model are coming too. The timing lines up with pressure from Chinese labs — Moonshot's Kimi K3, Alibaba's Qwen3.8-Max, and DeepSeek's V4-Flash — reportedly shipping performance that rivals closed US frontier models, with open weights consistently cheaper to run at scale.

Is it worth running

For a homelab or self-hosted setup already running local models, Glimmer is one of the first aimed squarely at unattended agent workflows rather than chat. That's a different bar than the "local chatbot" models it replaces on the shelf: a memory footprint under 20GB puts it on a single high-end consumer GPU, and drop-in support for existing tooling means no new inference stack to learn. Whether it holds up on real multi-step tasks — not just benchmark scores — is the open question worth testing before committing a rig to it.

What to watch next

Meta has not yet published a release date for the larger Muse Spark weights referenced alongside Glimmer. Anyone evaluating it for a self-hosted agent pipeline should benchmark it against actual multi-step workloads — file organization, scheduling, tool chains — rather than relying on spec-sheet comparisons alone.

More from DangMua