Hyprcore is designed to be extensible. If you have a fine-tuned Whisper model, want to plug in a community variant like Moonshine or SenseVoice, or run an LLM fully on-device, you can.Documentation Index
Fetch the complete documentation index at: https://docs.hyprcore.ai/llms.txt
Use this file to discover all available pages before exploring further.
Custom Whisper models
Hyprcore auto-discovers any Whisper GGML.bin model placed in your models directory.
Get a model
Download a Whisper GGML
.bin file from anywhere—Hugging Face is the most common source. Many fine-tuned variants exist for specific languages or domains.Drop it in the models directory
The directory is
~/Library/Application Support/ai.hyprcore.desktop/models/. Place the .bin file directly inside.Specialized speech models
Hyprcore ships several specialized models beyond Whisper and Parakeet:- NVIDIA Canary. Multilingual NeMo model with strong English / Spanish / French / German accuracy.
- Moonshine. Small and fast English-only models, optimized for low-latency dictation.
- SenseVoice. Multi-language model with emotion recognition.
- Breeze. Optimized for Traditional Chinese.
- GigaAM. Russian-language models.
Ollama for LLMs
For a fully local LLM:Install Ollama
ollama.com/download. It runs as a background service.
LM Studio
LM Studio is a GUI alternative to Ollama. The setup is the same—install, download a model, start the local server, and point Hyprcore athttp://localhost:1234.
Pros over Ollama: nicer UI for browsing models, supports more model formats out of the box.

