v0.0.36
What's Changed
- Added realtime transcription and translation support by @djthorpe in #89
- Fixed dependencies for Vulkan container
This is a pre-release version, and further changes which can affect the API might occur.
Full Changelog: v0.0.35...v0.0.36
Downloading the CLI
Download the CLI for Linux and MacOS here. This does not contain the server. To check the integrity of the binary, and make it executable:
# Download and check against the SHA256 hash on the releases page
wget -O gowhisper -q https://github.com/mutablelogic/go-whisper/releases/download/v0.0.36/gowhisper-darwin-arm64
sha256sum gowhisper
chmod +x gowhisper
# For MacOS, remove quarantine attribute
xattr -d com.apple.quarantine gowhisper
# Run the executable
./gowhisper --help