Install plugin Whisper for Obsidian
plugin's settings:
- API-key = sk-0
- API-URL = http://127.0.0.1:8000/inference
- language = en
- recording folder = rec
- transcription folder = rec_notes
create folders rec and rec_notes in Obsidian.
https://github.com/ggerganov/whisper.cpp
all binaries for 1.8.1 https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.1
direct link for Whisper.cpp binaries windows-cublas (Release v1.8.1, x64, 12.4.0) https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.1/whisper-cublas-12.4.0-bin-x64.zip
from https://huggingface.co/ggerganov/whisper.cpp/tree/main and put in models folder
in my case - ggml-large-v3-q5_0.bin
create file start_whisper_server.bat in whisper.cpp folder and start the server
You're awesome!
win11+gpu tested
updated Oct 14 2025
works great! thank you