VoxCtrl v0.2.4
Downloads
Pick the build for your platform and GPU:
| Platform | File suffix | GPU required |
|---|---|---|
| Linux | -linux-x86_64.AppImage |
None |
| Linux (NVIDIA) | -linux-x86_64-cuda.deb |
NVIDIA driver 520+ |
| Windows | -windows-x86_64-setup.exe |
None |
| Windows (NVIDIA) | -windows-x86_64-cuda-setup.exe |
NVIDIA driver 520+ |
CUDA builds use your GPU for Whisper inference (~3–10× faster).
They require an NVIDIA driver but not the CUDA Toolkit.
CPU builds run on any hardware, including AMD, Intel, and ARM.
Linux CPU — first run
chmod +x VoxCtrl_*-linux-x86_64.AppImage
# Run the built-in host setup (configures evdev global hotkeys and udev permissions)
./VoxCtrl_*-linux-x86_64.AppImage --install
# Launch the application
./VoxCtrl_*-linux-x86_64.AppImageLinux CUDA — install
sudo dpkg -i VoxCtrl_*-linux-x86_64-cuda.debWhat's Changed
- fix(packaging): stage overlay sidecar before tauri-build validates it by @JRufer in #49
- fix(build/ci): make bare cargo builds work + build Windows NSIS only by @JRufer in #50
- feat(gpu+overlay): Vulkan AppImage for portable GPU + overlay stderr diagnostics by @JRufer in #51
Full Changelog: v0.2.3.3...v0.2.4