Clarification on System Requirements #98
Replies: 2 comments 1 reply
@nickolasjadams Hey, sorry for the confusion, that FAQ line is wrong and I'll fix it. The shipped DMG is Apple Silicon (arm64) only - that's why the installer is blocking you on Intel. The README "Requirements" section is the accurate one, the FAQ on the website is stale and I'll get it updated. Building from source on Intel might compile ( |
|
Quick follow-up — I went ahead and put together an experimental Intel (x86_64) build so you can try it out: 👉 https://github.com/jatinkrmalik/vocamac/releases/tag/experimental-intel-x86_64 A few things to flag honestly upfront:
If you do try it, I'd love to hear back here on this thread:
Separately, the doc fixes for the "Intel is supported" misinformation are in #138 — that should land shortly. Thanks again for the nudge — appreciate the patience! 🙏 |

@nickolasjadams Hey, sorry for the confusion, that FAQ line is wrong and I'll fix it.
The shipped DMG is Apple Silicon (arm64) only - that's why the installer is blocking you on Intel. The README "Requirements" section is the accurate one, the FAQ on the website is stale and I'll get it updated.
Building from source on Intel might compile (
swift build -c release --arch x86_64), but it's not tested or supported, and WhisperKit leans heavily on the Neural Engine — so even if it runs, transcription on Intel CPU will be painfully slow. Honestly, I wouldn…