Ollama Release Notes
85 release notes curated from 1 source by the Releasebot Team. Last updated: Aug 22, 2026
- Aug 22, 2026
- Date parsed from source:Aug 22, 2026
- First seen by Releasebot:Aug 22, 2026
v0.33.0
Ollama adds Claude Desktop integration, letting users toggle Ollama models from the menu bar and manage app integrations in a new Apps view. This release also improves caching, fixes prefill restore issues, and smooths onboarding and packaging across platforms.
What's Changed
Claude Desktop
Ollama now integrates with Claude
Turn individual Ollama models on or off for use in Claude, directly from the menu bar
Choose from your available Ollama models from within Claude; cloud models appear only when you're signed in
A new Apps view manages app integrations with copyable commands
Improved caching
Fixed a hang where agent clients that cancel long prefills
Prefill restore points are now trustworthy by construction: a cancelled prefill keeps every restore point it crossed, so retries resume where they stopped instead of restarting from scratch
Resumed prefills no longer record restore points that fail to cover what they claim; on models with recurrent layers this previously forced a request matching 46k of 47k tokens to reprocess from zero
Disabled Claude Code's "tokens left" token-countdown system message, which Ollama moved to the front of the prompt and broke the KV cache on every request
Other improvements
DeepSeek Harness launcher now falls back to npx when the global npm install fails, with Windows command-shim support
Onboarding flow has clearer introductory copy, a macOS header aligned with the native traffic-light controls, and Cmd/Ctrl zoom shortcuts disabled during onboarding so the fixed window keeps its intended scale
MLX dependency update (#17886)
Fixed broken default packaging caused by macOS-specific assumptions affecting Linux/Windows builds
Fixed the Apps header overlapping the macOS traffic lights during sidebar open transitions by synchronizing the header padding animation with the sidebar width animation
Full Changelog: v0.32.15...v0.33.0-rc2
Original source - Aug 22, 2026
- Date parsed from source:Aug 22, 2026
- First seen by Releasebot:Aug 22, 2026
v0.33.0-rc1
Ollama adds a signed model recommendation endpoint.
app: sign model recommendation endpoint (#17919)
Original source All of your release notes in one feed
Join Releasebot and get updates from Ollama and hundreds of other software products.
- Aug 21, 2026
- Date parsed from source:Aug 21, 2026
- First seen by Releasebot:Aug 22, 2026
v0.33.0-rc0
Ollama adds Claude model management in the app.
app: claude model management (#17915)
Original source - Aug 20, 2026
- Date parsed from source:Aug 20, 2026
- First seen by Releasebot:Aug 19, 2026
- Modified by Releasebot:Aug 20, 2026
v0.32.15
Ollama adds a new desktop onboarding flow, faster model loading, and bug fixes for chat and generate.
What's Changed
- New desktop onboarding flow on first launch
- Caches resolved model metadata between requests, cutting time-to-first-token by roughly half (TTFT dropped from ~995 ms to ~524 ms in benchmarks)
- Fixes a bug where chat and generate could wedge after a mid-stream parser error
- Qwen 3.8 system messages are now normalized so non-leading system messages are handled consistently
- MLX and llama.cpp dependency updates
New Contributors
- @gaugarg-nv made their first contribution in #17752
Full Changelog: v0.32.14...v0.32.15
Original source - Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 20, 2026
v0.32.15-rc2
Ollama adds a desktop onboarding flow to help new users get started.
app: add desktop onboarding flow (#17853)
Original source Similar to Ollama with recent updates:
- Obsidian release notes107 release notes · Latest Aug 20, 2026
- Anthropic release notes774 release notes · Latest Aug 22, 2026
- Perplexity release notes29 release notes · Latest Jul 27, 2026
- OpenClaw release notes255 release notes · Latest Aug 21, 2026
- xAI release notes218 release notes · Latest Aug 21, 2026
- Cursor release notes127 release notes · Latest Aug 19, 2026
- Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 19, 2026
v0.32.15-rc0: mlx update (#17850)
Ollama temporarily carries ml-explore/mlx-c#127 for an internal MLX C update.
Temporarily carry ml-explore/mlx-c#127
Original source - Aug 15, 2026
- Date parsed from source:Aug 15, 2026
- First seen by Releasebot:Aug 16, 2026
- Aug 15, 2026
- Date parsed from source:Aug 15, 2026
- First seen by Releasebot:Aug 15, 2026
v0.32.14
Ollama ships WebP transcoding for llama-server renderers and better handling of non-leading system messages.
What's Changed
- llm: transcode WebP images for llama-server
- renderers/qwen: tolerate non-leading system messages
Full Changelog: v0.32.13...v0.32.14-rc0
Original source - Aug 15, 2026
- Date parsed from source:Aug 15, 2026
- First seen by Releasebot:Aug 14, 2026
- Modified by Releasebot:Aug 15, 2026
v0.32.12
Ollama adds Qwen 3.8 27B support for stronger coding, research, and agentic tasks.
Qwen 3.8 27B
This release adds the support of Qwen 3.8 27B. Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks.
ollama run qwen3.8:27bFor Apple Silicon devices, Ollama has in particular optimized for maximum performance and output quality suitable for repeated tasks and coding agents.
Original sourceollama run qwen3.8:27b-mlx - Aug 14, 2026
- Date parsed from source:Aug 14, 2026
- First seen by Releasebot:Aug 14, 2026
v0.32.13
Ollama adds support for developer instructions in qwen3.8, improving model instruction handling.
What's Changed
qwen3.8: support developer instructions
Full Changelog: v0.32.12...v0.32.13
Original source - Aug 14, 2026
- Date parsed from source:Aug 14, 2026
- First seen by Releasebot:Aug 14, 2026
v0.32.11
Ollama adds DeepSeek Harness, Muse Code, and Responses API web search support with Muse Glimmer template updates.
What's Changed
ollama launch dsh now supports DeepSeek Harness, DeepSeek's open-source agent harness
ollama launch muse now supports Muse Code, Meta's agentic coding CLI
The OpenAI-compatible Responses API now supports web search
Muse Glimmer template updates
Full Changelog: v0.32.10...v0.32.11
Original source - Aug 13, 2026
- Date parsed from source:Aug 13, 2026
- First seen by Releasebot:Aug 13, 2026
v0.32.10
Ollama improves model defaults and NVFP4 prefill speed, with blob verification fixes and broader compatibility.
What's Changed
Models that don't set a repeat_penalty now default to 1.0 (off) instead of 1.1, matching other engines and speeding up speculative decoding; set a per-model parameter if an older model repeats itself.
Faster prefill on NVFP4 MLX models with a global scale, about 7–8% on Qwen3.6 and Muse Glimmer.
Fixed blob verification being skipped when an OCI manifest's config and layer share a digest.
New Contributors
@vigneshakaviki made their first contribution in #15504
Full Changelog: v0.32.8...v0.32.10-rc1
Original source - Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
v0.32.10-rc1: mlx: avoid pulling MLX models when MLX is missing (#17710)
Ollama shifts model download checks locally as it brings Linux and Windows MLX support online.
As we look to bring Linux and Windows MLX support online, instead of blocking downloads at the registry to avoid users wasting time downloading a model they can't run, shift the logic to the local side which knows if MLX is present or not.
Original source - Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
v0.32.10-rc0: nn: speed up prefill on double-scale nvfp4 models
Ollama improves ModelOpt checkpoint inference by fusing the global scale multiply and cast into one kernel, reducing overhead and boosting prefill speed on affected checkpoints. On M5 Max, qwen3.6:27b and muse-glimmer:30b see faster throughput, with speculative decode unchanged.
ModelOpt checkpoints apply a float32 global scale to every projection output on top of the per-group quantization scales. Running the multiply and the cast back to the activation dtype as separate eager ops costs an extra kernel launch and a materialized intermediate per projection.
Compile the multiply and cast into one kernel. On an M5 Max (medians of order-swapped A/B runs against main; greedy outputs byte-identical):
qwen3.6:27b prefill 703 -> 769 t/s +7.9%
muse-glimmer:30b prefill 790 -> 843 t/s +6.7%Speculative decode is unchanged within noise on both models. Only checkpoints with a global scale are affected; single-scale nvfp4, mxfp8, and affine checkpoints take the unchanged path.
Original source - Aug 11, 2026
- Date parsed from source:Aug 11, 2026
- First seen by Releasebot:Aug 13, 2026
v0.32.9
Ollama adds Nemotron 3.5 Lightning support and updates the Nemotron 3 architecture for always-on agents.
NVIDIA Nemotron 3.5 Lightning
NVIDIA Nemotron 3.5 Lightning is an open 30B mixture-of-experts (MoE) model with 3B active parameters built for that execution layer of always-on agents. It is designed for harnesses like OpenClaw and Hermes Agent – all supported by the NVIDIA NemoClaw open source security and management stack for running always-on AI agents.
ollama run nemotron-3.5-lightningWhat's Changed
- Added the Nemotron 3 architecture
- Handle boundary condition in Muse Glimmer function calling parser
Full Changelog: v0.32.8...v0.32.9
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.