Awesome Whisper Apps

June 16, 2026 · View on GitHub

A curated collection of applications, tools, and resources built with OpenAI Whisper - a robust automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data.

Table of Contents

Quick Start Guide

Looking for something specific?

Top projects by community engagement and activity:

Desktop Applications

ProjectPlatformStarsDescription
BuzzCross-platformGitHub starsFeature-rich desktop transcription app
whisper-writerCross-platformGitHub starsVoice-to-text for system-wide input
SuperWhispermacOSN/APremium Mac app for voice-to-text
WinWhisperWindowsGitHub starsSystem-wide hotkey support for Windows

Model Variants & Performance

ProjectStarsDescription
whisper.cppGitHub starsHigh-performance C/C++ implementation
faster-whisperGitHub starsFaster implementation using CTranslate2
WhisperXGitHub starsWord-level timestamps + speaker diarization
insanely-fast-whisperGitHub starsSpeed-optimized implementation

Developer Tools

ProjectStarsDescription
WhisperLiveGitHub starsReal-time transcription server
whisper_streamingGitHub starsLong-form streaming transcription
Whisper-WebUIGitHub starsSelf-hosted web interface

Getting Started

Official Whisper & Models

Official Repository: openai/whisper GitHub stars

Hugging Face Collection: Whisper Model Release

Official Paper: Robust Speech Recognition via Large-Scale Weak Supervision

Official Model Sizes

Choose based on your accuracy/speed requirements:

ModelParametersEnglish-onlyMultilingualRelative SpeedUse Case
tiny39MFastestMinimal resource usage, real-time apps
base74MVery FastResource-constrained environments
small244MFastGood balance for most use cases
medium769MModerateBetter accuracy, moderate speed
large1550M-SlowerBest accuracy, research use

By Use Case

Voice Typing & Dictation

Cross-Platform:

Linux:

macOS:

Windows:

Mobile:

SaaS Platforms & Cloud Services

  • Whisper Transcribe - Online transcription platform
  • WhisperAI - Cloud-based transcription service
  • Whisper Typing - Online typing and transcription
  • Wisprflow - Workflow automation with transcription
  • CleverType - Smart typing assistant
  • SpeechPulse - Cross-platform speech-to-text
  • Blabby.ai - Browser-based transcription
  • Whipscribe - Hosted Whisper API with URL ingestion (YouTube, podcasts), speaker diarization, word timestamps, multi-format export (txt/json/srt/vtt/docx), and an MCP server for Claude Desktop, Cursor, Windsurf

Subtitles & Captioning

Generate subtitles and captions for videos:

Meeting & Productivity

Tools for transcribing meetings and generating notes:

Web Interfaces

Self-Hosted:


By Platform

Cross-Platform Desktop Applications

Applications that work on Linux, macOS, and Windows:

ProjectStarsDescription
BuzzGitHub starsFeature-rich transcription app
whisper-writerGitHub starsVoice-to-text application
faster-whisper-GUIGitHub starsGUI for faster-whisper
SoftWhisperGitHub starsUser-friendly GUI
speech-assistantGitHub starsSpeech assistant GUI
whisper-dictationGitHub starsDictation application
whisper-realtime-guiGitHub starsReal-time transcription GUI
whisper-uiGitHub starsCross-platform desktop UI
whisper_dictationGitHub starsVoice dictation tool
WhisperGUIGitHub starsSimple GUI

Linux

Desktop Applications

CLI Tools

System Integration

macOS

Desktop Applications

System Integration


Windows

Desktop Applications

System Integration


Android


iOS


Embedded / Raspberry Pi

  • Local-Voice GitHub stars - Local voice processing for embedded systems

For Developers

Model Variants & Performance Optimizations

Enhanced and optimized versions of Whisper:

ProjectStarsKey Feature
whisper.cppGitHub starsHigh-performance C/C++ implementation
faster-whisperGitHub stars4x faster using CTranslate2
insanely-fast-whisperGitHub starsSpeed-optimized implementation
WhisperXGitHub starsWord-level timestamps + diarization
distil-whisperGitHub starsDistilled models from HuggingFace
CrisperWhisperGitHub starsEnhanced accuracy variant
whisper.netGitHub stars.NET implementation
whisper-turboGitHub starsHigh-performance implementation

Real-Time & Streaming

For live transcription and streaming audio:

Diarization & Advanced Features

Speaker diarization and word-level timestamps:

Fine-Tuning

Tools for customizing Whisper models:

Deployment & Containers

IDE & Editor Integrations

VS Code Extensions:

Other Editors:

Game Development

Pipelines & Workflows


Resources

Official Documentation

Community Awesome Lists