Nightly Build 0.16.2.dev20260908+f48bdda
This is a nightly development build. It may contain bugs or incomplete features. Use at your own risk.
What's in This Build
Commit Details:
- SHA:
f48bdda - Message: docs: improve project documentation for a clearer public surface (#634)
- Author: Jatin K Malik
- Date: 2026-09-07 22:51:14 -0700
Changes Since Last Nightly
- f48bdda docs: improve project documentation for a clearer public surface (#634)
- cdfe541 feat(speech_recognition): add faster-whisper engine backend (#543)
- 7664266 feat(commands): localize punctuation voice commands (#640) (#642)
- f90e4d5 fix(injection): release ydotool Ctrl after a timed-out paste (#675)
- 2c6acbc fix(inject): layout-aware clipboard paste for Neo and friends (#788)
- d07c70d fix(audio): stop sink-wake from clipping start/stop cues (#804)
- dcd8d06 fix(asr): keep Parakeet recognition alive after decode errors (#803)
- affbf6a feat(settings): simple setup for the speech model, with Advanced as an island (#801)
- 8f4aeca feat(asr): add Parakeet TDT 0.6B engine via sherpa-onnx (#802)
- 946e19e feat(settings): make the language picker searchable while its list is open (#798)
- 9a0a677 feat(models): make the recommendation applicable and stop ignoring the disk (#797)
- 40bc31b fix(settings): stop freezing when applying an already-downloaded model (#790)
- 43bf363 fix(models): let the selected language decide the whisper.cpp variant (#795)
- f02a6a7 fix(settings): flip whisper.cpp specialization when language is English (#780)
- 688d9e9 feat(language): start a first run from the language the system points at (#796)
Installation
Quick Install (Recommended)
Download the wheel file below and install:
pip install vocalinux-0.16.2.dev20260908+f48bdda-py3-none-any.whlFrom PyPI (Stable)
For the latest stable release:
pip install vocalinuxUsing Install Script
curl -fsSL https://raw.githubusercontent.com/VocaHQ/vocalinux/main/install.sh | bashAppImage (no install, no root)
Download the .AppImage matching your CPU (x86_64 or aarch64) below:
chmod +x Vocalinux-0.16.2.dev20260908+f48bdda-x86_64.AppImage
./Vocalinux-0.16.2.dev20260908+f48bdda-x86_64.AppImageRequires xdotool/wtype/ydotool on the host for text injection, same as the PyPI install path.
Build Information
| Property | Value |
|---|---|
| Version | 0.16.2.dev20260908+f48bdda |
| Base Version | 0.16.2 |
| Build Date | 20260908 |
| Python | 3.11+ |
| OS | Linux (X11 & Wayland) |
Files
vocalinux-0.16.2.dev20260908+f48bdda-py3-none-any.whl- Python wheel (recommended)vocalinux-0.16.2.dev20260908+f48bdda.tar.gz- Source distributionVocalinux-0.16.2.dev20260908+f48bdda-x86_64.AppImage- Self-contained, no install (Intel/AMD)Vocalinux-0.16.2.dev20260908+f48bdda-aarch64.AppImage- Self-contained, no install (ARM64, added shortly after this release is published)
Links
Only the 3 most recent nightly builds are kept. This build will be automatically deleted when newer nightlies are created.
Generated on 2026-09-08 07:10:33 UTC