Installation
pip / pipx (all platforms)
pip install corky
# or
pipx install corky
This installs a prebuilt wheel with the compiled binary — no Rust toolchain needed.
Shell installer (Linux & macOS)
curl -sSf https://raw.githubusercontent.com/btakita/corky/main/install.sh | sh
This downloads a prebuilt binary to ~/.local/bin/corky. Use --system to install to /usr/local/bin instead (requires sudo).
From source
make install
Source installs require a GPU transcription backend. make install selects
transcribe-cuda on NVIDIA Linux or transcribe-metal on macOS and stops if the
GPU build cannot be produced.
Windows
pip install corky is the easiest option. Alternatively, download .zip from GitHub Releases or build from source with make install.