Download the fixed Whisper model before starting transcription. Ekko loads
ggml/ggml-tiny.en-q5_1.bin and transcribes in English.
make download-modelDownloaded .bin files are ignored by Git.
Install app and audio dependencies, then build Whisper support:
make setupRun the app in development mode:
make devFor a production build:
make build