Meetily: Open-Source, Privacy-First Local AI Meeting Assistant Using Whisper
Meetily is a self-contained local meeting assistant that records, transcribes, and summarizes meetings directly on your device. Powered by Rust, Next.js, and Tauri, it supports local Whisper/Parakeet models and Ollama for absolute data sovereignty.
Impact: High
Why it matters
Local transcription and summarization eliminate the security risks of sending highly confidential corporate meetings to third-party cloud services.
TL;DR
- 01Runs completely offline using Whisper or Parakeet models.
- 02Features built-in automatic hardware acceleration for Windows and Linux.
- 03Supports local LLMs like Ollama alongside popular cloud APIs.
Key facts
- License
- MIT License
- Supported Hardware
- NVIDIA CUDA, AMD/Intel Vulkan
Completely Local Architecture
Meetily is designed around data sovereignty, avoiding the risks of cloud data breaches and compliance fines. It uses a hybrid architecture:
- Backend: Rust handles core system audio capture, file importing, and model execution.
- Frontend: Next.js coupled with Tauri provides a fast, lightweight desktop interface.
- Transcription: Local Whisper or ONNX-converted NVIDIA Parakeet models process audio files or live microphone streams without external internet calls.
Hardware Acceleration out of the Box
To ensure real-time transcription does not stall your development workflow, Meetily features automatic hardware acceleration for Windows and Linux, supporting NVIDIA CUDA and Vulkan (for AMD/Intel GPUs) enabled automatically during compilation.
Extensible AI Integrations
While local summarization using Ollama is highly recommended for full offline operation, Meetily also supports external integrations. You can point it to your custom corporate OpenAI-compatible endpoint or leverage API keys for Claude, Groq, or OpenRouter for highly detailed summary generation.
✓ When to use
- When handling sensitive discussions that cannot be sent to cloud servers.
✕ When NOT to use
- If you require speaker diarization immediately (planned for a future release).