Installation
The Veronese CLI (veronese) lets you transcribe podcasts, YouTube videos, and audio files directly from your terminal — no browser needed.
Shell script (recommended)
Section titled “Shell script (recommended)”Works on macOS and Linux. Downloads and installs the latest release automatically.
curl -fsSL https://cli.veronesebook.com/install.sh | shVerify the installation:
veronese versionHomebrew (macOS)
Section titled “Homebrew (macOS)”brew install veroneseManual install
Section titled “Manual install”- Download the latest binary for your platform from the releases page.
- Move it to a directory on your
$PATH:
mv veronese /usr/local/bin/veronesechmod +x /usr/local/bin/veroneseVerify
Section titled “Verify”veronese version