EXE
WinGet
Ollama
Ollama · 0.30.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
OllamaSetup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
File Identity
Filename
OllamaSetup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Ollama.Ollama
Version
0.30.2
Description
Get up and running with large language models locally.
License
MIT
↗
Homepage
https://ollama.com/
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- feat(launch): show and auto-install Cline CLI by @hoyyeva in https://github.com/ollama/ollama/pull/16402
- log template details to aid troubleshooting by @dhiltgen in https://github.com/ollama/ollama/pull/16403
- cmd/launch: add Qwen code integration by @hoyyeva in https://github.com/ollama/ollama/pull/15900
- launch: fix opencode local model limits by @dhiltgen in https://github.com/ollama/ollama/pull/16425
- llm: include cached prompt tokens in llama-server counts by @dhiltgen…