winget install --id Ollama.Ollama
About Ollama
Get up and running with large language models locally.
What's new in 0.24.0
Codex App The OpenAI Codex App is now available on Ollama. Use any Ollama model — local or cloud — inside the desktop app to code, browse, and review. ollama launch codex-app Built-in browser Codex can spin up local servers and sites in its built-in browser. Annotate directly on the page to request changes. Review mode Review code inside the app, leave comments, and iterate without leaving your workspace. Choosing a model For difficult coding and agentic tasks: - kimi-k2.6 (with vision support) - glm-5.1 For local use without an Ollama Cloud subscription: - nemotron-3-super - gemma4:31b - qwen3.6 Restore anytime To switch back to OpenAI's default setup: ollama launch codex-app --restore What's Changed - Reworked the MLX sampler for improved generation quality on Apple Silicon Full Changelog: https://github.com/ollama/ollama/compare/v0.23.0...v0.24.0
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.24.0 | Unknown | Codex App The OpenAI Codex App is now available on Ollama. Use any Ollama model — local or cloud — inside the desktop app to code, browse, and review. ollama launch codex-app Built-in browser Codex can spin up local serv... |
| 0.23.3 | Unknown | What's Changed - mlx: refined model push behavior by @dhiltgen in https://github.com/ollama/ollama/pull/15431 - test: integration test hardening by @dhiltgen in https://github.com/ollama/ollama/pull/13532 - app: harden u... |
| 0.23.1 | Unknown | Gemma 4 MTP (Multi-token Processing) for the MLX runner 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-c... |
| 0.23.0 | Unknown | Claude Desktop 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 Cowork Claude Code Claude Code on the term... |
| 0.22.1 | Unknown | What's Changed - Updated the Gemma 4 renderer for thinking and tool calling improvements - Model recommendations are now updated without updating Ollama - Aligned the desktop app's launch page with ollama launch integrat... |
| 0.22.0 | Unknown | New models - NVIDIA's Nemotron 3 Omni - Poolside's first open-weight coding model - Laguna XS.2 Full Changelog: https://github.com/ollama/ollama/compare/v0.21.2...v0.22.0 |
| 0.21.2 | Unknown | What's Changed - Improved reliability of the OpenClaw onboarding flow in ollama launch - Recommended models in ollama launch now appear in a fixed, canonical order - OpenClaw integration now bundles Ollama's web search p... |
| 0.21.1 | Unknown | What's Changed Kimi CLI 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 sys... |
| 0.21.0 | Unknown | What's Changed - launch: skip unchanged integration rewrite configration by @hoyyeva in #15491 - launch/openclaw: fix --yes flag behaviour to skip channels configuration by @hoyyeva in #15589 - launch: OpenCode inline co... |
| 0.20.7 | Unknown | What's Changed - Fix quality of gemma:e2b and gemma:e4b when thinking is disabled - ROCm: Update to ROCm 7.2.1 on Linux by @saman-amd in https://github.com/ollama/ollama/pull/15483 Full Changelog: https://github.com/olla... |
| 0.20.6 | Unknown | What's Changed - Gemma 4 Tool Calling Improvements - App bug fixes and improvements - Parallel tool calling improvements - Docs for Hermes Agent Full Changelog: https://github.com/ollama/ollama/compare/v0.20.5...v0.20.6 |
| 0.20.5 | Unknown | OpenClaw channel setup with Ollama Launch What's Changed - OpenClaw channel setup: connect WhatsApp, Telegram, Discord, and other messaging channels through ollama launch openclaw - Enable flash attention for Gemma 4 on... |
| 0.20.4 | Unknown | What's Changed - mlx: Improve M5 performance with NAX - gemma4: enable flash attention Full Changelog: https://github.com/ollama/ollama/compare/v0.20.3...v0.20.4 |
| 0.20.3 | Unknown | What's Changed - Gemma 4 Tool Calling improvements - Added latest models to Ollama App - OpenClaw fixes for launching TUI Full Changelog: https://github.com/ollama/ollama/compare/v0.20.2...v0.20.3 |
| 0.20.2 | Unknown | What's Changed - app: default app home view to new chat instead of launch by @jmorganca in #15312 Full Changelog: v0.20.1...v0.20.2 |
| 0.20.0 | Unknown | Gemma 4 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 What's Changed -... |
| 0.19.0 | Unknown | What's Changed - Ollama's app will now no longer incorrectly show "model is out of date" - ollama launch pi now includes web search plugin that uses Ollama's web search - Improved KV cache hit rate when using the Anthrop... |
| 0.18.3 | Unknown | Ollama launch VS Code Ollama can now directly launch models in VS Code. ollama launch vscode # or code What's Changed - docs: update claude code and openclaw for web search and non-interactive mode by @ParthSareen in htt... |
| 0.18.2 | Unknown | What's Changed - Add extra check to ensure npm and git are installed before installing OpenClaw - Claude Code will now be faster when run locally, due to preventing cache breakages - Fix to correctly support ollama launc... |
| 0.18.1 | Unknown | Web Search and Fetch in OpenClaw Ollama now ships with web search and web fetch plugin for OpenClaw. This allows Ollama's models (local or cloud) to search the web for the latest content and news. This also allows OpenCl... |