mlx-whisper is a fast implementation of OpenAI's Whisper model optimized for Apple Silicon (M1/M2/M3) using Apple's MLX framework. Version 0.4.3 supports transcription, language detection, and word-level timestamps with Hugging Face Hub integration. Updates are frequent, roughly weekly.
pip install mlx-whisperVerified import paths — ran on the pinned version, not inferred.
Transcribe an audio file (supported formats: .mp3, .wav, .m4a, .flac, .ogg).
Run on an Apple Silicon machine (M1/M2/M3/M4) or use a different Whisper implementation.
Provide a valid file path (e.g., 'audio.mp3') or download the file first.
Update code to use the new keys. Old code is backward-compatible but you may want to use the streamlined result['text'].
Use `word_timestamps=True` instead of `group_segments=True`.