Skip to content

Releases: infiniV/VoiceFlow

VoiceFlow v1.4.0

01 Apr 15:17
075a2f6

Choose a tag to compare

What's New

GitHub Actions CI/CD

Builds are now automated — Linux and Windows installers are built on GitHub Actions instead of locally. Linux AppImages are built on Ubuntu 22.04 (glibc 2.35) for broad distro compatibility.

Bug Fixes

  • Fixed glibc incompatibility — AppImage no longer requires glibc 2.43, works on Ubuntu 22.04+, Debian 12+, KDE Neon 24.04, Fedora 36+ (#15)
  • Fixed executable stack error — cleared GNU_STACK RWE flag that Linux 6.8+ kernels reject
  • Fixed microphone compatibility — devices that don't support 16kHz natively now record at their default sample rate and resample automatically

Downloads

  • Windows: VoiceFlowSetup-1.4.0.exe
  • Linux AppImage: VoiceFlow-1.4.0-x86_64.AppImage
  • Linux Tarball: VoiceFlow-1.4.0-linux-x86_64.tar.gz

VoiceFlow v1.3.2

28 Mar 08:27
76c729e

Choose a tag to compare

Bug Fixes

Linux

  • Paste fixed: text is now typed directly via wtype instead of Ctrl+V — works correctly in terminals and all Wayland applications
  • CUDA fixed: app no longer crashes when libcublas.so.12 is missing on the host; verifies CUDA libraries are actually loadable before enabling GPU, falls back to CPU automatically
  • Build: fixed TypeScript error for Navigator.userAgentData type

Downloads

  • AppImage (recommended): VoiceFlow-1.3.2-x86_64.AppImage
  • Tarball: VoiceFlow-1.3.2-linux-x86_64.tar.gz

VoiceFlow v1.4.0 - Linux Experimental

27 Mar 16:37

Choose a tag to compare

Pre-release

Linux Experimental Release

First Linux release of VoiceFlow. Experimental - tested on Arch Linux with Hyprland/Wayland + NVIDIA.

Downloads

  • AppImage (recommended) - single portable binary, no install needed
  • Tarball - extract and run ./VoiceFlow

What's New

  • Linux support with Wayland-native input (evdev) and clipboard (wl-copy)
  • Reduced-effects mode for Qt WebEngine software rendering performance
  • Multi-monitor popup fix (re-detects active monitor on each recording)
  • Show/hide recording indicator toggle in Settings
  • Cross-platform build scripts (Linux tarball + AppImage, macOS .dmg)

Requirements

  • x86_64 Linux
  • PulseAudio or PipeWire (for audio recording)
  • wl-copy for clipboard (install wl-clipboard)
  • Optional: wtype for native Wayland paste

Known Issues

  • pyautogui paste fallback requires tkinter (python3-tk) if no Wayland paste tool is installed
  • libEGL warnings on NVIDIA are cosmetic and do not affect functionality

VoiceFlow v1.3.1

03 Jan 22:50

Choose a tag to compare

What's New

  • Fix: Resolved crash when pressing hotkey (Qt threading issue)
  • Fix: Popup transparency on Windows production builds
  • Feature: Custom hotkey capture with modifier-only support (e.g., Ctrl+Win)
  • Feature: Backend hotkey validation

Installation

Download and run VoiceFlowSetup-1.3.1.exe to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)

VoiceFlow v1.3.0

21 Dec 14:22

Choose a tag to compare

What's New

GPU Acceleration Support

  • Automatic CUDA Detection: Uses ctranslate2's built-in CUDA detection without requiring PyTorch
  • One-Click GPU Setup: Automatically downloads cuDNN 9.5.1 (~550MB) and cuBLAS 12.8.3 (~330MB) from NVIDIA CDN - no NVIDIA account required
  • Flexible Device Selection: Choose between Auto (recommended), CUDA GPU, or CPU modes
  • New Onboarding Step: Hardware detection step with device selection cards showing GPU name, CUDA status, and supported compute types

UI Improvements

  • Compute Device Indicator: Active Config panel now shows GPU/CPU status with GPU name in green with Zap icon when using CUDA
  • Settings Integration: New Compute Device dropdown in Advanced section with GPU info card
  • Reset Options: Added "CUDA Libraries" checkbox in Reset Data dialog to clear downloaded CUDA libraries

Bug Fixes

  • Removed 60-second recording limit: Users can now record indefinitely without time restrictions

Documentation

  • Updated CLAUDE.md with git guidelines and clear_cache info

New Files

  • src-pyloid/services/gpu.py - GPU detection and CUDA availability checks
  • src-pyloid/services/cudnn_downloader.py - Automatic CUDA library downloader

Installation

Download and run VoiceFlowSetup-1.3.0.exe to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)
  • For GPU acceleration: NVIDIA GPU with CUDA support (optional)

VoiceFlow v1.2.2

21 Dec 10:06

Choose a tag to compare

What's New

  • Fix: "Download from HuggingFace" button now works correctly in the app
  • Feature: Add option to delete AI models when resetting data in Settings
  • Improvement: Manual download fallback with HuggingFace links when model download fails
  • Only deletes VoiceFlow's faster-whisper models, not other HuggingFace cached models

Installation

Download and run VoiceFlowSetup-1.2.2.exe to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)

VoiceFlow v1.2.1

18 Dec 18:16

Choose a tag to compare

What's New

  • Expanded Model Support: Added all faster-whisper models including English-only (.en) and distilled variants
  • Enhanced Model Selection: New detailed model cards with speed/accuracy ratings, download sizes, and best-use descriptions
  • Turbo Model Fix: Updated to use official Systran repository for better reliability
  • Bug Fix: Fixed TypeScript type error in model download progress callback

Installation

Download and run VoiceFlowSetup-1.2.1.exe to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)

VoiceFlow v1.2.0

17 Dec 19:34

Choose a tag to compare

What's New

  • Custom Hotkeys: Added support for configurable 'Hold to Record' and 'Toggle Recording' modes in Settings.
  • Model Lifecycle Standardization: Improved application stability and startup performance.
  • Enhanced Logging: Added file-based logging for better debugging.
  • Data Reset: Added ability to wipe all local data and history.
  • Audio Metadata: History items now track duration, size, and type.

Installation

Download and run \VoiceFlowSetup-1.2.0.exe\ to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)

VoiceFlow v1.1.1

15 Dec 12:23

Choose a tag to compare

What's New

  • Implement core application structure, UI pages, and Python backend services for voice flow functionality
  • Add app dashboard screenshot to README

Installation

Download and run VoiceFlowSetup-1.1.1.exe to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)

VoiceFlow v1.1.0

14 Dec 18:08

Choose a tag to compare

What's New

  • New Dashboard UI - Redesigned home page with settings management and stats display
  • StatsHeader Component - Display user statistics and active configuration at a glance
  • Enhanced Desktop Structure - Improved Pyloid desktop app with custom title bar, tray menu, and recording popup
  • History Management - New UI components for managing transcription history
  • Updated Branding - Revamped README with marketing-focused content and new visual assets

Installation

Download and run VoiceFlowSetup-1.1.0.exe to install VoiceFlow.

System Requirements

  • Windows 10/11 (64-bit)