Search Criteria
Package Details: whisper.cpp-cuda 1.8.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/whisper.cpp-cuda.git (read-only, click to copy) |
|---|---|
| Package Base: | whisper.cpp-cuda |
| Description: | Port of OpenAI's Whisper model in C/C++ (with NVIDIA CUDA optimizations) |
| Upstream URL: | https://github.com/ggerganov/whisper.cpp |
| Licenses: | MIT |
| Conflicts: | whisper.cpp |
| Provides: | whisper.cpp |
| Submitter: | robertfoster |
| Maintainer: | robertfoster |
| Last Packager: | robertfoster |
| Votes: | 1 |
| Popularity: | 0.019270 |
| First Submitted: | 2024-12-11 23:08 (UTC) |
| Last Updated: | 2026-01-17 01:18 (UTC) |
Dependencies (5)
- libggml-cuda-gitAUR
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-580xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-utils-betaAUR, nvidia-vulkan-utilsAUR)
- sdl2-compat (sdl2-gitAUR, sdl2AUR, sdl2-compat-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (13)
- galene-stt (requires whisper.cpp)
- omarchy-cmd-dictate (requires whisper.cpp)
- shisper-git (requires whisper.cpp)
- supersayer (requires whisper.cpp)
- supersayer (optional)
- suspiro (requires whisper.cpp)
- suspiro (requires whisper.cpp) (make)
- voxd (requires whisper.cpp) (optional)
- voxd-bin (requires whisper.cpp) (optional)
- voxd-git (requires whisper.cpp) (optional)
- whisper-dictate-git (requires whisper.cpp)
- whisper-toggle (requires whisper.cpp) (optional)
- wiggly-stt (requires whisper.cpp) (optional)
Latest Comments
1 2 3 Next › Last »
Moilleadoir commented on 2026-01-04 04:13 (UTC)
According to issue 2774, the problem binaries should have a
whisper-prefix.demizer commented on 2026-01-03 19:34 (UTC)
As @WinTao says, building from git works.
WinTao commented on 2025-12-29 21:14 (UTC)
Hitting the same GGML_KQ_MASK_PAD missing symbol.
The master branch of whisper.cpp has a commit from 2025/12/12 that fixes this issue: https://github.com/ggml-org/whisper.cpp/commit/cd9b8c6d1889ff8d40c201cd3eeec1a2c1dc5f8d
But no new version released yet. Modifying the PKGBUILD to build from the current git master branch fixed it for me.
Another issue: when installing the package, it creates binaries such as /usr/bin/stream (which conflicts with imagemagick) or /usr/bin/lsp (sounds like that would conflict with something). Maybe we shouldn't blindly install all the generated binaries but select them by name?
Moilleadoir commented on 2025-12-18 11:53 (UTC)
luiscastro193 commented on 2025-10-16 09:33 (UTC)
It compiled fine for me
Kcchouette commented on 2025-10-16 09:29 (UTC) (edited on 2025-10-16 09:44 (UTC) by Kcchouette)
Edit: building again
libggml-cuda-gitfix the problemevorster commented on 2025-08-18 14:24 (UTC)
So close!
ashs commented on 2025-08-11 16:24 (UTC) (edited on 2025-08-11 16:26 (UTC) by ashs)
I get this error at 95%:
dbb commented on 2025-07-06 11:53 (UTC)
Fails to build in a clean chroot with:
Had to add
nvidia-utilsto dependencies to get it to build.evorster commented on 2025-06-27 17:18 (UTC) (edited on 2025-06-27 17:18 (UTC) by evorster)
I now get this compile error:
1 2 3 Next › Last »