tag:github.com,2008:https://github.com/ollama/ollama/releases

Release notes from ollama

2026-05-27T16:40:36Z tag:github.com,2008:Repository/658928958/v0.30.0-rc28 2026-05-27T17:50:20Z

v0.30.0

<p>This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on Apple Silicon.</p> <p>While in pre-release we'd love <a href="https://github.com/ollama/ollama/pull/16031" data-hovercard-type="pull_request" data-hovercard-url="/ollama/ollama/pull/16031/hovercard">feedback</a> on:</p> <ul> <li>Performance improvements or degradation</li> <li>Errors or crashes that did not previously occur</li> <li>Memory utilization improvements or degradation</li> </ul> <h2>Known issues:</h2> <ul> <li><code>laguna-xs.2</code> is not supported yet on this pre-release</li> <li><code>llama3.2-vision</code> is not supported yet on this pre-release</li> </ul> <h2>Installing:</h2> <p><strong>Mac/Linux</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.30.0-rc28 sh"><pre class="notranslate"><code>curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.30.0-rc28 sh </code></pre></div> <p><strong>Windows</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$env:OLLAMA_VERSION="0.30.0-rc28"; irm https://ollama.com/install.ps1 | iex"><pre class="notranslate"><code>$env:OLLAMA_VERSION="0.30.0-rc28"; irm https://ollama.com/install.ps1 | iex </code></pre></div> github-actions[bot] tag:github.com,2008:Repository/658928958/v0.30.0-rc27 2026-05-27T00:17:48Z

v0.30.0-rc27

<p>ci: windows path workaround for CPU build</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc26 2026-05-26T23:41:33Z

v0.30.0-rc26: Merge remote-tracking branch 'upstream/main' into llama-runner-phase-0

<h1>Conflicts:</h1> <h1>server/images.go</h1> <h1>server/images_test.go</h1> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc25 2026-05-25T15:34:24Z

v0.30.0-rc25

<p>ci: fix WoA cross-compile</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc24 2026-05-24T15:46:00Z

v0.30.0-rc24

<p>version bump</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc23 2026-05-22T16:39:01Z

v0.30.0-rc23

<p>lint fix</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc22 2026-05-21T14:40:36Z

v0.30.0-rc22

<p>version bump</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc21 2026-05-19T19:27:09Z

v0.30.0-rc21

<p>improve windows exit error logs</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc20 2026-05-18T16:55:14Z

v0.30.0-rc20

<p>ci: fix cache miss on rocm build</p> dhiltgen tag:github.com,2008:Repository/658928958/v0.30.0-rc19 2026-05-18T14:57:14Z

v0.30.0-rc19

<p>missing file</p> dhiltgen