Automic VaultAutomic Vault

brew

Install whisper-cpp with Homebrew, apk, dnf, Nix, scoop

Port of OpenAI's Whisper model in C/C++. Version 1.9.1 via Homebrew; verified 2026-06-19.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install whisper-cpp

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add whisper-server

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

Fedora dnfverified · 92%
sudo dnf install whisper-cpp

Fedora Rawhide package metadata · whisper-cpp · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#whisper-cpp

nixpkgs package indexes · pkgs/by-name/wh/whisper-cpp/package.nix · source: api.github.com

Windows

Scoopverified · 92%
scoop install main/whisper-cpp

Scoop official bucket manifest trees · bucket/whisper-cpp.json · source: api.github.com

overview

Package summary

Port of OpenAI's Whisper model in C/C++

Commands and aliases

  • whisper-bench
  • whisper-cli
  • whisper-command
  • whisper-lsp
  • whisper-quantize
  • whisper-server
  • whisper-stream
  • whisper-talk-llama
  • whisper-vad-speech-segments

history

Project history and usage

whisper.cpp is Georgi Gerganov's C and C++ runtime for OpenAI's Whisper speech-recognition models. It appeared days after OpenAI released Whisper in September 2022 and turned the Python/PyTorch reference implementation into a small, portable, dependency-light local transcription tool.

Project history

OpenAI introduced Whisper on September 21, 2022 as an automatic speech recognition system trained on 680,000 hours of multilingual and multitask supervised data. The original OpenAI repository positioned Whisper as a general-purpose model for multilingual transcription, translation to English, and language identification.

The whisper.cpp repository was created on September 25, 2022. Its README describes the project as a port of OpenAI's Whisper model in C/C++, with the high-level model implementation contained in `whisper.h` and `whisper.cpp` and the lower-level tensor work handled by ggml. That made Whisper usable in environments where Python, PyTorch, or CUDA were undesirable or unavailable.

The project grew with ggml-style model conversion, quantization, platform backends, examples, bindings, and command-line tools. Its model documentation explains that original OpenAI PyTorch models are converted to ggml format for loading from C/C++, while project discussions and release notes document features such as integer quantization, streaming, server usage, and embedded-device experiments.

Adoption history

whisper.cpp became one of the canonical local-AI command-line packages because it made a large neural speech model feel like a normal Unix tool: download a converted model, run an executable, and transcribe local audio without a cloud service. The upstream GitHub repository reported more than 51,000 stars and more than 5,700 forks via GitHub's API on July 2, 2026.

Its adoption also matters historically because it helped establish the ggml pattern later associated with local inference projects: compact C/C++ runtimes, quantized model files, CPU-first portability, and optional acceleration paths. In package-manager culture, whisper.cpp is the package people reach for when they want OpenAI Whisper behavior in scripts, media pipelines, offline transcription jobs, and low-power devices.

How it is used

Typical usage is local speech-to-text: converting or downloading a ggml-format Whisper model, running `whisper-cli` or related tools against audio, and emitting transcripts or timestamps. The repository also ships examples and executables for benchmarking, streaming microphone input, running a local server, quantizing models, and integrating with other applications through a C API or bindings.

The package is especially useful when privacy, offline operation, repeatable batch processing, or hardware portability matter more than managed cloud transcription. Users choose model size and quantization level as the tradeoff knob between accuracy, memory footprint, and speed.

Why package nerds care

For package nerds, whisper.cpp is a landmark local-inference package: it compressed a research model into a buildable C/C++ artifact that could live comfortably in Homebrew, Linux distributions, Docker images, mobile apps, WebAssembly experiments, and single-purpose transcription workflows.

It also became a reference point for later local-AI ports. When people compare local speech runtimes, they often distinguish broad cross-platform portability in whisper.cpp from Apple-specific Core ML and Neural Engine approaches such as WhisperKit, or Python/GPU-oriented projects such as faster-whisper.

Timeline

  • 2022-09-21: OpenAI introduced Whisper and released model code and weights for multilingual speech recognition.
  • 2022-09-25: The whisper.cpp GitHub repository was created.
  • 2023: whisper.cpp discussions and releases documented integer quantization, streaming, and embedded-device experiments.
  • 2026-07-02: GitHub API metadata showed the repository above 51,000 stars, reflecting broad adoption in the local-AI ecosystem.

Related projects

  • OpenAI Whisper is the upstream model and Python reference implementation.
  • ggml is the low-level machine-learning library and model-format ecosystem used by whisper.cpp.
  • WhisperKit targets Apple Silicon with Swift and Core ML rather than whisper.cpp's cross-platform C/C++ approach.

Sources

  • OpenAI Whisper announcement: https://openai.com/index/whisper/
  • OpenAI Whisper repository: https://github.com/openai/whisper
  • whisper.cpp GitHub API metadata: https://api.github.com/repos/ggml-org/whisper.cpp
  • whisper.cpp model documentation: https://github.com/ggml-org/whisper.cpp/blob/master/models/README.md
  • whisper.cpp repository and README: https://github.com/ggml-org/whisper.cpp
  • whisper.cpp v1.4.0 quantization discussion: https://github.com/ggml-org/whisper.cpp/discussions/838

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:stream,server

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.
  • Build metadata lists 1 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
whisper-benchcliglobal executable
whisper-clicliglobal executable
whisper-commandcliglobal executable
whisper-lspcliglobal executable
whisper-quantizecliglobal executable
whisper-servercliglobal executable
whisper-streamcliglobal executable
whisper-talk-llamacliglobal executable
whisper-vad-speech-segmentscliglobal 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-08
manager version1.9.1
manager updated2026-06-19
local dataok
upstreamcurrent
latest detectedv1.9.1

https://github.com/ggml-org/whisper.cpp

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:whisper-cpp
Version1.9.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/whisper-cpp
Homepagehttps://github.com/ggml-org/whisper.cpp
Repositoryhttps://github.com/ggml-org/whisper.cpp
Upstream docshttps://github.com/ggml-org/whisper.cpp#readme
LicenseMIT
Source archivehttps://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.9.1.tar.gz
Last updated2026-06-19T09:02:25Z
Pulseupdated
Dependenciesggml, sdl2-compat
Build dependenciescmake
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
Caveatswhisper-cpp requires GGML model files to work. These are not downloaded by default. To obtain model files (.bin), visit one of these locations: https://huggingface.co/ggerganov/whisper.cpp/tree/main https://ggml.ggerganov.com/

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewhisper-cpp
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%

whisper-cpp

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

whisper-server 1.8.4-r2

whisper.cpp server

https://github.com/ggerganov/whisper.cpp

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

whisper-server-openrc 1.8.4-r2

whisper.cpp server (OpenRC init scripts)

https://github.com/ggerganov/whisper.cpp

sudo apk add whisper-server-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: whisper.cpp
  • 1 dependencies
  • normalized package name match
  • Matched by: Whisper Cpp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: whisper-server-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

whisper.cpp 1.8.4-r2

Port of OpenAI's Whisper model in C/C++

https://github.com/ggerganov/whisper.cpp

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

whisper.cpp-dev 1.8.4-r2

Port of OpenAI's Whisper model in C/C++ (development files)

https://github.com/ggerganov/whisper.cpp

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

whisper.cpp-libs 1.8.4-r2

Port of OpenAI's Whisper model in C/C++

https://github.com/ggerganov/whisper.cpp

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

whisper.cpp-vulkan 1.8.4-r2

Port of OpenAI's Whisper model in C/C++ (Vulkan backend)

https://github.com/ggerganov/whisper.cpp

sudo apk add whisper.cpp-vulkan
  • License: MIT
  • Architecture: x86_64
  • Source Package: whisper.cpp
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Whisper Cpp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: whisper.cpp-vulkan from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

whisper-cpp 1.8.3-1.fc45

Port of OpenAI's Whisper model in C/C++

https://github.com/ggerganov/whisper.cpp

sudo dnf install whisper-cpp
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: whisper-cpp
  • 10 dependencies
  • 6 provides
  • normalized package name match
  • Matched by: Whisper Cpp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: whisper-cpp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

whisper-cpp-devel 1.8.3-1.fc45

Libraries and headers for whisper-cpp

https://github.com/ggerganov/whisper.cpp

sudo dnf install whisper-cpp-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: whisper-cpp
  • 7 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Whisper Cpp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: whisper-cpp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
Scoop95%

main/whisper-cpp

scoop install main/whisper-cpp
  • normalized package name match
  • Matched by: Whisper Cpp
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/whisper-cpp.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

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