Updatify / Ollama | Release notes

Create your changelog

Open-source framework that allows you to download, set up, and run Large Language Models (LLMs)—like Llama, Mistral, and DeepSeek

Update Sep 11, 2025 tracked by Updatify

v0.11.11

What’s Changed

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.11.10…v0.11.11

Update Sep 2, 2025 tracked by Updatify

v0.11.9

What’s Changed

  • Improved performance via overlapping GPU and CPU computations
  • Fixed issues where unrecognized AMD GPU would cause an error
  • Reduce crashes due to unhandled errors in some Mac and Linux installations of Ollama

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.11.8…v0.11.9-rc0

Update Aug 25, 2025 tracked by Updatify

v0.11.7

DeepSeek-V3.1

DeepSeek-V3.1 is now available to run via Ollama.

This model supports hybrid thinking, meaning thinking can be enabled or disabled by setting think in Ollama’s API:

curl http://localhost:11434/api/chat -d '{
  "model": "deepseek-v3.1",
  "messages": [
    {
      "role": "user",
      "content": "why is the sky blue?"
    }
  ],
  "think": true
}'

In Ollama’s CLI, thinking can be enabled or disabled by running the /set think or /set nothink commands.

Turbo (in preview)

DeepSeek-V3.1 has over 671B parameters, and so a large amount of VRAM is required to run it. Ollama’s Turbo mode (in preview) provides access to powerful hardware in the cloud you can use to run the model.

Turbo via Ollama’s app

Screenshot 2025-08-25 at 1 23 37 PM
  1. Download Ollama for macOS or Windows
  2. Select deepseek-v3.1:671b from the model selector
  3. Enable Turbo

Turbo via Ollama’s CLI and libraries

  1. Create an account on ollama.com/signup
  2. Follow the docs for Ollama’s CLI to upload authenticate your Ollama installation
  3. Run the following:
OLLAMA_HOST=ollama.com ollama run deepseek-v3.1

Update Aug 15, 2025 tracked by Updatify

v0.11.5

What’s Changed

  • Performance improvements for the gpt-oss models
  • New memory management: this release of Ollama includes improved memory management for scheduling models on GPUs, leading to better VRAM utilization, model performance and less out of memory errors. These new memory estimations can be enabled with OLLAMA_NEW_ESTIMATES=1 ollama serve and will soon be enabled by default.
  • Improved multi-GPU scheduling and reduced VRAM allocation when using more than 2 GPUs
  • Ollama’s new app will now remember default selections for default model, Turbo and Web Search between restarts
  • Fix error when parsing bad harmony tool calls
  • OLLAMA_FLASH_ATTENTION=1 will also enable flash attention for pure-CPU models
  • Fixed OpenAI-compatible API not supporting reasoning_effort
  • Reduced size of installation on Windows and Linux

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.11.4…v0.11.5

Update Aug 7, 2025 tracked by Updatify

v0.11.4

What’s Changed

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.11.3…v0.11.4

Update Aug 5, 2025 tracked by Updatify

v0.11.0

ollama OpenAI gpt-oss

Welcome OpenAI’s gpt-oss models

Ollama partners with OpenAI to bring its latest state-of-the-art open weight models to Ollama. The two models, 20B and 120B, bring a whole new local chat experience, and are designed for powerful reasoning, agentic tasks, and versatile developer use cases.

Feature highlights

  • Agentic capabilities: Use the models’ native capabilities for function calling, web browsing (Ollama is providing a built-in web search that can be optionally enabled to augment the model with the latest information), python tool calls, and structured outputs.
  • Full chain-of-thought: Gain complete access to the model’s reasoning process, facilitating easier debugging and increased trust in outputs.
  • Configurable reasoning effort: Easily adjust the reasoning effort (low, medium, high) based on your specific use case and latency needs.
  • Fine-tunable: Fully customize models to your specific use case through parameter fine-tuning.
  • Permissive Apache 2.0 license: Build freely without copyleft restrictions or patent risk—ideal for experimentation, customization, and commercial deployment.

Quantization - MXFP4 format

Update Jul 18, 2025 tracked by Updatify

v0.10.0

Ollama’s new app

Ollama’s new app is available for macOS and Windows: Download Ollama

ollama's new app

What’s Changed

  • ollama ps will now show the context length of loaded models
  • Improved performance in gemma3n models by 2-3x
  • Parallel request processing now defaults to 1. For more details, see the FAQ
  • Fixed issue where tool calling would not work correctly with granite3.3 and mistral-nemo models
  • Fixed issue where Ollama’s tool calling would not work correctly if a tool’s name was part of of another one, such as add and get_address
  • Improved performance when using multiple GPUs by 10-30%
  • Ollama’s OpenAI-compatible API will now support WebP images
  • Fixed issue where ollama show would report an error
  • ollama run will more gracefully display errors

New Contributors

Update Jul 2, 2025 tracked by Updatify

v0.9.5

Updates to Ollama for macOS and Windows

A new version of Ollama’s macOS and Windows applications are now available. New improvements to the apps will be introduced over the coming releases:

Screenshot 2025-07-01 at 9 53 31 AM

New features

Expose Ollama on the network

Ollama can now be exposed on the network, allowing others to access Ollama on other devices or even over the internet. This is useful for having Ollama running on a powerful Mac, PC or Linux computer while making it accessible to less powerful devices.

Model directory

The directory in which models are stored can now be modified! This allows models to be stored on external hard disks or alternative directories than the default.

Smaller footprint and faster starting on macOS

The macOS app is now a native application and starts much faster while requiring a much smaller installation.

Additional changes in 0.9.5

  • Fixed issue where the ollama CLI would not be installed by Ollama on macOS on startup
  • Fixed issue where files in ollama-darwin.tgz were not notarized

Update Jun 27, 2025 tracked by Updatify

v0.9.4

Updates to Ollama for macOS and Windows

A new version of Ollama’s macOS and Windows applications are now available. New improvements to the apps will be introduced over the coming releases:

Screenshot 2025-07-01 at 9 53 31 AM

New features

Expose Ollama on the network

Ollama can now be exposed on the network, allowing others to access Ollama on other devices or even over the internet. This is useful for having Ollama running on a powerful Mac, PC or Linux computer while making it accessible to less powerful devices.

Model directory

The directory in which models are stored can now be modified! This allows models to be stored on external hard disks or alternative directories than the default.

Smaller footprint and faster starting on macOS

The macOS app is now a native application and starts much faster while requiring a much smaller installation.

What’s Changed

  • Reduced download size and startup time for Ollama on macOS
  • Tool calling with empty parameters will now work correctly
  • Fixed issue when quantizing models with the Gemma 3n architecture

Update Jun 25, 2025 tracked by Updatify

v0.9.3

Gemma 3n

Gemma 3n

Ollama now supports Gemma 3n.

Gemma 3n models are designed for efficient execution on everyday devices such as laptops, tablets or phones. These models were trained with data in over 140 spoken languages.

Effective 2B

ollama run gemma3n:e2b

Effective 4B

ollama run gemma3n:e4b

What’s Changed

  • Fixed issue where errors would not be properly reported on Apple Silicon Macs
  • Ollama will now limit context length to what the model was trained against to avoid strange overflow behavior

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.9.2…v0.9.3

Update Jun 9, 2025 tracked by Updatify

v0.9.1

Tool calling improvements

New tool calling support

The following models now support tool calling:

Tool calling reliability has also been improved for the following models:

To re-download the models, use ollama pull.

New Ollama for macOS and Windows preview

A new version of Ollama’s macOS and Windows applications are available to test for early feedback. New improvements to the apps will be introduced over the coming releases:

If you have feedback, please create an issue on GitHub with the app label. These apps will automatically update themselves to future versions of Ollama, so you may have to redownload new preview versions in the future.

Screenshot 2025-06-17 at 11 41 43 AM

New features

Expose Ollama on the network

Update May 29, 2025 tracked by Updatify

v0.9.0

ollama thinking

New models

  • DeepSeek-R1-2508: DeepSeek-R1 has received a minor version upgrade to DeepSeek-R1-0528 for the 8 billion parameter distilled model and the full 671 billion parameter model. In this update, DeepSeek R1 has significantly improved its reasoning and inference capabilities.

Thinking

Ollama now has the ability to enable or disable thinking. This gives users the flexibility to choose the model’s thinking behavior for different applications and use cases.

When thinking is enabled, the output will separate the model’s thinking from the model’s output. When thinking is disabled, the model will not think and directly output the content.

Models that support thinking:

When running a model that supports thinking, Ollama will now display the model’s thoughts:

% ollama run deepseek-r1
>>> How many Rs are in strawberry
Thinking...
First, I need to understand what the question is asking. It's asking how many letters 'R' are present in the word "strawberry."

Next, I'll examine each letter in the word individually.

I'll start from the beginning and count every occurrence of the letter 'R.'

Update May 21, 2025 tracked by Updatify

v0.7.1

What’s Changed

  • Improved model memory management to allocate sufficient memory to prevent crashes when running multimodal models in certain situations
  • Enhanced memory estimation for models to prevent unintended memory offloading
  • ollama show will now show ... when data is truncated
  • Fixed crash that would occur with qwen2.5vl
  • Fixed crash on Nvidia’s CUDA for llama3.2-vision
  • Support for Alibaba’s Qwen 3 and Qwen 2 architectures in Ollama’s new multimodal engine

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.7.0…v0.7.1

Update May 13, 2025 tracked by Updatify

v0.7.0

multimodality-uncompressed

Ollama now supports multimodal models via Ollama’s new engine, starting with new vision multimodal models:

What’s Changed

  • Ollama now supports providing WebP images as input to multimodal models
  • Fixed issue where a blank terminal window would appear when runnings models on Windows
  • Fixed error that would occur when running llama4 on NVIDIA GPUs
  • Reduced log level of key not found message
  • Ollama will now correct remove quotes from image paths when sending images as input with ollama run
  • Improved performance of importing safetensors models via ollama create
  • Improved prompt processing speeds of Qwen3 MoE on macOS
  • Fixed issue where providing large JSON schemas in structured output requests would result in an error
  • Ollama’s API will now return code 405 instead of 404 for methods that are not allowed
  • Fixed issue where ollama processes would continue to run after a model was unloaded

New Contributors

Update May 3, 2025 tracked by Updatify

v0.6.8

What’s Changed

  • Performance improvements for Qwen 3 MoE models (30b-a3b and 235b-a22b) on NVIDIA and AMD GPUs
  • Fixed GGML_ASSERT(tensor->op == GGML_OP_UNARY) failed issue caused by conflicting installations
  • Fixed a memory leak that occurred when providing images as input
  • ollama show will now correctly label older vision models such as llava
  • Reduced out of memory errors by improving worst-case memory estimations
  • Fix issue that resulted in a context canceled error

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.6.7…v0.6.8

Update Apr 26, 2025 tracked by Updatify

v0.6.7

New models

  • Qwen 3: Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models.
  • Phi 4 reasoning and Phi-4-mini-reasoning: New state-of-the-art reasoning models from Microsoft
  • Llama 4: state-of-the-art multi-modal models from Meta

What’s Changed

  • Add support for Meta’s Llama 4 multimodal models
  • Add support for Microsoft’s Phi 4 reasoning models, and Phi 4 mini reasoning model
  • Increased default context window to 4096 tokens
  • Fixed issue where image paths would not be recognized with ~ when being provided to ollama run
  • Improved output quality when using JSON mode in certain scenarios
  • Fixed tensor->op == GGML_OP_UNARY errors when running a model due to conflicting inference libraries
  • Fixed issue where model would be stuck in the Stopping... state

New Contributors