Ollama Release Notes
70 release notes curated from 1 source by the Releasebot Team. Last updated: Aug 11, 2026
- Aug 11, 2026
- Date parsed from source:Aug 11, 2026
- First seen by Releasebot:Aug 11, 2026
v0.32.8
Ollama adds Muse Glimmer support across platforms, bringing faster Apple Silicon performance with MLX and new DFlash and image input support. It can now power coding agents and long-running personal assistants, with expanded support for NVIDIA and AMD.
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-glimmerTo run Muse Glimmer with Claude Code, download Ollama and run:
ollama launch claude --model muse-glimmerFor a lighter-weight coding agent, try Pi:
ollama launch pi --model muse-glimmerFor personal assistant frameworks such as OpenClaw and Hermes, use:
ollama launch openclaw --model muse-glimmer ollama launch hermes --model muse-glimmerWhat's Changed
Add Muse Glimmer support for NVIDIA, AMD, and additional platforms
Full Changelog: v0.32.7...v0.32.8
Original source - Aug 10, 2026
- Date parsed from source:Aug 10, 2026
- First seen by Releasebot:Aug 11, 2026
All of your release notes in one feed
Join Releasebot and get updates from Ollama and hundreds of other software products.
- Aug 10, 2026
- Date parsed from source:Aug 10, 2026
- First seen by Releasebot:Aug 11, 2026
v0.32.7
Ollama adds Muse Glimmer, Meta’s new 30B multimodal open model, for local agent workloads on Apple Silicon through its MLX engine, with support for coding agents and personal assistants and more platform optimizations coming soon.
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:
ollama run muse-glimmer:30b-mlxTo run Muse Glimmer on Apple Silicon with Claude Code, download Ollama and run:
ollama launch claude --model muse-glimmer:30b-mlxFor a lighter-weight coding agent, try Pi:
ollama launch pi --model muse-glimmer:30b-mlxFor personal assistant frameworks such as OpenClaw and Hermes, use:
Original sourceollama launch openclaw --model muse-glimmer:30b-mlx ollama launch hermes --model muse-glimmer:30b-mlx - Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Aug 6, 2026
v0.32.6
Ollama releases faster Qwen3.5 on Apple GPUs, OpenAI-compatible streaming improvements, better cloud-only model handling, TUI fixes, and updated MLX and llama.cpp engines. Experimental image generation was temporarily removed.
What's Changed
Qwen3.5 is faster on Apple GPUs: the MLX engine now uses the model's MTP head for speculative decoding automatically
/v1/chat/completions streaming now matches OpenAI's wire format: role only on the first chunk, finish_reason on its own chunk, and usage in a separate chunk with stream_options.include_usage.
Truncated OpenAI responses now report finish_reason: "length" instead of "tool_calls".
ollama run kimi-k3 now offers kimi-k3:cloud for cloud-only models that publish no default tag, instead of failing.
TUI fixes: pipe-delimited prose no longer renders as a table, Enter accepts the highlighted @ file completion, and /prompt scrolling is no longer laggy.
Experimental image generation has been temporarily removed. Continue using 0.32.5 for image generation support
Updated the MLX and llama.cpp engines.
Full Changelog: v0.32.5...v0.32.6-rc0
Original source - Aug 4, 2026
- Date parsed from source:Aug 4, 2026
- First seen by Releasebot:Aug 6, 2026
Similar to Ollama with recent updates:
- Anthropic release notes745 release notes · Latest Aug 11, 2026
- Obsidian release notes102 release notes · Latest Aug 7, 2026
- Perplexity release notes29 release notes · Latest Jul 27, 2026
- OpenClaw release notes239 release notes · Latest Aug 10, 2026
- xAI release notes205 release notes · Latest Aug 7, 2026
- Cursor release notes121 release notes · Latest Aug 6, 2026
- Jul 27, 2026
- Date parsed from source:Jul 27, 2026
- First seen by Releasebot:Jul 28, 2026
v0.32.5
Ollama fixes an MLX Metal bug that could reduce NVFP4 output quality, especially for Laguna models.
What's Changed
Fixed an MLX Metal bug that could reduce output quality for NVFP4 models, particularly Laguna.
Full Changelog: v0.32.4...v0.32.5
Original source - Jul 27, 2026
- Date parsed from source:Jul 27, 2026
- First seen by Releasebot:Jul 27, 2026
v0.32.5
Ollama ships an mlx update in the latest release candidate.
What's Changed
mlx update by @dhiltgen in #17397
Full Changelog: v0.32.4...v0.32.5-rc0
Original source - Jul 26, 2026
- Date parsed from source:Jul 26, 2026
- First seen by Releasebot:Jul 28, 2026
- Jul 25, 2026
- Date parsed from source:Jul 25, 2026
- First seen by Releasebot:Jul 26, 2026
v0.32.4-rc0: model: add Laguna MLX support (#17237)
Ollama adds Laguna MLX support for new XS and S 2.1 variants, smarter mixed quantization across dense and routed MoE layers, and faster Metal-backed expert handling. It also fixes routing and loading issues, improves prefill performance, and expands tests for parity and dispatch.
model: add Laguna MLX support
Add Laguna XS 2, XS 2.1, and S 2.1 support to the MLX model and create paths.
Read the source config to apply one quantization policy across dense and routed MoE layers. Keep the tied output head and router at source precision, quantize supported attention and expert projections, selectively promote sensitive expert down projections, and emit per-tensor metadata for mixed quantization blobs.
Correct dense expert loading, BF16 source-layout handling, expert global-scale shapes and dtypes, routing-score scaling, and mixed-precision expert dispatch. Gate/up and down projections select quantized or dense execution independently so promoted BF16 down projections do not force quantized gate/up weights through the dense fallback.
Optimize the forward pass with compatible gate/up fusion, sorted standard GatherMM and GatherQMM operations for larger prefills, model-local mlx.Compile closures for elementwise MoE work, and cache-backed 512-token prefill chunks. This keeps the implementation on maintained MLX operations without custom kernels.
Add focused tests for Laguna configuration variants, quantization policy and metadata, dense and routed expert loading, mixed-precision dispatch, compiled-versus-eager parity, fused projections, routing, and prefill chunking.
review comments and S 2.1 performance fixes
Address renderer/parser selection and mixed-precision expert quantization review feedback.
Keep Laguna weights resident on Metal to prevent repeated paging of its large, sparsely accessed expert buffers. Scope this policy to Laguna GPU execution.
Remove obsolete 512-token prefill chunking now that the runner's 2048-token path is faster.
review comments addressed
fix create
Original source - Jul 25, 2026
- Date parsed from source:Jul 25, 2026
- First seen by Releasebot:Jul 25, 2026
- Modified by Releasebot:Jul 26, 2026
v0.32.4
Ollama adds Apple GPU support via MLX, better speculative decoding quantization, and faster Qwen3 MoE decoding.
What's Changed
Support Laguna on Apple GPUs via the MLX engine
Quantize draft-model output heads at the requested type when creating speculative-decoding drafts.
Fixed Qwen3 MoE decoding for differently-quantized experts, plus faster packed gate/up projection (~4–9% on M5 Max).
Full Changelog: v0.32.3...v0.32.4
Original source - Jul 23, 2026
- Date parsed from source:Jul 23, 2026
- First seen by Releasebot:Jul 24, 2026
v0.32.3
Ollama fixes stalled model downloads and expands GPU, integration, and model support.
What's Changed
Fixed model downloads that stall before sending data.
Improved integrations: restored Claude Code Channels, fixed Anthropic thinking streams, and made Hermes Desktop respect --force-build.
Expanded GPU support with CUDA on Windows ARM64, B200 support through CUDA 12, and lower memory use on Linux CUDA/ROCm iGPUs.
Added chat, thinking, and tool calling support for Laguna 2.1 models, including a Metal inference fix.
Fixed GLM tool calls being silently dropped at the end of generation.
Updated the MLX and llama.cpp engines.
Full Changelog: v0.32.1...v0.32.3
Original source - Jul 23, 2026
- Date parsed from source:Jul 23, 2026
- First seen by Releasebot:Jul 24, 2026
v0.32.3-rc0: model: align Laguna with upstream llama.cpp (#17335)
Ollama updates llama.cpp, removes local Laguna code, and keeps legacy GGUF models loading.
Update llama.cpp to pick up upstream Laguna implementation and remove Ollama's local Laguna implementation. Retain a narrow Metal-only scaling workaround for routed-MoE prompt overflow.
Translate older Ollama GGUF attention-gate and SWA metadata names so existing models continue to load.
Original source - Jul 23, 2026
- Date parsed from source:Jul 23, 2026
- First seen by Releasebot:Jul 23, 2026
v0.32.3
Ollama ships an mlx update plus model and parser fixes in v0.32.3-rc0.
What's Changed
- mlx update by @dhiltgen in #17332
- model/parsers: finalize incomplete GLM tool calls by @dhiltgen in #17250
- docs: update retirements by @mxyng in #17289
- model: align Laguna with upstream llama.cpp by @dhiltgen in #17335
Full Changelog: v0.32.2...v0.32.3-rc0
Original source - Jul 21, 2026
- Date parsed from source:Jul 21, 2026
- First seen by Releasebot:Jul 22, 2026
v0.32.2-rc2: CI: fix missing CUDA v13.4 sub-package (#17288)
Ollama adds needed support for cross-compiling WoA.
Needed for cross-compiling WoA
Original source - Jul 21, 2026
- Date parsed from source:Jul 21, 2026
- First seen by Releasebot:Jul 22, 2026
v0.32.2-rc1: server: detect download stalls before the first byte (#17259)
Ollama improves server downloads by detecting stalls before the first byte and keeping stall timeout out of the download API.
server
detect download stalls before the first byte
keep stall timeout out of download API
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.