Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
Ollama v0.15.4 adds automatic OpenClaw onboarding flow to ollama launch openclaw.
$ git clone --branch v0.15.4 https://github.com/ollama/ollama.git # already have the repo? check out this version: $ git checkout v0.15.4
$ ollama launch openclaw - ›Triggers the standard OpenClaw onboarding flow when running
ollama launch openclawfor the first time.
1 more release in this issue · 2026-02-01
Ollama v0.15.3: ollama launch now respects OLLAMA_HOST and improves Ministral tool calling
$ git clone --branch v0.15.3 https://github.com/ollama/ollama.git # already have the repo? check out this version: $ git checkout v0.15.3
$ OLLAMA_HOST=https://my-ollama-server:11434 ollama launch openclaw - ›Enables
ollama launchto use theOLLAMA_HOSTenvironment variable when connecting, so custom host configurations are honored automatically. - ›Improves tool calling support for Ministral models.
- !The
ollama launch clawdbotsubcommand is renamed toollama launch openclaw; any scripts or workflows invokingollama launch clawdbotwill break.