| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| whisper-bin-Win32.zip | 2026-01-15 | 3.6 MB | |
| whisper-bin-x64.zip | 2026-01-15 | 4.0 MB | |
| whisper-blas-bin-Win32.zip | 2026-01-15 | 10.5 MB | |
| whisper-blas-bin-x64.zip | 2026-01-15 | 16.5 MB | |
| whisper-cublas-11.8.0-bin-x64.zip | 2026-01-15 | 61.6 MB | |
| whisper-cublas-12.4.0-bin-x64.zip | 2026-01-15 | 459.9 MB | |
| whisper-v1.8.3-xcframework.zip | 2026-01-15 | 44.1 MB | |
| whispercpp.jar.zip | 2026-01-15 | 1.7 MB | |
| README.md | 2026-01-15 | 3.1 kB | |
| v1.8.3 source code.tar.gz | 2026-01-15 | 7.9 MB | |
| v1.8.3 source code.zip | 2026-01-15 | 8.6 MB | |
| Totals: 11 Items | 618.2 MB | 38 | |
Overview
Maintenance release, latest ggml, minor improvements in the tools/server/bindings.
What's Changed
- server : set no_context == true by @ggerganov in https://github.com/ggml-org/whisper.cpp/pull/3482
- WASM example broken for Hebrew by @Orel-A in https://github.com/ggml-org/whisper.cpp/pull/3487
- ruby : tiny bug fix by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3490
- 12x Performance Boost with Integrated Graphics by @OrelSokolov in https://github.com/ggml-org/whisper.cpp/pull/3492
- ruby : VAD separately from ASR by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3518
- vad : Silero VAD v6.2.0 by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3524
- need to #include <cmath> to compile on macos 11 by @smilingpoplar in https://github.com/ggml-org/whisper.cpp/pull/3533
- Add verified device of Ascend NPU by @lrisguan in https://github.com/ggml-org/whisper.cpp/pull/3516
- examples : fix typo in vad-speech-segments command [no ci] by @danbev in https://github.com/ggml-org/whisper.cpp/pull/3535
- tests : update VAD tests to use Silero V6.2.0 by @danbev in https://github.com/ggml-org/whisper.cpp/pull/3534
- vad : fix buffer overflow in sample reduction loop by @josephsellers in https://github.com/ggml-org/whisper.cpp/pull/3558
- Allow NextSegment() to be called across multiple Process() calls in the Go binding by @joshmux in https://github.com/ggml-org/whisper.cpp/pull/3503
- Enable VAD for Go bindings by @joshmux in https://github.com/ggml-org/whisper.cpp/pull/3563
- server: allow custom temp directory for ffmpeg by @socram8888 in https://github.com/ggml-org/whisper.cpp/pull/3564
- Fix FreeBSD linker error: undefined reference to pthread_create by @rsmirnov90 in https://github.com/ggml-org/whisper.cpp/pull/3568
- ruby : add Whisper::Token, fix model URI by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3575
- ruby : fix segmentation fault by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3591
- cmake: fix executable example targets by @ink-splatters in https://github.com/ggml-org/whisper.cpp/pull/3600
New Contributors
- @Orel-A made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3487
- @OrelSokolov made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3492
- @smilingpoplar made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3533
- @lrisguan made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3516
- @josephsellers made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3558
- @joshmux made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3503
- @socram8888 made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3564
- @rsmirnov90 made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3568
- @ink-splatters made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3600
Full Changelog: https://github.com/ggml-org/whisper.cpp/compare/v1.8.2...v1.8.3