Last updated: March 23, 2026
Minutes is designed from the ground up to be private. All audio processing happens locally on your machine. No audio, transcripts, or meeting data is ever sent to external servers by Minutes.
Minutes is an open-source, local-first tool that records audio, transcribes it using whisper.cpp on your device, and saves structured markdown files to a directory you control.
~/.minutes/)All of this data lives on your local filesystem. Minutes does not operate a server, database, or cloud service.
If you configure Minutes to use a cloud LLM for summarization (e.g., via Ollama with a remote endpoint, or a cloud API key in your config), that transcript data will be sent to the provider you configured. This is entirely opt-in and off by default.
The MCP server communicates only with the local MCP client (Claude Desktop, Cursor, etc.) running on your machine over stdio.
Minutes itself makes no network requests. However:
minutes setup command downloads whisper model files from Hugging Facenpm, npm's standard telemetry policies applyYou control all data retention. Meeting files are plain markdown on your filesystem. Delete them whenever you want. There is no remote copy.
Minutes does not collect any personal information from anyone, including children under 13.
If we change this policy, we'll update this page and the date above. Since Minutes is open source, you can always audit exactly what the software does.
Questions about this policy: mat@businessvacation.com
Source code: github.com/silverstein/minutes