Most AI meeting tools require uploading every conversation to a third-party server, which is untenable for legal, medical, or strategic discussions.
- Legal professionals
- Healthcare workers
- Consultants
A locally run meeting assistant that keeps sensitive calls off any company's cloud.
A locally run meeting assistant that keeps sensitive calls off any company's cloud.
The source
A friend and I are launch Daisy Local, a private meeting assistant that runs on your own devices.
View on RedditWhat's out there
Daisy Local (daisylocal.app) is the named product in the source. Cloud-based competitors include Otter.ai, Fireflies.ai, and Notion AI meeting notes.
How to build
Ship a desktop app for Apple Silicon, Windows, and Linux that records system and microphone audio, runs a local Whisper-class model for transcription and speaker diarisation, and writes all files to a user-chosen folder. Add a local-network sync protocol so a companion iOS app can push in-person recordings without touching your servers. For AI notes, let users choose on-device models, Ollama, LM Studio, or their own cloud API key so the privacy level is explicit and user-controlled.