Skip to content
Getting Started

Getting Started

After installing Voxclip, follow these steps to make your first transcription. Everything runs locally — no accounts or API keys needed.

Verify the installation

voxclip version

Download a speech model

voxclip setup

This downloads and verifies the default model (tiny on Linux, small on macOS). Models are stored in:

  • Linux: $XDG_DATA_HOME/voxclip/models or ~/.local/share/voxclip/models
  • macOS: ~/Library/Application Support/voxclip/models

Record and transcribe

voxclip

This runs the default flow:

  1. Record — captures audio from your microphone
  2. Transcribe — processes the audio with the speech model
  3. Copy — puts the transcript on your clipboard

Press Enter to start recording, then Enter again to stop. The transcript prints in the terminal and is copied to your clipboard.

Next steps