Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Ollama.dmg | 2025-07-30 | 42.9 MB | |
OllamaSetup.exe | 2025-07-30 | 733.2 MB | |
ollama-linux-arm64.tgz | 2025-07-30 | 1.1 GB | |
ollama-linux-arm64-jetpack6.tgz | 2025-07-30 | 362.3 MB | |
ollama-linux-arm64-jetpack5.tgz | 2025-07-30 | 455.4 MB | |
ollama-linux-amd64.tgz | 2025-07-30 | 1.3 GB | |
ollama-linux-amd64-rocm.tgz | 2025-07-30 | 1.1 GB | |
ollama-darwin.tgz | 2025-07-30 | 23.6 MB | |
ollama-windows-arm64.zip | 2025-07-30 | 21.6 MB | |
ollama-windows-amd64.zip | 2025-07-30 | 1.3 GB | |
Ollama-darwin.zip | 2025-07-30 | 42.8 MB | |
ollama-windows-amd64-rocm.zip | 2025-07-30 | 257.5 MB | |
sha256sum.txt | 2025-07-30 | 1.1 kB | |
README.md | 2025-07-30 | 1.8 kB | |
v0.10.0 source code.tar.gz | 2025-07-30 | 10.4 MB | |
v0.10.0 source code.zip | 2025-07-30 | 10.8 MB | |
Totals: 16 Items | 6.9 GB | 2 |
Ollama's new app
Ollama's new app is available for macOS and Windows: Download Ollama
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
andmistral-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
andget_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
- @sncix made their first contribution in https://github.com/ollama/ollama/pull/11189
- @mfornet made their first contribution in https://github.com/ollama/ollama/pull/11425
- @haiyuewa made their first contribution in https://github.com/ollama/ollama/pull/11427
- @warting made their first contribution in https://github.com/ollama/ollama/pull/11461
- @ycomiti made their first contribution in https://github.com/ollama/ollama/pull/11462
- @minxinyi made their first contribution in https://github.com/ollama/ollama/pull/11502
- @ruyut made their first contribution in https://github.com/ollama/ollama/pull/11528
Full Changelog: https://github.com/ollama/ollama/compare/v0.9.6...v0.10.0