Yap 0.4.0
Speech-to-Text Desktop App by Applause Lab
Downloads
| Platform | Download |
|---|---|
| macOS (Apple Silicon, Intel via Rosetta) | Yap-0.4.0-macOS.dmg |
| Windows Installer | Yap-0.4.0-Windows-Setup.exe |
| Linux (Ubuntu 22.04, Debian 11/12) | Yap-0.4.0-Linux-ubuntu22.AppImage or .deb |
| Linux (Ubuntu 24.04+) | Yap-0.4.0-Linux-ubuntu24.AppImage or .deb |
Installation
macOS: Open the DMG, drag to Applications folder
Windows: Run the installer
Linux (AppImage): chmod +x *.AppImage && ./Yap-*.AppImage
Linux (DEB): sudo apt install ./Yap-*.deb (auto-installs dependencies)
Linux Version Guide
| Your Distro | Use This |
|---|---|
| Ubuntu 22.04 LTS, Debian 11/12, Linux Mint 21 | ubuntu22 packages |
| Ubuntu 24.04 LTS+, Debian 13+, Linux Mint 22+ | ubuntu24 packages |
Tip: Run
cat /etc/os-releaseto check your distro version.
What's Changed
- feat: polished permissions onboarding inspired by Logi Options+ by @nikolaykolibarov in #4
- chore(main): release 0.4.0 by @nikolaykolibarov in #6
Full Changelog: v0.3.0...v0.4.0