Search Criteria
Package Details: voxtype-cuda 0.7.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/voxtype-cuda.git (read-only, click to copy) |
|---|---|
| Package Base: | voxtype-cuda |
| Description: | Pure CUDA version of the push-to-talk voice-to-text tool |
| Upstream URL: | https://voxtype.io |
| Licenses: | MIT |
| Conflicts: | voxtype |
| Provides: | voxtype |
| Submitter: | graysky |
| Maintainer: | graysky |
| Last Packager: | graysky |
| Votes: | 2 |
| Popularity: | 1.13 |
| First Submitted: | 2026-03-15 19:57 (UTC) |
| Last Updated: | 2026-05-19 20:16 (UTC) |
Dependencies (27)
- alsa-lib
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR) (make)
- gtk4-layer-shell (make)
- onnxruntime-cuda (make)
- pkgconf (pkgconf-gitAUR) (make)
- dotoolAUR (dotool-gitAUR) (optional) – keyboard simulation with layout support (KDE/GNOME compatible)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR) (optional) – runtime for the GTK4 on-screen mic visualizer (voxtype-osd-gtk4)
- gtk4-layer-shell (optional) – runtime for the GTK4 on-screen mic visualizer
- libnotify (libnotify-gitAUR) (optional) – desktop notifications
- ollama (ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-for-amdAUR, ollama-gitAUR, ollama-binAUR) (optional) – local AI summarization for meeting mode
- onnxruntime-cuda (optional) – required for ONNX engines
- Show 7 more dependencies...
Required by (1)
- voxtype-tray (requires voxtype)
Latest Comments
graysky commented on 2026-05-14 11:15 (UTC)
try with makepkg or better yet in a clean build root. aur helpers are not helpful.
neXyon commented on 2026-05-14 06:56 (UTC)
Not sure either. I have the last version installed and I'm just updating with yay. It happens during check, when
cargo test --frozenis run. So I could update fine withyay --mflags "--nocheck".graysky commented on 2026-05-13 19:15 (UTC)
Compiles for me in a clean build root. Not sure why you are having problems.
neXyon commented on 2026-05-13 05:28 (UTC) (edited on 2026-05-13 05:28 (UTC) by neXyon)
Thanks for the update! Unfortunately, the build fails with the following error, although I have onnxruntime-opt-cuda installed:
peteonrails commented on 2026-05-01 13:00 (UTC)
@graysky It looks correct - one thing to note is that many arch users are asking for CUDA 13 support, which is a little complicated to support in the onnx builds without breaking CUDA 12. In 0.7.0 I have some build flags to help with this.