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 installs a voxtype command-line tool. Run voxtype configure afterwards to pick a model and grant microphone and Input Monitoring permissions.
# Add the tap
brew tap peteonrails/voxtype
# Install
brew install --cask voxtype
# Pick a model, set the hotkey, grant permissions
voxtype configure
Looking for other versions or installation methods?