Open-source alternative to cloud transcription: Whisper on your own server

Transcribing calls and meetings is where the cloud looks most convenient and where a leak costs the most: the recordings contain clients, prices and internal decisions. Open speech recognition models install on your own server, or even a laptop, so the audio never leaves the company and you can process an entire archive without paying per minute. The choice is wide: general models covering dozens of languages, plus specialized ones for telephone audio and for offline recognition on weak hardware. What a finished service gives you and an open model does not is the wrapper — speaker labeling, storage, search across transcripts and summaries all have to be assembled yourself. On noisy recordings, crosstalk and specialized terminology errors remain, so important passages still need proofreading.

Updated 22 Sep 2026Find a model in 4 questions

What to use instead

Speech to textRUGGUF2022–2025

Whisper

OpenAI · USA

Speech recognition in 99 languages, including Russian. The de facto standard for transcribing calls and meetings. Hugging Face's faster Distil-Whisper is English only.

  • Transcription of calls and video meetings
  • Video subtitles
  • Voice messages to text
Sizes
39M – 1,5B
Hardware
from: Laptop
Commercial use allowedDetails
Speech to textRUGGUF2024–2026

GigaAM

Sber · Russia

Sber's models for Russian speech recognition, among the most accurate for Russian. Includes emotion recognition, v3 with punctuation, and a multilingual version (Russian, Kazakh, Kyrgyz, Uzbek).

  • Transcribing calls in Russian
  • Meeting minutes
  • Voice control of services
Sizes
220M – 600M
Hardware
from: Laptop
Commercial use allowedDetails
Speech to textRU2025

T-one

T-Bank · Russia

A compact T-Bank streaming model for recognizing Russian speech in phone calls. Works in real time even without a GPU.

  • Transcribing phone calls
  • Voice robots on the line
  • Call quality control
Sizes
72M
Hardware
from: Laptop
Commercial use allowedDetails
Speech to textRU2023–2025

Vosk (русские модели)

Alpha Cephei · Russia

Offline Russian speech recognition that runs even on a Raspberry Pi or a phone, without internet. Streaming models for live audio and simple Russian speech synthesis, Vosk TTS, are available.

  • Transcribing Russian calls and recordings without the cloud
  • Voice control in apps and kiosks
  • Low-latency streaming speech recognition
Sizes
about 45 MB – 1.8 GB
Hardware
from: Laptop
Commercial use allowedDetails
Speech to textRUGGUF2026

Qwen3-ASR

Alibaba (Qwen) · China

Speech recognition models from the Qwen team for 50+ languages, including Russian. They handle noise, singing and accents well.

  • Transcribing calls and meetings
  • Video subtitles
  • Multilingual recognition
Sizes
0.6B – 1.7B
Hardware
from: Laptop
Commercial use allowedDetails
Voice: speakers and sound2022–2025

pyannote (диаризация)

pyannoteAI (Hervé Bredin) · France

The most widely used open tool for splitting a recording by speaker: who spoke and when. Usually paired with speech recognition. Weights are issued after a short form on HF.

  • Tagging calls: which part is the agent, which is the customer
  • Meeting minutes with speaker labels
  • Preparing recordings for transcription and analysis
Sizes
a few million parameters
Hardware
from: Laptop
Commercial use allowedDetails

All six are listed as commercially usable (MIT and Apache 2.0); pyannote weights are downloaded after accepting the terms on Hugging Face. Check your own side too: storing call recordings requires consent from the participants.

Other alternatives

Need a model for your task?

An open model can run on your own server: data stays in-house, there is no per-request fee, and the model can be fine-tuned on your documents.

  1. SelectThe model and size for your task and hardware budget
  2. DeployOn your server or in a closed network, with an API
  3. Fine-tuneOn your data, or connect a knowledge base
  4. IntegrateInto your CRM, ERP, bot, website or team chat
Discuss deployment