transcribe

Local speech-to-text transcription on Apple Silicon macOS. Supports wav directly and other audio formats via ffmpeg.

By badlogic · 489 installs

npx skills add badlogic/pi-skills --skill transcribe

Source repository · Upstream listing

Transcribe Local speech to text using parakeet cpp transcribe on Apple Silicon macOS. Usage The first run downloads the macOS arm64 binary from the latest badlogic/pibot GitHub release into the extension's ignored bin directory: ( {extensionDir} is the parent directory of this skill's {baseDir} .) The binary downloads its GGUF model automatically if missing. Output Plain text timestamped in 15 second chunks is written to stdout: Model/GGML diagnostic logs are written to stderr. Redirect stderr to hide them: Requirements Apple Silicon macOS only curl and tar ffmpeg for non WAV input: brew install ffmpeg