Hyprcore normally downloads models on demand fromDocumentation Index
Fetch the complete documentation index at: https://docs.hyprcore.ai/llms.txt
Use this file to discover all available pages before exploring further.
models.hyprcore.ai. If your network blocks that domain, or you’re setting up a Mac without network access, you can install models manually.
1. Find your app data directory
The directory is:2. Create the models folder
3. Download the model files
The URLs are publicly accessible. Download from any browser or withcurl:
Whisper models (single .bin files)
| Model | Size | Filename |
|---|---|---|
| Whisper Small | 487 MB | ggml-small.bin |
| Whisper Medium | 492 MB | whisper-medium-q4_1.bin |
| Whisper Turbo | 1.6 GB | ggml-large-v3-turbo.bin |
| Whisper Large | 1.1 GB | ggml-large-v3-q5_0.bin |
Parakeet models (compressed archives)
Silero VAD (required)
4. Install
Whisper
Drop the.bin files directly into the models directory. Don’t rename them—Hyprcore identifies them by filename.
Parakeet
Extract the.tar.gz archives and place the resulting directories—not the archives—in models. The directory names matter exactly:
Silero VAD
The Silero VAD file goes in a slightly different place if you’re building from source (see the desktop README). For installed app users, it’s bundled inside the app.5. Verify
- Restart Hyprcore.
- Open Settings → Models.
- Manually-installed models appear as Downloaded.
- Select one and run a test transcription.
- The filename or directory name matches exactly.
- The file isn’t corrupted (compare sizes against the table above).
- You restarted Hyprcore after copying the files.

