Skip to content

VoxCtrl v0.2.8

Choose a tag to compare

@github-actions github-actions released this 06 Jul 00:53
863e6f2

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.AppImage

Linux CUDA — install

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

What's Changed

  • Fix fresh-install failures: TTS silent, hotkeys dead, permissions loop, dictation pipeline silently broken by @JRufer in #60

Full Changelog: v0.2.7...v0.2.8