π¦ ClawHub
Transcribe Audio with Parakeet MLX
by @kylehowells
Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
TERMINAL
clawhub install parakeet-mlxπ About This Skill
name: parakeet-mlx description: Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key). homepage: https://github.com/senstella/parakeet-mlx metadata: {"clawdbot":{"emoji":"π¦","requires":{"bins":["parakeet-mlx"]},"install":[{"id":"uv-tool","kind":"uv","formula":"parakeet-mlx","bins":["parakeet-mlx"],"label":"Install Parakeet MLX CLI (uv tool install)"}]}}
Parakeet MLX (CLI)
Use parakeet-mlx to transcribe audio locally on Apple Silicon.
Quick start
parakeet-mlx /path/audio.mp3 --output-format txtparakeet-mlx /path/audio.m4a --output-format vtt --highlight-wordsparakeet-mlx *.mp3 --output-format allNotes
uv tool install parakeet-mlx -U (not uv add or pip install)parakeet-mlx --help to see all options (--help, not -h).~/.cache/huggingface on first run.mlx-community/parakeet-tdt-0.6b-v3 (optimized for Apple Silicon).ffmpeg installed for audio processing.--verbose for detailed progress and confidence scores.*.mp3 work).