Installation
Installation
Voxclip is installed from release artifacts. There is intentionally no voxclip install command.
Installer script (recommended)
Default install:
curl -fsSL https://raw.githubusercontent.com/fmueller/voxclip/main/scripts/install-voxclip.sh | shPinned version:
curl -fsSL https://raw.githubusercontent.com/fmueller/voxclip/main/scripts/install-voxclip.sh | sh -s -- --version vX.Y.ZReview the script first:
curl -fsSL https://raw.githubusercontent.com/fmueller/voxclip/main/scripts/install-voxclip.sh -o install-voxclip.sh
less install-voxclip.sh
sh install-voxclip.shThe installer:
- Detects your OS/arch and downloads the matching release archive
- Verifies archive integrity with
checksums.txt - Installs
voxclipto~/.local/binand the whisper runtime to~/.local/libexec/whisper/whisper-cli
Installer downloads come from GitHub Releases assets for the selected tag. The target machine does not build whisper.cpp — the release archive already contains a prebuilt whisper-cli binary.
Manual install from release archive
- Download the matching archive for your OS/arch from GitHub Releases.
- Extract it and keep this layout intact:
voxclip
libexec/whisper/whisper-cli- Put
voxclipon yourPATHand preserve its relative path tolibexec/whisper/whisper-cli.
Prerequisites
Voxclip requires a recording backend to capture audio.
ffmpeg is required — install with:
brew install ffmpeg