EXE
WinGet
Ollama
Ollama · 0.3.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
OllamaSetup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{44E83376-CE68-45EB-8FC1-393500EB558C}_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.3.3
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
OllamaSetup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Ollama.Ollama
Version
0.3.3
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
- The /api/embed endpoint now returns statistics: total_duration, load_duration, and prompt_eval_count
- Added usage metrics to the /v1/embeddings OpenAI compatibility API
- Fixed issue where /api/generate would respond with an empty string if provided a context
- Fixed issue where /api/generate would return an incorrect value for context
- /show modefile will now render MESSAGE commands correctly
New Contributors
- @slouffka made their first contribution in https://github.com/oll…