> cat /dev/github | grep security-tools
discovered 03 Aug 2026

whisper.cpp

via awesome-list
→ View on GitHub
whisper.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.