v0.23.0
📦 ollamaView on GitHub →
✨ 3 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces support for Claude Desktop integration with Ollama and enhances stability by fixing Windows gateway timeouts and hardening Metal initialization.
Migration Steps
- To launch Claude Desktop, use the command: `ollama launch claude` (Note: The release notes mention both `ollama launch claude-desktop` and `ollama launch claude` for the desktop launch; using the latter as it is listed under 'What's Changed').
- Access Claude Code on the terminal via CLI using: `ollama launch claude`.
✨ New Features
- Introduced support for launching Claude Desktop via Ollama.
- Claude Cowork and Claude Code are now supported within the Claude Desktop App.
- The Ollama app now displays featured models based on server-driven recommendations.
🐛 Bug Fixes
- Resolved OpenClaw gateway timeout issues on Windows by enforcing IPv4 loopback.
- Improved Metal initialization to handle ggml kernel compilation failures more gracefully.