Releases: JRufer/VoxCtrl
Release list
VoxCtrl v0.3.0
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 |
| Windows | -windows-x86_64-setup.exe |
None |
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 / GPU — 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*.AppImageWhat's Changed
- Fix fresh-install failures: TTS silent, hotkeys dead, permissions loop, dictation pipeline silently broken by @JRufer in #60
- Moonshine speech engine + Wayland overlay fixes (v0.3.0) by @JRufer in #61
- Fix Moonshine Linux release link error on older glibc by @JRufer in #62
Full Changelog: v0.2.7...v0.3.0
VoxCtrl v0.2.8
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
- 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
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
VoxCtrl v0.2.6
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
- 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
VoxCtrl v0.2.4
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 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
- fix(packaging): stage overlay sidecar before tauri-build validates it by @JRufer in #49
- fix(build/ci): make bare cargo builds work + build Windows NSIS only by @JRufer in #50
- feat(gpu+overlay): Vulkan AppImage for portable GPU + overlay stderr diagnostics by @JRufer in #51
Full Changelog: v0.2.3.3...v0.2.4
VoxCtrl v0.1.12
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 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
- Development by @JRufer in #42
- Fix: for build scripts for cuda builds. by @JRufer in #43
- fix: resolve 8 confirmed bugs from code review with regression tests by @JRufer in #44
Full Changelog: v0.1.11...v0.1.12
VoxCtr v0.1.11
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.AppImageLinux CUDA — install
sudo dpkg -i VoxCtr_*-linux-x86_64-cuda.debFull Changelog: v0.1.10...v0.1.11
VoxCtr v0.1.10
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.AppImageLinux CUDA — install
sudo dpkg -i VoxCtr_*-linux-x86_64-cuda.debFull Changelog: v0.1.9...v0.1.10
VoxCtrl v0.1.8
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.AppImageLinux CUDA — install
sudo dpkg -i VoxCtrl_*-linux-x86_64-cuda.debFull Changelog: v0.1.7...v0.1.8
VoxCtr v0.1.7
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.AppImageLinux CUDA — install
sudo dpkg -i VoxCtr_*-linux-x86_64-cuda.debFull Changelog: v0.1.6...v0.1.7