What's Changed
- Fix gemma4:12b floating point exception crash
- integrations: hermes windows install by @BruceMacD in https://github.com/ollama/ollama/pull/16487
Full Changelog: https://github.com/ollama/ollama/compare/v0.30.4...v0.30.5
Full Changelog: https://github.com/ollama/ollama/compare/v0.30.4...v0.30.5
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
<img width="2088" height="1404" alt="CleanShot 2026-05-14 at 15 04 18@2x" src="https://github.com/user-attachments/assets/53bd7997-19fd-4809-b8f2-b6ed284369c9" />
Codex can load local servers and sites in its built-in browser, enabling you to directly annotate on the page to request changes.
<img width="1073" height="668" alt="codex-annotate copy" src="https://github.com/user-attachments/assets/c9b762b3-83f2-47f1-8f28-d9eebc1bf5e0" />Review code inside the app, leave comments, and iterate without leaving your workspace.
<img width="1137" height="696" alt="codex-comments copy 2" src="https://github.com/user-attachments/assets/56316d33-59ed-4f24-aaa7-a7c0310014c4" />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
Full Changelog: https://github.com/ollama/ollama/compare/v0.23.2...v0.23.3
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
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
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-desktopFull Changelog: https://github.com/ollama/ollama/compare/v0.22.1...v0.23.0
Full Changelog: https://github.com/ollama/ollama/compare/v0.21.2...v0.21.3-rc0
ollama launchollama launch now appear in a fixed, canonical orderFull Changelog: https://github.com/ollama/ollama/compare/v0.21.1...v0.21.2
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=falseFull Changelog: https://github.com/ollama/ollama/compare/v0.21.0...v0.21.1
ollama launch hermes
Hermes learns with you, automatically creating skills to better serve your workflows. Great for research and engineering tasks.
<img width="1329" height="946" alt="image" src="https://github.com/user-attachments/assets/771d3383-95ed-4652-81e5-cf89514d25cc" />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.generate, which was breaking cmake builds on some Xcode versions.go build.Full Changelog: https://github.com/ollama/ollama/compare/v0.20.7...v0.21.0
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.6...v0.20.7
@matteocelani made their first contribution in #15272
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.5...v0.20.6
ollama launchollama launch openclawollama launch opencode now detects curl-based OpenCode installs at ~/.opencode/bin/save command for models imported from safetensorsFull Changelog: https://github.com/ollama/ollama/compare/v0.20.4...v0.20.5
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.3...v0.20.4