Update Aug 15, 2026 tracked by Updatify
v0.32.14
What’s Changed
- llm: transcode WebP images for llama-server
- renderers/qwen: tolerate non-leading system messages
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.13…v0.32.14
Open-source framework that allows you to download, set up, and run Large Language Models (LLMs)—like Llama, Mistral, and DeepSeek
Update Aug 15, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.13…v0.32.14
Update Aug 14, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.12…v0.32.13
Update Aug 14, 2026 tracked by Updatify
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:27b
For Apple Silicon devices, Ollama has in particular optimized for maximum performance and output quality suitable for repeated tasks and coding agents.
ollama run qwen3.8:27b-mlx
Update Aug 14, 2026 tracked by Updatify
This release adds the support of Qwen 3.8 27B.
For Apple Silicon devices, Ollama has in particular optimized for maximum performance and output quality suitable for repeated tasks and coding agents.
Qwen 3.8 model page:
https://ollama.com/library/qwen3.8
Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks.
Update Aug 14, 2026 tracked by Updatify
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 Full Changelog: https://github.com/ollama/ollama/compare/v0.32.10…v0.32.11
Update Aug 11, 2026 tracked by Updatify
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-lightning
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.8…v0.32.9
Update Aug 10, 2026 tracked by Updatify
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
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.7…v0.32.8
Update Aug 10, 2026 tracked by Updatify
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-mlx
To run Muse Glimmer on Apple Silicon with Claude Code, download Ollama and run:
ollama launch claude --model muse-glimmer:30b-mlx
For a lighter-weight coding agent, try Pi:
ollama launch pi --model muse-glimmer:30b-mlx
For personal assistant frameworks such as OpenClaw and Hermes, use:
ollama launch openclaw --model muse-glimmer:30b-mlx
ollama launch hermes --model muse-glimmer:30b-mlx
Update Aug 4, 2026 tracked by Updatify
/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. 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. @ file completion, and /prompt
scrolling is no longer laggy. Full Changelog: https://github.com/ollama/ollama/compare/v0.32.5…v0.32.6-rc0
Update Jul 27, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.4…v0.32.5
Update Jul 25, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.32.3…v0.32.4
Update Jul 23, 2026 tracked by Updatify
--force-build. Full Changelog: https://github.com/ollama/ollama/compare/v0.32.1…v0.32.3
Update Jul 16, 2026 tracked by Updatify
OLLAMA_LOAD_TIMEOUT ollama signin when authentication is required ollama launch so choosing Pick another model for a deprecated model passed with --model opens the model picker Full Changelog: https://github.com/ollama/ollama/compare/v0.32.0…v0.32.1-rc0
Update Jul 11, 2026 tracked by Updatify
ollama now launches an agent to help you code and delegate work ❯ ollama
Ollama 0.32.0
▸ Chat, Code, & Work (glm-5.2:cloud)
Chat with models, code, search the web, and delegate real work
ollama launch Full Changelog: https://github.com/ollama/ollama/compare/v0.31.2…v0.32.0
Update Jul 6, 2026 tracked by Updatify
ollama launch for Claude Code now disables telemetry by default Full Changelog: https://github.com/ollama/ollama/compare/v0.31.1…v0.31.2
Update Jun 30, 2026 tracked by Updatify
Gemma 4 is now significantly faster in Ollama on Apple Silicon, generating tokens nearly 90% faster on average across a coding-agent benchmark by leveraging multi-token prediction (MTP). Ollama auto-tunes how many tokens to draft as it runs, so the speedup is on by default, requires no configuration, and does not change the model’s output.
Full Changelog: https://github.com/ollama/ollama/compare/v0.30.12…v0.31.1
Update Jun 30, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.31.0…v0.31.1
Update Jun 25, 2026 tracked by Updatify
Update Jun 17, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.30.9…v0.30.10
Update Jun 15, 2026 tracked by Updatify
ollama launch claude and other coding agent or assistant use cases would only output one token Full Changelog: https://github.com/ollama/ollama/compare/v0.30.8…v0.30.9-rc1
Update Jun 12, 2026 tracked by Updatify
ollama launch selecting the wrong provider in some cases Full Changelog: https://github.com/ollama/ollama/compare/v0.30.7…v0.30.8
Update Jun 7, 2026 tracked by Updatify
Ollama Launch now supports Hermes Desktop, a native desktop interface for the Hermes agent. Run it alongside your Hermes agent to get a visual interface for managing conversations, integrations, and messaging apps.
ollama launch hermes-desktop
What’s Changed
ollama launch hermes-desktop with native Windows configuration path support Full Changelog: https://github.com/ollama/ollama/compare/v0.30.6…v0.30.7
Update Jun 5, 2026 tracked by Updatify
-qat: gemma4:e2b-it-qat gemma4:e4b-it-qat gemma4:12b-it-qat gemma4:26b-a4b-it-qat gemma4:31b-it-qat ollama launch omp now integrates with Oh My Pi, an AI coding agent with IDE integration Full Changelog: https://github.com/ollama/ollama/compare/v0.30.5…v0.30.6
Update Jun 4, 2026 tracked by Updatify
gemma4:12b floating point exception crash on x86, CUDA, Linux, and Windows systems. ollama launch hermes-desktop now launches Hermes Desktop and can skip rebuilding when a packaged desktop app is already installed. ollama launch hermes now supports native Windows installs through the Hermes PowerShell installer. Full Changelog: https://github.com/ollama/ollama/compare/v0.30.4…v0.30.5
Update Jun 3, 2026 tracked by Updatify
ollama create --experimental now respects REQUIRES in Modelfiles for MLX-based models. ollama launch codex now cleans up old conflicting Codex profile config before launching. ollama launch pi now migrates users from the legacy Pi package to the official package and preserves the correct npm install prefix. gemma4:12b crashes with floating point exception Full Changelog: https://github.com/ollama/ollama/compare/v0.30.3…v0.30.4
Update Jun 3, 2026 tracked by Updatify
gemma4:12b. Full Changelog: https://github.com/ollama/ollama/compare/v0.30.2…v0.30.3
Update Jun 3, 2026 tracked by Updatify
ollama launch now supports Qwen Code and can guide users through installing the Cline CLI when it is missing. ollama launch codex now uses an isolated launch configuration, avoiding conflicts with a user’s existing Codex settings. Full Changelog: https://github.com/ollama/ollama/compare/v0.30.0…v0.30.2
Update May 14, 2026 tracked by Updatify
Ollama 0.24 includes support for the Codex App, OpenAI’s desktop experience for working on Codex threads in parallel with built-in worktree support and git functionality.
ollama launch codex-app
Codex can load local servers and sites in its built-in browser, enabling you to directly annotate on the page to request changes.
Review code inside the app, leave comments, and iterate without leaving your workspace.
For difficult coding and agentic tasks:
For local use without an Ollama Cloud subscription:
To restore the previous configuration of Codex App, run:
ollama launch codex-app --restore
Full Changelog: https://github.com/ollama/ollama/compare/v0.23.0…v0.24.0
Update May 13, 2026 tracked by Updatify
ollama launch opencode now supports vision models with image inputs Full Changelog: https://github.com/ollama/ollama/compare/v0.23.3…v0.23.4
Update May 13, 2026 tracked by Updatify
Ollama 0.30 is now available, with improved compatibility and performance using llama.cpp. This augments the MLX engine on Apple Silicon, bringing support to a wider range of hardware.
This release brings support for a wider range of models, including GGUF-based models from Hugging Face and your own fine-tuned models along with faster performance on NVIDIA hardware.
laguna-xs.2 is not yet supported on Windows/Linux. llama3.2-vision is not yet supported nomic-embed-text now converts inputs to lowercase per the model card where prior Ollama versions incorrectly preserved mixed case Update May 12, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.23.2…v0.23.3
Update May 7, 2026 tracked by Updatify
ollama launch no longer includes Claude Desktop due to the third-party integration being limited to Anthropic models. ollama launch claude-desktop --restore to restore Claude Desktop to its normal state. /api/show responses are now cached, improving median latency by ~6.7x which will increase load speed for integrations like VS Code. Full Changelog: https://github.com/ollama/ollama/compare/v0.23.1…v0.23.2
Update May 5, 2026 tracked by Updatify
Gemma 4 MTP speculative decoding is now supported on Macs. This can give over a 2x speed increase for the Gemma 4 31B model on coding tasks.
ollama run gemma4:31b-coding-mtp-bf16
Full Changelog: https://github.com/ollama/ollama/compare/v0.23.0…v0.23.1
Update May 3, 2026 tracked by Updatify
Claude Desktop is now supported with Ollama Launch.
Claude Cowork and Claude Code are supported within the Claude Desktop App.
ollama launch claude-desktop
Claude Code on the terminal can still be accessed through the CLI with:
ollama launch claude
ollama launch claude-desktop Full Changelog: https://github.com/ollama/ollama/compare/v0.22.1…v0.23.0
Update Apr 28, 2026 tracked by Updatify
ollama launch integrations ollama launch Full Changelog: https://github.com/ollama/ollama/compare/v0.22.0…v0.22.1
Update Apr 28, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.21.2…v0.22.0
Update Apr 24, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.21.2…v0.21.3-rc0
Update Apr 23, 2026 tracked by Updatify
ollama launch ollama launch now appear in a fixed, canonical order Full Changelog: https://github.com/ollama/ollama/compare/v0.21.1…v0.21.2
Update Apr 22, 2026 tracked by Updatify
You can now install and run the Kimi CLI through Ollama.
ollama launch kimi --model kimi-k2.6:cloud
Kimi CLI with Kimi K2.6 excels at long horizon agentic execution tasks through a multi-agent system.
think=false Full Changelog: https://github.com/ollama/ollama/compare/v0.21.0…v0.21.1
Update Apr 16, 2026 tracked by Updatify
ollama launch hermes
Hermes learns with you, automatically creating skills to better serve your workflows. Great for research and engineering tasks.
ollama launch. Added both integrations, which can now be configured in one command alongside the rest of the supported coding agents. ollama launch opencode now writes its config inline rather than to a separate file, matching how other integrations are handled. ollama launch no longer rewrites config when nothing changed. Pressing → on a configured multi-model integration, or passing --model with the current primary, used to trigger a confirmation prompt and rewrite both the editor’s config file and config.json. Now it’s a no-op when the resolved model list matches what’s already saved. ollama launch openclaw --yes so it correctly skips the channels configuration step, so non-interactive setups complete cleanly. Update Apr 13, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.6…v0.20.7
Update Apr 12, 2026 tracked by Updatify
@matteocelani made their first contribution in #15272
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.5…v0.20.6
Update Apr 9, 2026 tracked by Updatify
ollama launchollama launch openclaw ollama launch opencode now detects curl-based OpenCode installs at ~/.opencode/bin /save command for models imported from safetensors Full Changelog: https://github.com/ollama/ollama/compare/v0.20.4…v0.20.5
Update Apr 7, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.3…v0.20.4
Update Apr 7, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.2…v0.20.3
Update Apr 4, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.1…v0.20.2
Update Apr 2, 2026 tracked by Updatify
Effective 2B (E2B)
ollama run gemma4:e2b
Effective 4B (E4B)
ollama run gemma4:e4b
26B (Mixture of Experts model with 4B active parameters)
ollama run gemma4:26b
31B (Dense)
ollama run gemma4:31b
Full Changelog: https://github.com/ollama/ollama/compare/v0.19.0…v0.20.0-rc0
Update Mar 27, 2026 tracked by Updatify
Ollama on Apple silicon is now built on top of Apple’s machine learning framework, MLX, to take advantage of its unified memory architecture.
https://github.com/user-attachments/assets/600297b0-3167-46a5-8e3a-fefda3a51b84
Read more: https://ollama.com/blog/mlx
ollama launch pi now includes web search plugin that uses Ollama’s web search grok models qwen3-next:80b not loading in Ollama Full Changelog: https://github.com/ollama/ollama/compare/v0.18.3…v0.19.0
Update Mar 26, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.18.3…v0.18.4-rc0
Update Mar 25, 2026 tracked by Updatify
Microsoft Visual Studio Code now directly integrates with Ollama via GitHub Copilot.
If you have Ollama installed, any local or cloud model from Ollama can be selected for use within visual studio code.
Full Changelog: https://github.com/ollama/ollama/compare/v0.18.2…v0.18.3