Skip to content

Latest Release

Latest

Choose a tag to compare

@github-actions github-actions released this 29 May 05:27
· 2 commits to main since this release

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/transcriber

Windows

Extract the zip file and add the executable to your PATH.