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