Wingetlywingetly
← All apps

Ollama

by Ollamav0.34.2

Last updated

Get up and running with large language models locally.

Install with winget

$ winget install --id Ollama.Ollama --exact --version 0.34.2

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Ollama

Ollama uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, user scope)
OllamaSetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Ollama

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v0.34.2

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

23 known CVEs via NVD

  • high7.5Patched in wingetCVE-2026-15685affects v0.7.1Jul 13, 2026

    Ollama downloadBlob Improper Validation of Array Index Denial-of-Service Vulnerability. This vulnerability allows remote attackers to create a denial-of-service condition on affected installations of Ollama. Authentication is not required to exploit this vulnerability. The spec...

  • high7.5Patched in wingetCVE-2026-5757affects <=0.13.5Jun 26, 2026

    Unauthenticated remote information disclosure vulnerability in Ollama's model quantization engine allows an attacker to read and exfiltrate the server's heap memory, potentially leading to sensitive data exposure, further compromise, and stealthy persistence.

  • critical9.1Patched in wingetCVE-2026-7482affects before 0.17.1May 4, 2026

    Ollama before 0.17.1 contains a heap out-of-bounds read vulnerability in the GGUF model loader. The /api/create endpoint accepts an attacker-supplied GGUF file in which the declared tensor offset and size exceed the file's actual length; during quantization in fs/ggml/gguf.go an...

  • medium5.6Patched in wingetCVE-2026-7020affects >=0.20.0 and <=0.20.2Apr 26, 2026

    A security flaw has been discovered in Ollama up to 0.20.2. This affects the function digestToPath of the file x/imagegen/transfer/transfer.go of the component Tensor Model Transfer Handler. The manipulation of the argument digest results in path traversal. The attack may be per...

  • high7.5Patched in wingetCVE-2025-66960affects v0.12.10Jan 21, 2026

    An issue in ollama v.0.12.10 allows a remote attacker to cause a denial of service via the fs/ggml/gguf.go, function readGGUFV1String reads a string length from untrusted GGUF metadata

  • high7.5Patched in wingetCVE-2025-66959affects v0.12.10Jan 21, 2026

    An issue in ollama v.0.12.10 allows a remote attacker to cause a denial of service via the GGUF decoder

  • high7.5Patched in wingetCVE-2025-15514affects v0.11.5Jan 12, 2026

    Ollama 0.11.5-rc0 through current version 0.13.5 contain a null pointer dereference vulnerability in the multi-modal model image processing functionality. When processing base64-encoded image data via the /api/chat endpoint, the application fails to validate that the decoded dat...

  • critical9.8Patched in wingetCVE-2025-63389affects <=0.12.3Dec 18, 2025

    A critical authentication bypass vulnerability exists in Ollama platform's API endpoints in versions prior to and including v0.12.3. The platform exposes multiple API endpoints without requiring authentication, enabling remote attackers to perform unauthorized model management o...

Showing 8 of 23. Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.33.1

    Start building with open models.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.268

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • CursorAnysphere
    Anysphere.Cursorv3.19.7

    The AI Code Editor

  • LM StudioLM Studio
    ElementLabs.LMStudiov0.4.25+1

    Discover, download, and run local LLMs

  • ClaudeAnthropic, PBC
    Anthropic.Claudev1.44121.2

    Your AI partner on desktop. Fast, focused, and designed for deep work.

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

More from Ollama or browse ai, chatbot, deepseek.

Frequently asked questions

How do I install Ollama on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Ollama.Ollama --exact --version 0.34.2. winget downloads the installer from Ollama and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Ollama silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Ollama.Ollama --exact 0.34.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Ollama?
Ollama uses EXE (Inno Setup). Run the downloaded installer with: OllamaSetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Ollama via winget?
Run: winget uninstall --id Ollama.Ollama --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Ollama's Apps & Features entry.
Is Ollama free?
Ollama is distributed under MIT. Refer to the publisher (https://ollama.com/) for the full license terms - Wingetly itself does not charge for installation.
Does Ollama work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Ollama directly from the publisher.
How do I keep Ollama up to date?
Run winget upgrade --id Ollama.Ollama --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Ollama from microsoft/winget-pkgs.

Recent versions

  • 0.34.2latest
  • 0.34.1
  • 0.34.0
  • 0.33.3
  • 0.33.2
  • 0.33.1
  • 0.33.0
  • 0.32.15
  • 0.32.14
  • 0.32.13