Skip to content

VoxCtr v0.1.11

Choose a tag to compare

@github-actions github-actions released this 06 Jun 04:09

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

Linux CUDA — install

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

Full Changelog: v0.1.10...v0.1.11