askill
mlx-whisper

mlx-whisperSafety 100Repository

Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).

0 stars
1.2k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

MLX Whisper

Local speech-to-text using Apple MLX, optimized for Apple Silicon Macs.

Quick Start

mlx_whisper /path/to/audio.mp3 --model mlx-community/whisper-large-v3-turbo

Common Usage

# Transcribe to text file
mlx_whisper audio.m4a -f txt -o ./output

# Transcribe with language hint
mlx_whisper audio.mp3 --language en --model mlx-community/whisper-large-v3-turbo

# Generate subtitles (SRT)
mlx_whisper video.mp4 -f srt -o ./subs

# Translate to English
mlx_whisper foreign.mp3 --task translate

Models (download on first use)

ModelSizeSpeedQuality
mlx-community/whisper-tiny~75MBFastestBasic
mlx-community/whisper-base~140MBFastGood
mlx-community/whisper-small~470MBMediumBetter
mlx-community/whisper-medium~1.5GBSlowerGreat
mlx-community/whisper-large-v3~3GBSlowestBest
mlx-community/whisper-large-v3-turbo~1.6GBFastExcellent (Recommended)

Notes

  • Requires Apple Silicon Mac (M1/M2/M3/M4)
  • Models cache to ~/.cache/huggingface/
  • Default model is mlx-community/whisper-tiny; use --model mlx-community/whisper-large-v3-turbo for best results

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

92/100Analyzed 3/1/2026

A well-structured skill for local speech-to-text using MLX Whisper on Apple Silicon. Provides clear command examples, model comparison table, and practical usage scenarios. Highly actionable with copy-pasteable commands. Not internal - applies universally to Apple Silicon Mac users. Minor gaps in troubleshooting and advanced options but overall comprehensive reference."

100
85
90
75
85

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publisherrustykuntz

Tags

No tags yet.