Skip to content

Andiamogo/VoxtralPTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoxtralPTT

macOS menu bar push-to-talk speech-to-text app. 100% local on Apple Silicon.

Hold Right ⌥ → speak → release → text is pasted into the active field.

Features

  • Fully local — Voxtral Realtime 4B via MLX, no cloud, no API key
  • Push-to-talk — hold Right Option to record, release to transcribe
  • Live chunking — audio is transcribed during recording, not after
  • Auto-paste — transcription is pasted into the active text field via Cmd+V

Requirements

  • macOS 14+ (Sonoma or later)
  • Apple Silicon (M1/M2/M3/M4)
  • ~3 GB disk space (model downloaded on first launch)

Install

git clone https://github.com/music-mash/VoxtralPTT.git
cd VoxtralPTT
make build
xcrun swift run VoxtralPTT

Or download the DMG from Releases.

Permissions

On first launch, macOS will ask for:

  • Microphone — to capture audio
  • Accessibility — to simulate Cmd+V and paste text

Configuration

Variable Default Description
VOXTRAL_MODEL mlx-community/Voxtral-Mini-4B-Realtime-2602-4bit HuggingFace model ID

License

MIT

About

Local push-to-talk speech-to-text for macOS, powered by MistralAI's Voxtral Realtime 4B via MLX.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors