Transcrivo
CLI install

Install the Transcrivo CLI from one place.

Choose your operating system and runtime backend, copy the installer command, and you are ready to generate a token and connect a live session.

Install commandRelease binaries
Pick your platform and backend, then run one command.

Platform

Backend

curl -LsSf https://transcrivo.live/install.sh | bash -s -- --backend cpu

The installer downloads the latest release, installs to ~/.local/bin, and prints PATH guidance.

Which backend should I choose?

CPU

Safest default. Works without GPU-specific runtime setup.

Vulkan

Use when Vulkan is installed and your system exposes a working driver.

CUDA

Use on NVIDIA systems with a compatible CUDA runtime.

Current selection

Linux + CPU

transcrivo-linux-x86_64-cpu

After installation

Open the web app, create a session, generate a token, then run this in your terminal:transcrivo run --token YOUR_TOKEN

List available audio devices:transcrivo devicesUse --mic-device to select your microphone and --system-device to capture system audio (e.g., speakers). Example:transcrivo run --token YOUR_TOKEN --mic-device mic-1 --system-device loopback-1