Dettivo

§ Models

Models on Linux

Local-only

Dettivo for Linux runs whisper.cpp and parakeet.cpp for speech, llama.cpp for Enhanced and meeting analysis, and sherpa-onnx to tell speakers apart. Every model runs on your machine, on a Vulkan GPU or on the CPU.

Who this is for

Anyone picking a speech model, trying Parakeet Ultra, or clearing disk space.

Speech models

First run recommends one of these for your hardware. Meetings transcribe with a Whisper model. The Parakeet models are for dictation.

ModelEngineGood for
large-v3-turbowhisper.cpp99 languages and vocabulary prompts. The default dictation model.
small.enwhisper.cppEnglish, light enough for a laptop without a GPU.
parakeet-v3parakeet.cpp25 European languages with a time for every word. Fast on a GPU.
parakeet-ultraparakeet.cppMoondream's post-train of Parakeet v3. Same languages and size, with a lower word error rate on Moondream's benchmarks.
parakeet-v2parakeet.cppEnglish only.

Switching to Parakeet Ultra

Terminal

bash

dettivo speech download --provider parakeet --model parakeet-ultra --wait
dettivo speech selection set --provider parakeet --model parakeet-ultra

Language models

Enhanced and meeting analysis use a Qwen3 model on llama.cpp. dettivo llm download --model <id> --wait fetches one and dettivo config set llm.model <id> selects it.

ModelForSize
qwen3-4b-instruct-2507Enhanced and meeting analysis (default)2.5 GB
qwen3-1.7bEnhanced, the fast option1.1 GB
qwen3-4bEnhanced, the quality option2.5 GB
qwen3-8bMeeting analysis5.0 GB

Checked downloads

Every download is checked against a SHA-256 pinned in the catalogue. A file that fails the check goes to quarantine and is never loaded. An interrupted download resumes, and dettivo speech status shows where every model stands.

Models live under ~/.local/share/dettivo/models/. dettivo speech delete --model <id> removes one, and the selected model needs --force.

§ Related

Free and open source · GPL-3.0

Dettivo for Linux 0.2.0 is on GitHub.

The release page has the pacman package and its checksum. Bug reports go to the issue tracker. On a Mac? The native Mac app does all of this with Apple Silicon models.