Skip to content

VoxCtrl v0.1.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 May 16:37

Project name changed to VoxCtrl. All code and documentation should reflect this change. I will rename the github repo next.

fix: issue with windows dll installers.

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
./VoxCtrl_*-linux-x86_64.AppImage

Linux CUDA — install

sudo dpkg -i VoxCtrl_*-linux-x86_64-cuda.deb

Full Changelog: v0.1.7...v0.1.8