Creating notes
- From dictation — transcribed text is saved automatically
- From meetings — meeting transcriptions become notes
- From the editor — create notes manually with the note editor
- From the API — create notes programmatically via the REST API
Folders
Organize notes into custom folders:- Drag and drop notes between folders
- Create folders from the sidebar or via the API
- Default folders are built in and can’t be deleted
Search
OpenWhispr offers two search modes:- Full-text search (FTS5) — keyword matching across all note content, available via
Cmd+K - Semantic search — meaning-based search powered by local Qdrant vector DB with MiniLM embeddings
Cloud sync
Notes are stored locally by default. When signed in to OpenWhispr Cloud:- Notes sync to the cloud automatically
- Semantic search works across all devices
- Local storage is the primary copy — cloud is backup
AI actions
Apply AI-powered actions to your notes:- Clean up and format transcriptions
- Summarize long meeting notes
- Create custom processing templates
Embedded chat
Each note has an embedded chat panel where you can ask questions about the note’s content. The agent has full context of the note you’re viewing.Saving as files
Export notes to your local filesystem as Markdown files. The export mirrors your folder hierarchy, soWork > Meeting Notes becomes Work/Meeting Notes.md.