Download Voxtype

Push-to-talk voice-to-text for Linux and macOS. Fully offline and open source.

Linux

For Omarchy, Arch, NixOS, Ubuntu, Debian, Fedora, and more

v0.7.1

macOS

For macOS 13 Ventura and later (Apple Silicon & Intel). Install via Homebrew tap.

v0.7.1

Use Your Package Manager

Install directly from your distribution's package manager

Omarchy

Our primary development target. One-click install, zero configuration.

Install → AI → Dictation

Arch Linux

Install from the AUR using paru or yay

# Using paru
paru -S voxtype

# Using yay
yay -S voxtype

NixOS

Add to your configuration or use nix-shell

# In configuration.nix
environment.systemPackages = [ pkgs.voxtype ];

# Or try it
nix-shell -p voxtype

macOS

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

System Requirements

Linux

  • Omarchy
  • Arch Linux (via AUR)
  • NixOS
  • Ubuntu 24.04+ or Debian Trixie+
  • Fedora 39+
  • glibc 2.39 or later (Ubuntu 24.04+, Debian Trixie+, Fedora 40+)
  • PipeWire or PulseAudio
  • Wayland or X11

macOS

  • macOS 13 Ventura or later
  • Apple Silicon (M1/M2/M3/M4) or Intel
  • Homebrew package manager
  • 4GB RAM minimum
  • 500MB disk space

Other Options

Looking for other versions or installation methods?