Ollama is a name that keeps coming up while I’m tracking open-source AI trends. Anyone who’s run a local LLM has probably touched it at some point.
What stands out in the v0.33 line isn’t a new model. It’s that Claude Desktop now works as a third-party gateway. Running local models and a cloud app as two separate workflows always felt slightly annoying — if you’ve messed with local LLMs at all, you’ve probably hit that friction too.
Here’s what’s actually in v0.33.1 (released August 26, 2026, with v0.33.2 already out as a release candidate):
- Claude Desktop can now be added as a third-party gateway provider
- Claude-specific model management landed in the app
- MLX support for Qwen3.8 Flash Next on Apple Silicon
- Structured output improvements
- A GPU timeout bug fixed — it used to stall model loading on systems with slow storage
Prefill handling also got more reliable under the hood. Cancel a generation mid-way and resume it, and it now picks up where it stopped instead of reprocessing everything from scratch.
Honestly, infrastructure fixes like that don’t hit you immediately. But the direction is pretty clear. Ollama’s been steadily turning ollama launch into a way to serve as the backend for other agent tools — Hermes Agent, GitHub Copilot CLI, and now Claude Desktop. This release fits that same pattern. Local models aren’t a separate track anymore; they’re just one more option you plug in.
Install is unchanged.
curl -fsSL https://ollama.com/install.sh | sh
Full release history is on the GitHub releases page.