VoxCtrl v0.2.7
Downloads
Pick the build for your platform and GPU:
| Platform | File suffix | GPU required |
|---|---|---|
| Linux | -linux-x86_64.AppImage |
None |
| Linux (GPU) | -linux-x86_64-vulkan.AppImage |
Any Vulkan GPU |
| 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.
The Vulkan AppImage is a portable GPU build: it accelerates any
NVIDIA/AMD/Intel GPU via the host Vulkan driver, and falls back to
CPU when no GPU is present.
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
- chore: code review cleanup — remove legacy/cruft, fix CI, tighten frontend types by @JRufer in #56
- Generic OpenAI API LLM post-processing with system/user prompts by @JRufer in #58
- Replace Kokoro TTS engine with Pocket-TTS by @JRufer in #59
Full Changelog: v0.2.6...v0.2.7