Skip to content

Releases: AveJaPl/voiceflow

voiceflow 0.2.1 — update notifications

Choose a tag to compare

@AveJaPl AveJaPl released this 09 Aug 15:14

0.2.1 — 2026-08-09

  • [All] Update check: voiceflow now checks GitHub once a day for a newer
    release (single anonymous request; disable with updates.check: false).
    The desktop app shows an update button; voiceflow update checks 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

Choose a tag to compare

@AveJaPl AveJaPl released this 09 Aug 15:08

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-cairo for charts.
  • Dictation history: every dictation logged locally; voiceflow last --copy recovers 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.bat below 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

Choose a tag to compare

@AveJaPl AveJaPl released this 09 Aug 13:07

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 | bash

Requirements: Linux with PipeWire, GNOME on Wayland, optional NVIDIA GPU
(~2.5 GB VRAM for large-v3-turbo). Developed on Ubuntu 26.04 / GNOME 50.