This is the latest stable release. It mirrors the most recent tagged version.
For specific version releases and changelogs, see the individual version releases.
Installation
Download the appropriate binary for your platform and add it to your PATH.
Linux/macOS
curl -L https://github.com/nnanto/transcriber/releases/download/latest/transcriber-linux-amd64.tar.gz | tar -xz
sudo mv transcriber-* /usr/local/bin/transcriber
# Or for macOS
curl -L https://github.com/nnanto/transcriber/releases/download/latest/transcriber-darwin-amd64.tar.gz | tar -xz
sudo mv transcriber-* /usr/local/bin/transcriberWindows
Extract the zip file and add the executable to your PATH.