Skip to content

Getting Started

Download the latest release for your platform from voquill.com/download.

  1. Open the downloaded .dmg file.
  2. Drag the Voquill icon into the Applications folder.
  3. Eject the disk image.
  4. Open Voquill from your Applications folder. On first launch, macOS may ask you to confirm since the app was downloaded from the internet — click Open.
  1. Run the downloaded .exe installer.
  2. Follow the on-screen prompts to complete the installation.
  3. Voquill will be available from the Start menu.

There are multiple Linux installation options available on the voquill.com/download page. The easiest is via the APT package for automatic updates:

Terminal window
curl -fsSL https://voquill.github.io/apt/install.sh | bash

Or set up the repository manually:

Terminal window
# Add GPG key
curl -fsSL https://voquill.github.io/apt/gpg-key.asc \
| sudo gpg --dearmor -o /usr/share/keyrings/voquill.gpg
# Add repository
echo "deb [signed-by=/usr/share/keyrings/voquill.gpg arch=amd64] https://voquill.github.io/apt stable main" \
| sudo tee /etc/apt/sources.list.d/voquill.list
# Install
sudo apt-get update
sudo apt-get install voquill-desktop

To install the development channel instead:

Terminal window
curl -fsSL https://voquill.github.io/apt/install.sh | bash -s -- --dev

Upgrade with:

Terminal window
sudo apt-get update && sudo apt-get upgrade voquill-desktop
  1. Open Voquill after installation.
  2. Choose your transcription mode: Local, API, or Cloud.
  3. If using local mode, Voquill will download a Whisper model on first use.
ModeDescription
LocalOn-device transcription using Whisper. Fully offline.
APIDirect connection to Groq’s Whisper API.
CloudTranscription via Voquill’s cloud service.

Press the global hotkey to start recording. Speak naturally, then press the hotkey again to stop. Your transcription will appear automatically.

  • Configure tones to adjust how your transcriptions are cleaned up.
  • Add dictionary terms for domain-specific vocabulary.
  • Explore keyboard shortcuts in the settings.