Skip to content

VoxCtrl v0.2.6

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:55
8ba7b4e

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(overlay): keep Wayland surface alive while idle so it re-shows (v0.2.5) by @JRufer in #53
  • ci: stop bundling host graphics/Wayland libs in the AppImage (fixes overlay-once) by @JRufer in #54

Full Changelog: v0.2.4...v0.2.6