/install mlx-stt
MLX STT
Speech-To-Text/ASR/Transcribe with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.
Free and Accurate. No api key required. No server required.
Requirements
mlx: macOS with Apple Siliconbrew: used to install deps if not available
Installation
bash ${baseDir}/install.sh
This script will use brew to install these cli tools if not available:
ffmpeg: convert audio format when neededuv: install python package and run python scriptmlx_audio: do the real job
Usage
To transcribe an audio file, run this script:
bash ${baseDir}/mlx-stt.sh \x3Caudio_file_path>
- First run could be a little slow, since it will need to download model.
- The transcript result will be printed to stdout.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mlx-stt - After installation, invoke the skill by name or use
/mlx-stt - Provide required inputs per the skill's parameter spec and get structured output
What is MLX STT?
Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally. It is an AI Agent Skill for Claude Code / OpenClaw, with 3528 downloads so far.
How do I install MLX STT?
Run "/install mlx-stt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MLX STT free?
Yes, MLX STT is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MLX STT support?
MLX STT is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).
Who created MLX STT?
It is built and maintained by guoqiao (@guoqiao); the current version is v1.0.7.