# Ollama v0.32.7 - Product: Ollama (https://whatsnew.fyi/product/ollama) - Vendor: Ollama - Date: 2026-08-10 - Version: v0.32.7 - Original notes: https://github.com/ollama/ollama/releases/tag/v0.32.7 - Permalink: https://whatsnew.fyi/product/ollama/releases/v0.32.7 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Muse Glimmer, a 30B multimodal model from Meta Superintelligence Labs, is now available on Ollama with initial support via the MLX engine on Apple Silicon - **added** — Support for DFlash and image input for Muse Glimmer on Apple Silicon ##### Muse Glimmer > Note: Muse Glimmer is currently available via initial support via Ollama's MLX engine on Apple Silicon. Additional support and optimizations for Apple Silicon, 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: ```bash ollama run muse-glimmer:30b-mlx ``` To run Muse Glimmer on Apple Silicon with Claude Code, [download Ollama](https://ollama.com/download) and run: ```bash ollama launch claude --model muse-glimmer:30b-mlx ``` For a lighter-weight coding agent, try [Pi](https://pi.dev): ```bash ollama launch pi --model muse-glimmer:30b-mlx ``` For personal assistant frameworks such as OpenClaw and Hermes, use: ```bash ollama launch openclaw --model muse-glimmer:30b-mlx ``` ```bash ollama launch hermes --model muse-glimmer:30b-mlx ```