whisper.cpp and MisterWhisper

The two tools are ecosystem siblings: Project B, a push-to-talk voice recognition application, likely leverages the core C/C++ implementation of Whisper provided by Project A to perform its speech-to-text functionality.

whisper.cpp
72
Verified
MisterWhisper
38
Emerging
Maintenance 25/25
Adoption 10/25
Maturity 16/25
Community 21/25
Maintenance 6/25
Adoption 9/25
Maturity 16/25
Community 7/25
Stars: 47,665
Forks: 5,311
Downloads:
Commits (30d): 160
Language: C++
License: MIT
Stars: 112
Forks: 5
Downloads:
Commits (30d): 0
Language: Java
License: MIT
No Package No Dependents
No Package No Dependents

About whisper.cpp

ggml-org/whisper.cpp

Port of OpenAI's Whisper model in C/C++

Optimized for resource-constrained environments through integer quantization, mixed-precision inference (F16/F32), and zero runtime memory allocations, enabling on-device ASR on mobile and embedded platforms. Leverages the GGML inference library with multi-platform GPU acceleration via Metal, Vulkan, CUDA, and Core ML, alongside CPU-optimized SIMD paths for ARM NEON, AVX, and POWER VSX architectures. Provides a minimal C API and supports deployment across iOS, Android, WebAssembly, Raspberry Pi, and standard desktop/server platforms.

About MisterWhisper

openconcerto/MisterWhisper

Push to talk voice recognition using Whisper

Supports 100+ languages with GPU acceleration via whisper.cpp, enabling fast local transcription or remote server inference. Integrates with any active application through system hotkeys (F1-F18), automatically injecting recognized text with silence detection to minimize manual control. Available as standalone executables for Windows (CPU/CUDA/Vulkan variants) or as a Java-based client for Linux/macOS that connects to a whisper.cpp server locally or over the network.

Scores updated daily from GitHub, PyPI, and npm data. How scores work