FIND-20260323-026 · 2026-03-23 · Innovation Veille

Meetily — Privacy-first, self-hosted AI meeting assistant in Rust + Tauri

adhoc HIGH
Meetily is an open-source, MIT-licensed desktop AI meeting assistant built with Rust (Tauri) and Next.js. It delivers real-time speech-to-text via local Whisper/Parakeet ONNX models with GPU acceleration (CUDA, Metal, Vulkan), speaker diarization, and AI summarization via Ollama or compatible LLM endpoints — all fully offline and on-device. With 10,633 stars, 999 forks, and active development as of March 2026, it is one of the highest-traction Rust + AI desktop projects in the open-source ecosystem. The architecture is privacy-first and zero-egress by design: recordings, transcripts, and model weights never leave the local machine.

Source

https://github.com/Zackriya-Solutions/meetily

ODS Impact

Directly relevant to ODS Phase P5 (Agenda service): Meetily demonstrates a proven Rust + Tauri implementation pattern for meeting capture, transcription, and AI summarization that ODS could reference or integrate with. Its Ollama-backend approach aligns with ODS strategy of self-hosted AI inference. The Tauri/Rust desktop pattern mirrors ODS DocSign architecture. The audio processing pipeline (multi-channel capture, mixing, real-time STT) could inform the Agenda service spec for meeting recording and note-taking features. Additionally, its local-LLM summarization approach is directly applicable to any ODS agent needing offline AI inference without cloud API cost. The ONNX model format and Whisper CPP integration are reusable patterns for audio-aware ODS services.

Security Review

License: MIT | Maintenance: ACTIVE | Risk: MEDIUM | Recommendation: USE_WITH_CAUTION

Tags

rust tauri ai llm whisper ollama meeting transcription desktop offline privacy agenda onnx