Skip to content

Releases: JRufer/VoxCtrl

VoxCtrl v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 00:54
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
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*.AppImage

What'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

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

VoxCtrl v0.2.7

Choose a tag to compare

@github-actions github-actions released this 27 Jun 06:50
370fbf2

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

  • 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

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

VoxCtrl v0.2.4

Choose a tag to compare

@github-actions github-actions released this 19 Jun 01:14
66c6a57

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

Linux CUDA — install

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

What'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

Choose a tag to compare

@github-actions github-actions released this 06 Jun 16:49

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

Linux CUDA — install

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

What'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

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

VoxCtr v0.1.10

Choose a tag to compare

@github-actions github-actions released this 03 Jun 02:37

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.9...v0.1.10

VoxCtrl v0.1.8

VoxCtrl v0.1.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 May 16:37

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

Linux CUDA — install

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

Full Changelog: v0.1.7...v0.1.8

VoxCtr v0.1.7

VoxCtr v0.1.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 May 14:02

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.6...v0.1.7