EXE
WinGet
Ollama
Ollama · 0.3.0 · 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.0
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.0
Description
Get up and running with large language models locally.
License
MIT
↗
Homepage
https://ollama.com/
Upgrade Behavior
install(Install over existing)
Release Notes
Tool support
Ollama now supports tool calling with popular models such as Llama 3.1. This enables a model to answer a given prompt using tool(s) it knows about, making it possible for models to perform more complex tasks or interact with the outside world.
Example tools include:
- Functions and APIs
- Web browsing
- Code interpreter
- much more!
https://github.com/user-attachments/assets/957ef0d6-e7b7-4168-8033-13b0fe5f7029
To use tools, provide the tools field when using Ollama's Chat API:
impo…