From 5be76abc770ddddc41dcdcf6022dba68eb3e8e00 Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:49:12 +0200 Subject: [PATCH] add OpenWhispr --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa04d68..b33b702 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ - [Design Tools](#design-tools) - [Developer Tools](#developer-tools) - [IDEs](#ides) +- [Dictation / ASR]() - [Domain Registrar](#domain-registrar) - [Download Manager](#download-manager) - [Encryption](#encryption) @@ -1439,7 +1440,8 @@ Odysee website contains some trackers and is a heavy site. You can use these alt - [OpenAI Whisper](https://github.com/openai/whisper) - Whisper is a general-purpose speech recognition model that can be run locally offline. It can transcribe audio from and to multiple languages. - [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model. - - [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities. + - [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities. +- [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. [Back to top 🔝](#contents)