Whisper App is a free and open source multifunctional speech processing tool, built by developer Nutlope based on Together.ai's Whisper model and Llama model. It mainly solves the efficiency problem of daily information recording and organizing, and realizes the complete workflow of "speech input → intelligent conversion → structured output" through AI technology.
The core features of the tool include:
- Instant Speech to Text: Highly accurate transcription with the help of Whisper modeling after recording speech via microphone.
- AI Content Refactoring: automatically organize raw speech text into structured formats such as lists, blog outlines or task lists
- Privacy First Design: All recordings and text data are stored in the local IndexedDB database by default.
Typical usage scenarios include quickly creating meeting minutes, organizing class notes, generating blog drafts, or managing to-do lists. Its open source nature allows developers to deploy it freely and supports extended functionality through the Convex database and Clerk authentication.
This answer comes from the articleWhisper App: free speech-to-text & AI note organizer toolThe