From fdb3320d296c00a1beb1b1951e33b7df558e9329 Mon Sep 17 00:00:00 2001 From: Andreas Arntsen Date: Thu, 2 Apr 2026 09:00:08 +0200 Subject: [PATCH] Add Kviskr to Speech to Text section Kviskr is a macOS menu bar app for speech-to-text that processes all transcription locally on-device using whisper.cpp with CoreML. No data is sent to the cloud. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b1085c..436b432 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ When using cloud-based AI services, the data you input is often collected and st - [ParakeetTDT](https://parakeettdt.com/) - Efficient audio transcription. Convert speech to text with unprecedented speed and accuracy using NVIDIA advanced AI speech recognition model. - **Apps and services** + - [Kviskr](https://kviskr.no) - macOS menu bar app for speech-to-text using whisper.cpp with CoreML. All transcription is processed locally on-device, no data is sent to the cloud. Specialized for Norwegian with NB-Whisper. - [OpenWhispr](https://github.com/OpenWhispr/openwhispr) - Voice-to-text dictation and productivity app with AI agents, meeting transcription, notes, and local/cloud speech recognition. Privacy-first and available cross-platform. Open source alternative to wisprflow. - [Sasayaki](https://github.com/pluja/sasayaki) - Tiny android dictation app that turns speech into clear writing. - [Speaches](https://github.com/speaches-ai/speaches) - OpenAI API-compatible server supporting streaming transcription, translation, and speech generation.