macOS
brew install whisper-cpplocal Homebrew formula metadata
安装
brew install whisper-cpplocal Homebrew formula metadata
sudo dnf install whisper-cppFedora Rawhide package metadata · whisper-cpp · 来源: dl.fedoraproject.org
nix profile install nixpkgs#whisper-cppnixpkgs package indexes · pkgs/by-name/wh/whisper-cpp/package.nix · 来源: api.github.com
sudo apk add whisper-serverAlpine Linux edge package indexes · whisper-server · 来源: dl-cdn.alpinelinux.org
scoop install main/whisper-cppScoop official bucket manifest trees · bucket/whisper-cpp.json · 来源: api.github.com
概览
Port of OpenAI's Whisper model in C/C++
历史
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.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
whisper-bench | cli | 全局可执行文件 | |
whisper-cli | cli | 全局可执行文件 | |
whisper-command | cli | 全局可执行文件 | |
whisper-lsp | cli | 全局可执行文件 | |
whisper-quantize | cli | 全局可执行文件 | |
whisper-server | cli | 全局可执行文件 | |
whisper-stream | cli | 全局可执行文件 | |
whisper-talk-llama | cli | 全局可执行文件 | |
whisper-vad-speech-segments | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/ggml-org/whisper.cpp
安装元数据
| 软件包键 | brew:whisper-cpp |
|---|---|
| 版本 | 1.9.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/whisper-cpp |
| 主页 | https://github.com/ggml-org/whisper.cpp |
| 仓库 | https://github.com/ggml-org/whisper.cpp |
| 上游文档 | https://github.com/ggml-org/whisper.cpp#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.9.1.tar.gz |
| 最后更新 | 2026-06-19T09:02:25Z |
| Pulse | updated |
| 依赖 | ggml, sdl2-compat |
| 构建依赖 | cmake |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | 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/ |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-cpp来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.