# Clone repo
git clone <https://github.com/ggerganov/whisper.cpp.git>
cd whisper.cpp
# Download model
bash ./models/download-ggml-model.sh base.en
# Build
mkdir build
cd build
cmake ../
make
# Inside build/src you’ll find the whisper.dylib
# Inside build/ggml/src you’ll find the sgml.dylib