You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(windows): bundle vulkan-1.dll to fix startup crash
Windows users without the Vulkan runtime installed were experiencing
"vulkan-1.dll not found" errors that prevented the app from starting.
This affected systems without dedicated GPUs, VMs, and clean Windows
installations.
The fix bundles vulkan-1.dll from the Vulkan SDK during CI builds. Since
Tauri places resources in a subdirectory rather than next to the exe,
NSIS installer hooks move the DLL to the correct location after install.
Once the DLL is present, whisper.cpp gracefully falls back to CPU
transcription on systems without GPU/Vulkan drivers.
Fixes#829, fixes#840
0 commit comments