meetily: what it is, what problem it solves & why it's gaining traction
meetily: what it is, what problem it solves & why it's gaining traction
What it solves
Meetily is a privacy-focused AI meeting assistant designed for professionals and enterprises who need to transcribe and summarize meetings without sending sensitive data to the cloud. It eliminates the privacy and compliance risks associated with cloud-based transcription tools by ensuring all data processing remains on the user's local infrastructure.
How it works
Built with a Rust-based backend (Tauri) and a Next.js frontend, the application captures microphone and system audio simultaneously. It uses local AI models like Whisper or Parakeet for real-time transcription and integrates with various LLM providers—such as Ollama for local summaries or Claude, Groq, and OpenAI for cloud-based ones—to generate meeting summaries. The system supports GPU acceleration (Metal, CUDA, Vulkan) to ensure efficient local processing.
Who it’s for
- Privacy-conscious professionals (e.g., legal, healthcare, defense consultants) who handle sensitive information.
- Enterprises requiring data sovereignty and GDPR compliance.
- Open-source enthusiasts who want a customizable, cost-effective meeting intelligence tool.
Highlights
- Local-First Processing: All recordings and transcriptions are stored and processed on the local machine.
- Real-time Transcription: Provides live transcripts as meetings progress.
- Flexible AI Integration: Supports local LLMs via Ollama and various external API endpoints.
- Hardware Acceleration: Built-in support for Apple Silicon, NVIDIA, AMD, and Intel GPUs.
- Audio Mixing: Intelligent capture of both system and microphone audio with clipping prevention.
Sources
- undefinedZackriya-Solutions/meetily