Ollama v0.23.0
Ollama v0.23.0 adds Claude Desktop support via `ollama launch claude-desktop`, surfaces server-driven featured model recommendations, and fixes an OpenClaw gateway timeout on Windows.
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 terminal can still be accessed through the CLI with: ``` ollama launch claude ``` Not supported yet Web Search (coming soon) Extensions What's Changed Launch Claude Desktop with `ollama launch claude-desktop` The Ollama app now surfaces featured models from server-driven recommendations Fixed OpenClaw gateway timeout on Windows by enforcing IPv4 loopback (thanks @UniquePratham) Hardened Metal initialization to gracefully handle ggml kernel compilation failures New Contributors @UniquePratham made their first contribution in https://github.com/ollama/ollama/pull/15726 Full Changelog: https://github.com/ollama/ollama/compare/v0.22.1...v0.23.0
- github.comollama v0.23.0primary