Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Local-first, open-source Mac meeting recorder and dictation app.
Daisy is a free, open-source, local-first meeting recorder and dictation app for Mac (Apple Silicon, macOS 14+). It records meetings from any app (Zoom, Meet, Telegram, etc.) by capturing both your microphone and the remote audio, transcribes on-device using WhisperKit on the Neural Engine, and saves transcripts as Markdown files to a folder of your choice (e.g., Obsidian vault, iCloud Drive). Daisy also includes a push-to-talk dictation mode and a local MCP server that lets Claude Desktop, Cursor, or any MCP client query your transcripts directly — all without data leaving your machine unless you explicitly send it to a destination like Notion, Linear, Attio, Slack, or a webhook.
list_sessions, get_session, search_sessions, rename_speaker, route_session_to_destination.Daisy is free during beta and will have a lifetime license after launch — never a per-meeting subscription.
Q: Does Daisy upload my recordings anywhere? A: No. Transcription runs entirely on your Mac. Transcripts are saved to your chosen folder. Nothing leaves your machine unless you explicitly send a transcript to a destination (Notion, Linear, etc.) or use a cloud AI key for summarization.
Q: What hardware do I need? A: Apple Silicon (M1 or later) and macOS 14+.
Q: Can I use my own AI model for summaries? A: Yes. Daisy supports BYOK for Anthropic, OpenAI, Apple Intelligence, Ollama, LM Studio, or any MCP-compatible local model.
Q: How accurate is the transcription? A: On-device WhisperKit achieves ~95% word accuracy. Speaker diarization error is ~10–15% offline (on par with pyannote). Two-channel capture (you vs. remote) improves accuracy.
Q: Can I rename speakers? A: Yes. Rename a speaker once, and Daisy remembers their voice for future recordings.
Q: Is there a cloud component? A: No. Daisy has no cloud server, no telemetry, no account system. The MCP server listens only on 127.0.0.1.
Q: How do I get transcripts into Claude Desktop? A: Enable the MCP server in Daisy’s Settings, click “Add to Claude Desktop”, and restart Claude. Your transcripts become a queryable data source.
Q: Can I send transcripts to other tools? A: Yes. Daisy supports Notion, Linear, Attio, Slack (webhook), and generic webhooks. Configure destinations in Connections.
Q: Is Daisy open source? A: Yes, under Apache 2.0. Source is on GitHub.