Procedure
Install OpenAI Whisper locally
Install ffmpeg, then install openai-whisper via pip in a Python environment, and verify with whisper --help.
Install ffmpeg first (required). macOS: brew install ffmpeg . Linux: apt
Install ffmpeg first (required). macOS: brew install ffmpeg . Linux: apt/dnf/pacman install ffmpeg (elevated as needed). Windows: choco install ffmpeg or scoop install ffmpeg . Then in a Python 3.8–3.11+ venv per https://github.com/openai/whisper : pip install -U openai-whisper . Optional GPU: install a matching PyTorch CUDA build before Whisper so pip does not pull CPU-only torch.
Ensure the venv Scripts/bin directory is on PATH (or activate the venv).
Ensure the venv Scripts/bin directory is on PATH (or activate the venv). If tiktoken fails to build, install Rust / setuptools-rust as noted in the README.
whisper --help
whisper --help
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.