Skip to content

Releases: rtk-ai/vox

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:58
9597c2f

0.15.1 (2026-07-09)

Bug Fixes

  • install: support VOX_INSTALL_DIR and fall back to ~/.local/bin without sudo (#71) (c92366a), closes #70

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:03
6cd83a8

0.15.0 (2026-07-07)

Features

  • add pocket backend (Kyutai pocket-tts, pure Rust CPU) and make it the default (#68) (61acdd6)

Bug Fixes

  • respect configured/system lang in MCP instructions instead of hardcoding French (#67) (ac63bf1)

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 14 May 19:28
6d9094a

0.14.0 (2026-05-14)

Features

  • add --volume flag for audio gain control (6831a0a)
  • add CUDA builds for Linux and Windows (dc7f6c6)

Bug Fixes

  • add missing CUDA libs to CI toolkit (nvrtc, cublas, curand) (230fe07)
  • align backend preference validation with runtime registry (#61) (02501d0)
  • bundle espeak-ng-data inside binary (fixes #59) (#60) (b251c3c)
  • CI failures — disable kokoro on Windows, fix clippy and example (c24bd7a)
  • clippy clone-on-copy, set CUDA_COMPUTE_CAP for CI builds (554219d)
  • disable kokoro from default features, fix Linux cross-compile (d0cdfa9)
  • gate kokoro behind feature flag to fix Linux link error (ae22cd2)
  • install full CUDA toolkit in CI (cudarc needs many libs) (28b040d)
  • remove aarch64-linux cross-compile from release (not working in CI) (8db035c)
  • remove x86_64-apple-darwin from release (ort has no prebuilt binaries) (b565b9b)

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 08:54
6e14889

0.13.0 (2026-04-16)

Features

  • externalize model config to models.toml, mark kokoro as EN-only (de5b587)
  • replace Kokoro Python subprocess with pure Rust (kokoro-tts crate) (a522b56)

Bug Fixes

  • release workflow not uploading binary assets (fixes #56) (1cd8c02)
  • remove kokoro from TUI backend list (poor quality) (c89c7bc)

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 14:02
ca3135f

0.12.0 (2026-04-06)

Features

  • add vox bench auto-detection of best backend (#53) (0a7f073)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 13:48
f1609db

0.11.0 (2026-04-06)

Features

  • full Rust piper backend (piper-rs) + TUI quality ratings (#52) (7f0292f)

Bug Fixes

  • auto-enable CUDA for piper backend when NVIDIA GPU detected (#50) (4288eff)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 13:05
2d19a2e

0.10.0 (2026-04-06)

Features

  • add piper TTS backend and set as default for all platforms (#49) (48d2193)

Bug Fixes

  • resolve clippy warnings breaking CI (manual_find, trim_split_whitespace, iter_cloned_collect) (#47) (8dfd6ce)

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 18:02
f4f19ce

0.9.1 (2026-03-18)

Bug Fixes

  • revert kokoro to Python backend, restore say default on macOS (#37) (0c2f7a1)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 17:30
fc4c041

0.9.0 (2026-03-18)

Features

  • add lazy daemon mode and streaming voxtream-server integration (#36) (47a7609), closes #30

Bug Fixes

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:16
4579f14

0.8.0 (2026-03-18)

Features

  • add VoXtream2 backend and interactive TUI setup (#31) (5c7799c)