VoxCtrl v0.1.12
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
- Development by @JRufer in #42
- Fix: for build scripts for cuda builds. by @JRufer in #43
- fix: resolve 8 confirmed bugs from code review with regression tests by @JRufer in #44
Full Changelog: v0.1.11...v0.1.12