WiaiKit launches tomorrow as a small setup and recovery kit for a Windows workflow where OpenWhispr turns speech into text and the result is used with Codex.
I kept the first version focused on the setup friction I personally hit: npm not being available in PowerShell, Electron install issues, native module rebuilds, Visual Studio Build Tools confusion, and Push-to-Talk fallback mode.
Quick launch update: I shifted WiaiKit to start with a free read-only diagnostic instead of sending people straight to the paid kit.
It checks the common failure layers in Windows AI coding setups:
- Node / npm / PATH
- Electron install state
- native modules like better-sqlite3
- node-gyp / Visual Studio Build Tools
- voice workflow indicators
The goal is simple: stop guessing which layer broke first, then use the repair kit only if the diagnostic says CHECK or BROKEN.
Free diagnostic:
https://pay.wiaikit.com/free?ref=producthunt
For Windows devs: which setup error wastes the most time for you right now: npm PATH, Electron install, node-gyp / Build Tools, native modules, or voice dictation?