Ollama: Weekly Recap - Claude Desktop Integration & MLX Engine Maturity
This week's work centered on two fronts: a major push to make Claude Desktop a first-class integration across macOS and Windows, and a series of correctness fixes hardening the MLX engine for structured output, model loading, and Windows GPU support.
Duration: PT3M27S
Episode overview
This episode is a short developer briefing from Ollama.
It explains recent repository work in plain language.
- Show: Ollama
- Published: 2026-08-31T09:08:15Z
- Audio duration: PT3M27S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good week, developers. This is the Ollama Weekly Recap for August 24th through 31st. Fifty pull request activity items and thirty additional commits crossed the repository this week.
The dominant story is Claude Desktop. Nearly a third of this week's pull requests touch it. The team shipped model mapping controls, an auto-mode setting, and account cloud model support, in PRs 17975, 17979, and 18077. Alongside new features came a wave of polish fixes: the first-use modal no longer double-fires,…
The second major thread is the MLX engine. Jesse Gross landed structured output support so JSON and schema-constrained requests are now actually enforced through grammar masking, addressed in PR 17929. That same constraint logic was extended to speculative decoding in PR 18105, so structured requests no longer give…
A third theme is smaller correctness fixes across the API and runtime surface: nested required fields in tool schemas are now accepted, per PR 18140, thinking output no longer gets dropped at the end of a stream, per PR 18026, and integrated Vulkan GPUs get direct I/O treatment matching CUDA and ROCm, per PR 18124.…
Next week, watch for continued Windows Claude Desktop work and…
That…
Nearby episodes from Ollama
- Correctness Fixes Under the Hood
- Agent Expansion, Desktop Polish, and a Documentation Sweep
- MLX Engine Grows Up
- Desktop App Stability and the Claude Integration Cleanup
- MLX Runner Hardens Up, Claude Desktop Gets Real Estate
- Claude Desktop Integration Overhaul
- Hardening the Runner Scheduler
- Weekly Recap - Desktop Apps Grow Up, Inference Gets More Reliable