Skip to content
Tech AI Wire

Ollama 0.33 lets Claude Desktop run Qwen, DeepSeek and Kimi locally

Ollama 0.33.0 adds a local proxy that swaps the model behind Anthropic's Claude Desktop app for an open one. A spring attempt failed on model-ID checks.

By Tech AI Wire Team

3 min read

XLinkedIn
The Claude Desktop app with its model picker open, showing a locally served Ollama model selected.

Ollama has shipped a way to run open models inside Anthropic's Claude Desktop app. Version 0.33.0 adds a local proxy that routes the app's requests to a model of your choosing, dev.ua reported on 27 August 2026. The result is Anthropic's interface with Qwen, DeepSeek, Kimi, or GLM answering behind it. For developers that means one familiar app for testing several models, including ones that never leave your machine.

Ollama is a free tool for downloading and running open-weight language models on your own computer. Open weights means the model files are published, so you can run them without an API account. Claude Desktop is Anthropic's official desktop app for its Claude models.

How the proxy works

The trick is a swap, not a plugin. You turn the integration on inside Ollama. The New Stack explains that Ollama then "configures Claude Desktop so that queries can be passed to the models via Ollama". You keep Anthropic's interface. Ollama changes which model actually responds.

This is Ollama's work, not Anthropic's. The integration lives in Ollama and is built to sit between the app and the model. Ollama's blog describes Claude Desktop as a third-party gateway provider for its open models, and notes that Ollama now speaks both the OpenAI and Anthropic API formats. That compatibility is what lets tools built for Anthropic's API, including Claude Code, talk to an Ollama model instead.

Model familyMade by
QwenAlibaba
DeepSeekDeepSeek
KimiMoonshot AI
GLMZ.ai

Why the first attempt failed

This is Ollama's second try. The New Stack reports an earlier effort stalled. Dev.ua gives the reason: in the spring, Claude Desktop rejected model identifiers that were not Anthropic's own, so the integration broke. The new proxy is designed to get past that check.

That history matters more than the feature. It tells you the integration works because of how Claude Desktop validates models today, not because Anthropic built a hook for it.

What this means for developers

Use this for what it is good at: side-by-side model testing in one window. Dev.ua frames the benefit as trying different models from one application instead of switching services. Run the same prompt through Claude, then flip to Qwen or DeepSeek, and compare. That is faster than juggling four apps and four accounts.

Do not build a workflow on it. The spring version died when Claude Desktop tightened a model-ID check, and nothing in the reports suggests Anthropic signed off on this one. A desktop app update could break it again without notice. Keep your real local-model setup in Ollama's own CLI or API, where you control both ends.

Understand the privacy boundary precisely. With a local Ollama model selected, the prompt stays on your machine. That is true for the model call. It does not tell you what Claude Desktop itself logs or sends home, because the reports do not cover that. If you need a guarantee, check the network traffic yourself before you paste anything sensitive.

The bigger shift is the API compatibility underneath. Ollama now accepting Anthropic-format requests means Claude Code, the command-line agent, can point at a local model too. For teams that cannot send code to a cloud API, that is the more useful door this release opens. The Claude Desktop trick is the demo. The API shim is the tool.

Sources

  1. Claude Desktop can now easily run Qwen, DeepSeek and Kimi models - after Ollama's first effort stalled - The New Stack
  2. Ollama has allowed DeepSeek, Qwen and Kimi to run in Claude Desktop. Why is this necessary? - dev.ua
  3. Ollama Blog - Ollama

Related articles

The daily brief

Three to five stories a day, and what each one means for the people who build software. Free, no spam.