Getting Started
Installation
Section titled “Installation”Download the latest release for your platform from voquill.com/download.
- Open the downloaded
.dmgfile. - Drag the Voquill icon into the Applications folder.
- Eject the disk image.
- 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.
Windows
Section titled “Windows”- Run the downloaded
.exeinstaller. - Follow the on-screen prompts to complete the installation.
- Voquill will be available from the Start menu.
Linux (Debian/Ubuntu)
Section titled “Linux (Debian/Ubuntu)”There are multiple Linux installation options available on the voquill.com/download page. The easiest is via the APT package for automatic updates:
curl -fsSL https://voquill.github.io/apt/install.sh | bashOr set up the repository manually:
# Add GPG keycurl -fsSL https://voquill.github.io/apt/gpg-key.asc \ | sudo gpg --dearmor -o /usr/share/keyrings/voquill.gpg
# Add repositoryecho "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
# Installsudo apt-get updatesudo apt-get install voquill-desktopTo install the development channel instead:
curl -fsSL https://voquill.github.io/apt/install.sh | bash -s -- --devUpgrade with:
sudo apt-get update && sudo apt-get upgrade voquill-desktopFirst Launch
Section titled “First Launch”- Open Voquill after installation.
- Choose your transcription mode: Local, API, or Cloud.
- If using local mode, Voquill will download a Whisper model on first use.
Transcription Modes
Section titled “Transcription Modes”| Mode | Description |
|---|---|
| Local | On-device transcription using Whisper. Fully offline. |
| API | Direct connection to Groq’s Whisper API. |
| Cloud | Transcription via Voquill’s cloud service. |
Recording Your First Transcription
Section titled “Recording Your First Transcription”Press the global hotkey to start recording. Speak naturally, then press the hotkey again to stop. Your transcription will appear automatically.
Next Steps
Section titled “Next Steps”- Configure tones to adjust how your transcriptions are cleaned up.
- Add dictionary terms for domain-specific vocabulary.
- Explore keyboard shortcuts in the settings.