Push-to-talk voice-to-text for Linux and macOS. Fully offline and open source.
For Omarchy, Arch, NixOS, Ubuntu, Debian, Fedora, and more
v0.7.1For macOS 13 Ventura and later (Apple Silicon & Intel). Install via Homebrew tap.
v0.7.1Install directly from your distribution's package manager
Our primary development target. One-click install, zero configuration.
Install → AI → Dictation
Install from the AUR using paru or yay
# Using paru
paru -S voxtype
# Using yay
yay -S voxtype
Add to your configuration or use nix-shell
# In configuration.nix
environment.systemPackages = [ pkgs.voxtype ];
# Or try it
nix-shell -p voxtype
Install via Homebrew Cask. Apple Silicon and Intel both supported. The cask runs voxtype setup on first launch to download the model and request microphone permissions.
# Add the tap
brew tap peteonrails/voxtype
# Install
brew install --cask voxtype
# Launch the menubar app
open -a Voxtype
Looking for other versions or installation methods?