discovered 03 Aug 2026
whisper.cpp
→ View on GitHubwhisper.cpp is a high-performance implementation of OpenAI's Whisper automatic speech recognition (ASR) model, designed for efficient inference across various platforms including macOS, iOS, Android, Linux, and Windows. Key features include dependency-free plain C/C++ code, support for multiple hardware accelerations such as ARM NEON, AVX, and GPU frameworks (NVIDIA, AMD ROCm), as well as zero runtime memory allocations and integer quantization capabilities. This tool facilitates easy integration into applications for offline voice recognition, making it suitable for creating custom voice assistant solutions.