Update Aug 10, 2026 tracked by Updatify
v0.32.8
Muse Glimmer
Muse Glimmer is now available on all platforms. Muse Glimmer can 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
To run Muse Glimmer with Claude Code, download Ollama and run:
ollama launch claude --model muse-glimmer
For a lighter-weight coding agent, try Pi:
ollama launch pi --model muse-glimmer
For personal assistant frameworks such as OpenClaw and Hermes, use:
ollama launch openclaw --model muse-glimmer
ollama launch hermes --model muse-glimmer
What’s Changed
- Add Muse Glimmer support for NVIDIA, AMD, and additional platforms
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.7…v0.32.8