Releases: AveJaPl/voiceflow
Releases · AveJaPl/voiceflow
Release list
voiceflow 0.2.1 — update notifications
0.2.1 — 2026-08-09
- [All] Update check: voiceflow now checks GitHub once a day for a newer
release (single anonymous request; disable withupdates.check: false).
The desktop app shows an update button;voiceflow updatechecks from the CLI. - [All] This changelog, with per-platform tags.
Full changelog: CHANGELOG.md
Install / update (same command both times):
- Linux:
curl -fsSL https://raw.githubusercontent.com/AveJaPl/voiceflow/main/install.sh | bash - Windows: double-click voiceflow-install.bat (below)
voiceflow 0.2.0 — desktop app, Discord presence, Windows beta
New
- Desktop control center (Linux, GTK4/libadwaita): sidebar navigation, live dashboard, searchable dictation history, statistics with a 14-day chart and a GitHub-style activity calendar, per-app volume sliders, vocabulary editor, Discord section — no YAML editing needed. Requires
python3-gi-cairofor charts. - Dictation history: every dictation logged locally;
voiceflow last --copyrecovers text pasted into the wrong window. - Per-app ducking rules with a default for unknown apps; automatic mute of voice-chat mic streams during dictation.
- Discord Rich Presence: friends see a 'dictating' activity with a timer while you speak (local IPC; requires your own free Application ID).
- Windows port (beta) — same core, Win32 backends. Install: download
voiceflow-install.batbelow and double-click. Details and honest limitations: docs/WINDOWS.md.
Install
Linux: curl -fsSL https://raw.githubusercontent.com/AveJaPl/voiceflow/main/install.sh | bash
Windows: voiceflow-install.bat (asset below) → double-click.
voiceflow 0.1.0
First public release.
Local, GPU-accelerated voice dictation for Linux (GNOME/Wayland): hotkey-driven
recording, live on-screen preview, clipboard-safe text injection, automatic
voice-chat mute/duck, custom decoding vocabulary, CPU fallback.
Install without cloning:
curl -fsSL https://raw.githubusercontent.com/AveJaPl/voiceflow/main/install.sh | bashRequirements: Linux with PipeWire, GNOME on Wayland, optional NVIDIA GPU
(~2.5 GB VRAM for large-v3-turbo). Developed on Ubuntu 26.04 / GNOME 50.