macOS
brew install whisper-cpplocal Homebrew formula metadata
brew
Port of OpenAI's Whisper model in C/C++. Version 1.9.1 via Homebrew; verified 2026-06-19.
install
brew install whisper-cpplocal Homebrew formula metadata
sudo apk add whisper-serverAlpine Linux edge package indexes · whisper-server · source: dl-cdn.alpinelinux.org
sudo dnf install whisper-cppFedora Rawhide package metadata · whisper-cpp · source: dl.fedoraproject.org
nix profile install nixpkgs#whisper-cppnixpkgs package indexes · pkgs/by-name/wh/whisper-cpp/package.nix · source: api.github.com
scoop install main/whisper-cppScoop official bucket manifest trees · bucket/whisper-cpp.json · source: api.github.com
overview
Port of OpenAI's Whisper model in C/C++
history
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.
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.
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.
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.
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
whisper-bench | cli | global executable | |
whisper-cli | cli | global executable | |
whisper-command | cli | global executable | |
whisper-lsp | cli | global executable | |
whisper-quantize | cli | global executable | |
whisper-server | cli | global executable | |
whisper-stream | cli | global executable | |
whisper-talk-llama | cli | global executable | |
whisper-vad-speech-segments | 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/ggml-org/whisper.cpp
install metadata
| Package key | brew:whisper-cpp |
|---|---|
| Version | 1.9.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/whisper-cpp |
| Homepage | https://github.com/ggml-org/whisper.cpp |
| Repository | https://github.com/ggml-org/whisper.cpp |
| Upstream docs | https://github.com/ggml-org/whisper.cpp#readme |
| License | MIT |
| Source archive | https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.9.1.tar.gz |
| Last updated | 2026-06-19T09:02:25Z |
| Pulse | updated |
| Dependencies | ggml, sdl2-compat |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | whisper-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 | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | whisper-cpp |
| 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.
whisper-cpp
nix profile install nixpkgs#whisper-cppwhisper-server 1.8.4-r2
whisper.cpp server
https://github.com/ggerganov/whisper.cpp
sudo apk add whisper-serverwhisper-server-openrc 1.8.4-r2
whisper.cpp server (OpenRC init scripts)
https://github.com/ggerganov/whisper.cpp
sudo apk add whisper-server-openrcwhisper.cpp 1.8.4-r2
Port of OpenAI's Whisper model in C/C++
https://github.com/ggerganov/whisper.cpp
sudo apk add whisper.cppwhisper.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-devwhisper.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-libswhisper.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-vulkanwhisper-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-cppwhisper-cpp-devel 1.8.3-1.fc45
Libraries and headers for whisper-cpp
https://github.com/ggerganov/whisper.cpp
sudo dnf install whisper-cpp-develmain/whisper-cpp
scoop install main/whisper-cppsource 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.