WinSTT logoWinSTT

Acknowledgments

The open-source models, runtimes, and tools WinSTT is built on — with links and licenses.

WinSTT stands on a lot of generous open-source work. This page is the friendly summary of who to thank; the full per-file license text lives in THIRD_PARTY_NOTICES.md.

8
STT model families
MIT
WinSTT's own license
ONNX
single inference format
0
PyTorch in the transcribe path

Check the model licenses for your use case

WinSTT is MIT, but the models it can download carry their own terms. Most are Apache 2.0 or MIT, but a few (Cohere weights, NeMo weights) are CC BY-NC / CC BY — fine for personal use, but read the upstream license before shipping anything commercial.

Speech recognition models

Every model is loaded as ONNX through the engine below — WinSTT runs no PyTorch in the transcription path.

The picker downloads only the quantizations each upstream repo actually publishes.
ProjectWhat WinSTT usesLicense
OpenAI Whisperbase, small, medium, large-v3-turbo, and the English-only .en variantsMIT
Lite-WhisperCompressed Whisper variants (-acc, -fast)Apache 2.0 / MIT
NVIDIA NeMoParakeet TDT (English + multilingual) and CanaryApache 2.0 (code); CC BY 4.0 (weights)
MoonshineEfficient ASR for edge devices (Useful Sensors)MIT
CohereOpen-weight ASR for low-resource languagesCC BY-NC 4.0 (weights)
GigaAMRussian ASRApache 2.0
Vosk / KaldiRussian small-footprint modelsApache 2.0
T-OneRussian ASRApache 2.0
onnx-community / XenovaThe ONNX exports of every model above

Voice activity & wake word

ProjectRole in WinSTTLicense
Silero VADNeural voice-activity detectionMIT
WebRTC VADFast classical VAD for the pre-check stageBSD
Picovoice PorcupineFree-tier wake-word engine; built-in keywords under Picovoice's free-tier licenseApache 2.0 (SDK)

Text-to-speech

ProjectRole in WinSTTLicense
Kokoro-82MThe bundled ONNX TTS voice modelApache 2.0
kokoro-onnxReference implementation that helped validate the ONNX voice modelMIT

Inference & audio runtime

ProjectRole in WinSTTLicense
ONNX RuntimeThe single inference engine WinSTT shipsMIT
DirectMLExecution provider that makes the default GPU build vendor-agnostic (AMD / Intel / NVIDIA via DirectX 12)MIT
OpenVINOThe EP for the Intel-tuned build (ARC dGPU / Iris Xe)Apache 2.0
PortAudioCross-platform audio I/OMIT-style
onnx-asrReference ASR implementation used by an earlier version of WinSTT and retained for benchmarkingMIT

Frontend & desktop

ProjectRole in WinSTTLicense
TauriDesktop runtime and WebView shellMIT / Apache 2.0
ViteRenderer build toolMIT
ReactUI library — with the React Compiler Babel plugin that frees the renderer from useMemo / useCallbackMIT
Base UIAccessible unstyled component primitivesMIT
HugeiconsIcon setFree-license icons
ZustandState storesMIT
use-intli18n runtimeMIT
uiohook-napiGlobal keyboard hook for Push-to-Talk / ToggleMIT

Backend & build tooling

ProjectRole in WinSTTLicense
RustNative backend language and toolchainMIT / Apache 2.0
CargoRust package manager and build runnerMIT / Apache 2.0
hf-hubHugging Face model download / cache layerMIT / Apache 2.0
BunJavaScript runtime + package managerMIT
ESLintTypeScript linting, with typescript-eslintMIT
SentryOpt-out crash reportingBSL

Documentation

  • Fumadocs — the framework powering this site. MIT.

Inspiration & adjacent projects

ProjectWhy it mattersLicense
RealtimeSTTOne of the upstream projects that informed the original WinSTT reference appMIT
Whisper.cppThe project that proved Whisper could run efficiently on CPUMIT

And a personal thanks

Thank you to the community

To everyone who has filed an issue, opened a PR, suggested a model, or asked a sharp question on Discussions. WinSTT is a side project; the community feedback is what keeps it focused. Want to contribute? Start with CONTRIBUTING.md.

On this page