Automic VaultAutomic Vault

brew

Install ollama with Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, chocolatey, scoop, winget

Create, run, and share large language models (LLMs). Version 0.32.3 via Homebrew; verified 2026-07-23. Also installable with nix: nix profile install nixpkgs#ollama.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install ollama

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install ollama

MacPorts ports tree · llm/ollama/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add ollama

Alpine Linux edge package indexes · ollama · source: dl-cdn.alpinelinux.org

Fedora dnfverified · 92%
sudo dnf install ollama

Fedora Rawhide package metadata · ollama · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#ollama

nixpkgs package indexes · pkgs/by-name/ol/ollama/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S ollama

Arch Linux sync databases · ollama · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install ollama

openSUSE Tumbleweed package metadata · ollama · source: download.opensuse.org

Windows

Chocolateyverified · 92%
choco install Ollama

Chocolatey community package catalog · Ollama · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/ollama

Scoop official bucket manifest trees · bucket/ollama.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id Ollama.Ollama -e

Windows Package Manager source index · Ollama.Ollama · source: cdn.winget.microsoft.com

overview

Package summary

Create, run, and share large language models (LLMs)

Commands and aliases

  • ollama

history

Project history and usage

Ollama is a local model runner, model-management CLI, desktop app, and HTTP API for open-weight language models. It packages the tasks of downloading model artifacts, running inference, serving localhost APIs, creating Modelfile-based variants, and integrating with applications into one developer-facing tool.

Project history

The ollama/ollama repository was created on 2023-06-26, during the fast expansion of open-weight LLM releases after LLaMA-family models made local inference a mainstream developer activity. Written primarily in Go and licensed under MIT, the project made the single command pattern, such as ollama run model-name, central to its identity.

Ollama expanded from a terminal-first model runner into a broader local-AI substrate. Official docs expose a localhost API at port 11434, document generation, chat, embeddings, model pulling, pushing, and listing, and point developers to official Python and JavaScript libraries.

Adoption history

Ollama's adoption grew with developers' desire to run models without sending prompts, code, or data to hosted APIs. Its model library made open models discoverable by name and tag, while the CLI hid much of the friction around quantized model files, runtime setup, and GPU/CPU execution details.

By 2026-07-01, GitHub repository metadata reported 175,249 stars and 16,789 forks, making Ollama one of the most visible packages in the local-AI tooling wave. The official model library displays pull counts for individual models, and external developer docs such as GitLab's local-model guidance use Ollama as a practical way to serve supported LLMs for development.

How it is used

Developers use Ollama to pull and run models such as Llama, Gemma, Qwen, Mistral, DeepSeek, and embedding models; expose them to apps through the REST API; prototype agents and chat tools; and keep code or private documents on local hardware. The API is simple enough to call with curl and broad enough to support libraries, web UIs, IDE integrations, and agent tools.

The package also matters for model packaging. An Ollama model is not only weights: it can include a name, tag, quantization choice, prompt template, parameters, and Modelfile instructions. That makes the package feel closer to Docker-style model distribution than to a bare inference binary.

Why package nerds care

Ollama is significant because it moved local LLMs from specialist inference stacks into normal package-manager territory. Homebrew, Linux package managers, Windows package managers, Docker, language clients, and an HTTP API all point at the same basic workflow: install one executable, pull a named model, and serve or run it.

Timeline

  • 2023-06-26: The ollama/ollama repository was created on GitHub.
  • 2024-01-23: Ollama announced initial Python and JavaScript libraries.
  • 2024-09-25: Meta announced Llama 3.2 models, including vision models and small edge-oriented text models.
  • 2024-11: Ollama documented Llama 3.2 Vision support in Ollama 0.4, including 11B and 90B variants.
  • 2026-07-01: GitHub repository metadata reported 175,249 stars, 16,789 forks, Go as the primary language, and MIT licensing.

Related projects

  • Related projects and ecosystems include llama.cpp, Docker, Open WebUI, LangChain-style application frameworks, Hugging Face model distribution, Ollama's Python and JavaScript libraries, and open model families from Meta, Google, Alibaba/Qwen, Mistral, DeepSeek, and others.

security posture

Risk level: orange

formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • formula declares a Homebrew service

Signals

  • metadata:service

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
ollamacliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-25
manager version0.32.3
manager updated2026-07-23
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/ollama/ollama

install metadata

Package metadata

Package keybrew:ollama
Version0.32.3
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/ollama
Homepagehttps://ollama.com/
Repositoryhttps://github.com/ollama/ollama
Upstream docshttps://docs.ollama.com/
LicenseMIT
Source archivehttps://github.com/ollama/ollama.git
Last updated2026-07-23T20:22:35Z
Pulseupdated
Dependenciesmlx-c
Build dependenciesccache, cmake, go
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicedeclared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameollama
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

ollama

nix profile install nixpkgs#ollama
  • normalized package name match
  • Matched by: Ollama
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ol/ollama/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

ollama 0.17.7-r1

Download and run large language models locally (CPU)

https://github.com/ollama/ollama

sudo apk add ollama
  • License: MIT
  • Architecture: x86_64
  • Source Package: ollama
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ollama
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ollama from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ollama-doc 0.17.7-r1

Download and run large language models locally (CPU) (documentation)

https://github.com/ollama/ollama

sudo apk add ollama-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: ollama
  • normalized package name match
  • Matched by: Ollama
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ollama-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

ollama 0.23.4-2.fc45

Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models

https://github.com/ollama/ollama

sudo dnf install ollama
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-HP AND BSL-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC0-1.0 AND ISC AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ollama
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ollama
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ollama from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ollama-base 0.23.4-2.fc45

The base ollama

https://github.com/ollama/ollama

sudo dnf install ollama-base
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-HP AND BSL-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC0-1.0 AND ISC AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ollama
  • 8 dependencies
  • 12 provides
  • normalized package name match
  • Matched by: Ollama
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ollama-base from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ollama-rocm 0.23.4-2.fc45

The ROCm backend for ollama

https://github.com/ollama/ollama

sudo dnf install ollama-rocm
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-HP AND BSL-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC0-1.0 AND ISC AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ollama
  • 10 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ollama
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ollama-rocm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ollama-vulkan 0.23.4-2.fc45

The Vulkan backend for ollama

https://github.com/ollama/ollama

sudo dnf install ollama-vulkan
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause-HP AND BSL-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC0-1.0 AND ISC AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ollama
  • 7 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ollama
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ollama-vulkan from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ollama 0.30.7-1

Create, run and share large language models (LLMs)

https://github.com/ollama/ollama

sudo pacman -S ollama
  • License: MIT
  • Architecture: x86_64
  • 3 dependencies
  • normalized package name match
  • Matched by: Ollama
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ollama from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

ollama 0.24.0-1.1

Tool for running AI models on-premise

https://ollama.com

sudo zypper install ollama
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ollama
  • 11 dependencies
  • 11 provides
  • normalized package name match
  • Matched by: Ollama
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ollama from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

ollama-vulkan 0.24.0-1.1

Ollama Module using Vulkan

https://ollama.com

sudo zypper install ollama-vulkan
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ollama
  • 8 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Ollama
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ollama-vulkan from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

ollama

sudo port install ollama
  • normalized package name match
  • Matched by: Ollama
MacPorts ports tree · api.github.com · MacPorts ports tree: llm/ollama/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

Ollama

choco install Ollama
  • normalized package name match
  • Matched by: Ollama
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: Ollama from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','office365homepremium'
Scoop95%

main/ollama

scoop install main/ollama
  • normalized package name match
  • Matched by: Ollama
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/ollama.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Ollama.Ollama

winget install --id Ollama.Ollama -e
  • normalized package name match
  • Matched by: Ollama
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Ollama.Ollama from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment