Skip to content

v0.5.8: Full cross-platform support & Linux ARM64

Choose a tag to compare

@github-actions github-actions released this 03 Dec 22:38
· 320 commits to main since this release

Changes

  • Full cross-platform CLI: Windows and macOS now fully supported
    alongside Linux
    • Cross-platform IPC (named pipes on Windows, domain sockets on Unix)
    • Cross-platform hotkey support via global-hotkey crate
    • All service commands now work: whis listen, whis stop, whis status
  • Linux ARM64 support: CLI binaries now available for ARM64
    (Raspberry Pi, AWS Graviton)
  • CLI refactoring: Unified codebase structure and modularized
    commands
  • Improved release workflow: Automated multi-platform builds with
    release templates

CLI

Voice-to-text from your terminal.

Platform Download
Linux whis-v0.5.8-x86_64-unknown-linux-gnu.tar.gz
macOS whis-v0.5.8-aarch64-apple-darwin.tar.gz
Windows whis-v0.5.8-x86_64-pc-windows-msvc.zip

Other platforms (Linux ARM64, macOS Intel) available in attached assets.

Install via package manager:

cargo install whis        # All platforms
yay -S whis               # Arch Linux (AUR)

Desktop App

Full-featured GUI with system tray, hotkey support, and auto-paste.

AppImage (recommended):

chmod +x Whis_0.5.8_amd64.AppImage
./Whis_0.5.8_amd64.AppImage --install
# Then launch "Whis" from your app menu

Debian (.deb) and RPM packages also available in attached assets.