Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill local-speech-to-text-apple-silicon --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Local Speech To Text Apple Silicon?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-local-speech-to-text-apple-silicon)More formats (shields.io, HTML) on the badges page.
---
name: local-speech-to-text-apple-silicon
description: "Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key)."
category: "Media"
author: community
version: "1.0.0"
icon: image
---
# Parakeet MLX (CLI)
Use `parakeet-mlx` to transcribe audio locally on Apple Silicon.
Quick start
- `parakeet-mlx /path/audio.mp3 --output-format txt`
- `parakeet-mlx /path/audio.m4a --output-format vtt --highlight-words`
- `parakeet-mlx *.mp3 --output-format all`
Notes
- Install CLI with: `uv tool install parakeet-mlx -U` (not `uv add` or `pip install`)
- Use `parakeet-mlx --help` to see all options (`--help`, not `-h`).
- Models download from Hugging Face to `~/.cache/huggingface` on first run.
- Default model: `mlx-community/parakeet-tdt-0.6b-v3` (optimized for Apple Silicon).
- Requires `ffmpeg` installed for audio processing.
- Output formats: txt, srt, vtt, json, or all.
- Use `--verbose` for detailed progress and confidence scores.
- Accepts multiple files (shell wildcards like `*.mp3` work).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!