macOS
brew install ollamalocal Homebrew formula metadata
sudo port install ollamaMacPorts ports tree · llm/ollama/Portfile · source: api.github.com
brew
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
brew install ollamalocal Homebrew formula metadata
sudo port install ollamaMacPorts ports tree · llm/ollama/Portfile · source: api.github.com
sudo apk add ollamaAlpine Linux edge package indexes · ollama · source: dl-cdn.alpinelinux.org
sudo dnf install ollamaFedora Rawhide package metadata · ollama · source: dl.fedoraproject.org
nix profile install nixpkgs#ollamanixpkgs package indexes · pkgs/by-name/ol/ollama/package.nix · source: api.github.com
sudo pacman -S ollamaArch Linux sync databases · ollama · source: geo.mirror.pkgbuild.com
sudo zypper install ollamaopenSUSE Tumbleweed package metadata · ollama · source: download.opensuse.org
choco install OllamaChocolatey community package catalog · Ollama · source: community.chocolatey.org
scoop install main/ollamaScoop official bucket manifest trees · bucket/ollama.json · source: api.github.com
winget install --id Ollama.Ollama -eWindows Package Manager source index · Ollama.Ollama · source: cdn.winget.microsoft.com
overview
Create, run, and share large language models (LLMs)
history
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.
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.
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.
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.
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.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ollama | cli | global executable |
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.
https://github.com/ollama/ollama
install metadata
| Package key | brew:ollama |
|---|---|
| Version | 0.32.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ollama |
| Homepage | https://ollama.com/ |
| Repository | https://github.com/ollama/ollama |
| Upstream docs | https://docs.ollama.com/ |
| License | MIT |
| Source archive | https://github.com/ollama/ollama.git |
| Last updated | 2026-07-23T20:22:35Z |
| Pulse | updated |
| Dependencies | mlx-c |
| Build dependencies | ccache, cmake, go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ollama |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ollama
nix profile install nixpkgs#ollamaollama 0.17.7-r1
Download and run large language models locally (CPU)
https://github.com/ollama/ollama
sudo apk add ollamaollama-doc 0.17.7-r1
Download and run large language models locally (CPU) (documentation)
https://github.com/ollama/ollama
sudo apk add ollama-docollama 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 ollamaollama-base 0.23.4-2.fc45
The base ollama
https://github.com/ollama/ollama
sudo dnf install ollama-baseollama-rocm 0.23.4-2.fc45
The ROCm backend for ollama
https://github.com/ollama/ollama
sudo dnf install ollama-rocmollama-vulkan 0.23.4-2.fc45
The Vulkan backend for ollama
https://github.com/ollama/ollama
sudo dnf install ollama-vulkanollama 0.30.7-1
Create, run and share large language models (LLMs)
https://github.com/ollama/ollama
sudo pacman -S ollamaollama 0.24.0-1.1
Tool for running AI models on-premise
sudo zypper install ollamaollama-vulkan 0.24.0-1.1
Ollama Module using Vulkan
sudo zypper install ollama-vulkanollama
sudo port install ollamaOllama
choco install Ollamamain/ollama
scoop install main/ollamaOllama.Ollama
winget install --id Ollama.Ollama -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.