Ollama
Muse Glimmer
> Note: Muse Glimmer is currently available via initial support via Ollama's MLX engine on Apple Silicon. Support for NVIDIA, AMD, and other platforms will be available in the coming days.
Muse Glimmer, Meta's newest open model and the first released by Meta Superintelligence Labs, is now available on Ollama. It's a 30B multimodal model purpose-built for agent workloads that run locally.
With Ollama, you can now use Muse Glimmer to power coding agent applications such as Claude Code, Codex, Pi and more, as well as long-running personal assistants such as OpenClaw and Hermes.
Ollama's MLX engine provides state-of-the-art performance on Apple Silicon for this model, with support for DFlash and image input as of Ollama 0.32.7.
To download and run Muse Glimmer locally:
ollama run muse-glimmer:30b-mlx
To run Muse Glimmer on Apple Silicon with Claude Code, download Ollama and run:
ollama launch claude --model muse-glimmer:30b-mlx
For a lighter-weight coding agent, try Pi:
ollama launch pi --model muse-glimmer:30b-mlx
For personal assistant frameworks such as OpenClaw and Hermes, use:
ollama launch openclaw --model muse-glimmer:30b-mlx
ollama launch hermes --model muse-glimmer:30b-mlx