Port details |
- whisper.cpp Port of OpenAI's Whisper model in C/C++
- 1.7.6 audio
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-09-04 07:36:12
- Last Update: 2025-09-05 05:08:29
- Commit Hash: 183706c
- License: MIT
- WWW:
- https://github.com/ggerganov/whisper.cpp
- Description:
- High-performance inference of OpenAI's Whisper automatic speech recognition
(ASR) model:
Features:
* Plain C/C++ implementation without dependencies
* Apple Silicon first-class citizen - optimized via ARM NEON, Accelerate
framework, Metal and Core ML
* AVX intrinsics support for x86 architectures
* VSX intrinsics support for POWER architectures
* Mixed F16 / F32 precision
* Integer quantization support
* Zero memory allocations at runtime
* Vulkan support
* Support for CPU-only inference
* Efficient GPU support for NVIDIA
* OpenVINO Support
* Ascend NPU Support
* Moore Threads GPU Support
* C-style API
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- whisper.cpp>0:audio/whisper.cpp
- To install the port:
- cd /usr/ports/audio/whisper.cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/whisper.cpp
- pkg install whisper.cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: whisper.cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1756961106
SHA256 (ggerganov-whisper.cpp-v1.7.6_GH0.tar.gz) = 166140e9a6d8a36f787a2bd77f8f44dd64874f12dd8359ff7c1f4f9acb86202e
SIZE (ggerganov-whisper.cpp-v1.7.6_GH0.tar.gz) = 7307730
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libggml.so : misc/ggml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for whisper.cpp-1.7.6:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- audio_whisper.cpp
- USES:
- cmake:testing
- pkg-message:
- For install:
- You installed whisper.cpp: Port of OpenAI's Whisper model in C/C++
In order to use whisper.cpp you should first download an AI model.
For example:
$ whisper.cpp-download-ggml-model.sh base.en
Then you can transcribe audio files using a command:
$ whisper-cli -m ggml-base.en.bin -f {sample}.wav
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.6 05 Sep 2025 05:08:29
    |
Yuri Victorovich (yuri)  |
audio/whisper.cpp: Fix tests when Vulkan is used |
1.7.6 04 Sep 2025 07:32:58
    |
Yuri Victorovich (yuri)  |
misc/whisper.cpp: New port: Port of OpenAI's Whisper model in C/C++ |
Number of commits found: 2
|