# Ollama v0.32.8 - Product: Ollama (https://whatsnew.fyi/product/ollama) - Vendor: Ollama - Date: 2026-08-10 - Version: v0.32.8 - Original notes: https://github.com/ollama/ollama/releases/tag/v0.32.8 - Permalink: https://whatsnew.fyi/product/ollama/releases/v0.32.8-rc0 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** — Add Muse Glimmer support for NVIDIA, AMD, and additional platforms ##### 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: ```bash ollama run muse-glimmer ``` To run Muse Glimmer with Claude Code, [download Ollama](https://ollama.com/download) and run: ```bash ollama launch claude --model muse-glimmer ``` For a lighter-weight coding agent, try [Pi](https://pi.dev): ```bash ollama launch pi --model muse-glimmer ``` For personal assistant frameworks such as OpenClaw and Hermes, use: ```bash ollama launch openclaw --model muse-glimmer ``` ```bash 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