Step 1 — Open Vowen’s Models Folder
First, quit Vowen completely (right-click the tray icon and choose Quit).- Windows
- macOS
Press Win + R, enter the following, and press Enter:Inside that folder, open the
models folder. If it doesn’t exist, create a new folder named exactly models. The full path looks like:Step 2 — Download the Model You Need
Whisper Models
Each link downloads a single.bin file — no extraction needed. The same files work on Windows and macOS.
English-only variants (slightly better if you only dictate in English):
Parakeet Models
Parakeet downloads as a.tar.gz archive that you extract yourself. The archives are different per platform — make sure you grab the right one.
- Windows
- macOS
Step 3 — Place the Files
Whisper (.bin files)
Move the downloaded.bin file directly into the models folder — do not rename it. For example:
Parakeet (.tar.gz archives)
Extract the archive into themodels folder.
- Windows
- macOS
Open PowerShell and run (adjust the filename to the one you downloaded):You can also use 7-Zip or WinRAR — extract twice if needed (
.tar.gz → .tar → folder).The end result must be a folder with the exact archive name (e.g. parakeet-tdt-0.6b-v3-int8), containing .onnx files directly inside it — not nested inside another folder.Step 4 — Restart Vowen
Start Vowen again and go to Settings > Models. The model should now show as downloaded. Select it and try a dictation.Troubleshooting
Model not detected after restart- Check the filename matches exactly (e.g.
ggml-small.bin, notggml-small (1).bin— browsers add “(1)” if you downloaded the file twice). - Vowen validates file size, so a partially downloaded file won’t be detected. Compare your file’s size against the table above and re-download if it’s smaller.
- Files ending in
.partor.partial, and folders ending in.extracting, are failed in-app downloads. It’s safe to delete them.
- Open the extracted folder and confirm the model files (
.onnxon Windows,.mlmodelcon macOS) are directly inside it. If extraction created a folder inside a folder, move the inner one up one level.
For Network Administrators
To make in-app downloads work directly, the following domains need to be reachable from the user’s machine:huggingface.co— Whisper modelscdn-lfs.huggingface.coandcdn-lfs-us-1.huggingface.co— Hugging Face redirects downloads to these CDN hostsassets.vowen.ai— Parakeet and other Vowen-hosted models
Allowlisting the domains may not be enough if the network performs SSL inspection (certificate replacement) — that is what causes the “self signed certificate in certificate chain” error. These domains need to be exempted from SSL inspection/decryption, not just allowed.