Get latest Product updates
Website β’
LinkedIn β’
Meetily Discord β’
Privacy-First AI β’
Reddit
A privacy-first AI meeting assistant that captures, transcribes, and summarizes meetings entirely on your infrastructure. Built by expert AI engineers passionate about data sovereignty and open source solutions. Perfect for enterprises that need advanced meeting intelligence without compromising on privacy, compliance, or control.
Table of Contents
Meetily is a privacy-first AI meeting assistant that runs entirely on your local machine. It captures your meetings, transcribes them in real-time, and generates summaries, all without sending any data to the cloud. This makes it the perfect solution for professionals and enterprises who need to maintain complete control over their sensitive information.
While there are many meeting transcription tools available, this solution stands out by offering:
- Privacy First: All processing happens locally on your device.
- Cost-Effective: Uses open-source AI models instead of expensive APIs.
- Flexible: Works offline and supports multiple meeting platforms.
- Customizable: Self-host and modify for your specific needs.
The Privacy Problem
Meeting AI tools create significant privacy and compliance risks across all sectors:
- $4.4M average cost per data breach (IBM 2024)
- β¬5.88 billion in GDPR fines issued by 2025
- 400+ unlawful recording cases filed in California this year
Whether you're a defense consultant, enterprise executive, legal professional, or healthcare provider, your sensitive discussions shouldn't live on servers you don't control. Cloud meeting tools promise convenience but deliver privacy nightmares with unclear data storage practices and potential unauthorized access.
Meetily solves this: Complete data sovereignty on your infrastructure, zero vendor lock-in, and full control over your sensitive conversations.
- Local First: All processing is done on your machine. No data ever leaves your computer.
- Real-time Transcription: Get a live transcript of your meeting as it happens.
- AI-Powered Summaries: Generate summaries of your meetings using powerful language models.
- Multi-Platform: Works on macOS, Windows, and Linux.
- Open Source: Meetily is open source and free to use.
- Download the latest
x64-setup.exefrom Releases - Right-click the downloaded file β Properties β Check Unblock β Click OK
- Run the installer (if Windows shows a security warning: Click More info β Run anyway)
- meetily_0.1.1_aarch64.dmg
- Install the .dmg
- Then open meetily.app from Applications folder.
β οΈ Data Migration: The application will ask whether to import your old database through a popup window on first launch.
Build from source following our detailed guides:
Quick start:
git clone https://github.com/Zackriya-Solutions/meeting-minutes
cd meeting-minutes/frontend
pnpm install
pnpm run tauri:buildTranscribe meetings entirely on your device using Whisper or Parakeet models. No cloud required.
Generate meeting summaries with your choice of AI provider. Ollama (local) is recommended, with support for Claude, Groq, OpenRouter, and OpenAI.
All data stays on your machine. Transcription models, recordings, and transcripts are stored locally.
Capture microphone and system audio simultaneously with intelligent ducking and clipping prevention.
Built-in support for hardware acceleration across platforms:
- macOS: Apple Silicon (Metal) + CoreML
- Windows/Linux: NVIDIA (CUDA), AMD/Intel (Vulkan)
Automatically enabled at build time - no configuration needed.
Meetily is a single, self-contained application built with Tauri. It uses a Rust-based backend to handle all the core logic, and a Next.js frontend for the user interface.
For more details, see the Architecture documentation.
If you want to contribute to Meetily or build it from source, you'll need to have Rust and Node.js installed. For detailed build instructions, please see the Building from Source guide.
Meetily Enterprise is available for on-premise deployment, giving organizations complete control over their meeting intelligence infrastructure. This enterprise version includes:
- 100% On-Premise Deployment: Your data never leaves your infrastructure
- Centralized Management: Support for 100+ users with administrative controls
- Zero Vendor Lock-in: Open source MIT license ensures complete ownership
- Compliance Ready: Meet GDPR, SOX, HIPAA, and industry-specific requirements
- Custom Integration: APIs and webhooks for enterprise systems
For enterprise solutions: https://meetily.zackriya.com
We welcome contributions from the community! If you have any questions or suggestions, please open an issue or submit a pull request. Please follow the established project structure and guidelines. For more details, refer to the CONTRIBUTING.md file.
MIT License - Feel free to use this project for your own purposes.
Thanks for all the contributions. Our community is what makes this project possible. Below is the list of contributors:
We welcome contributions from the community! If you have any questions or suggestions, please open an issue or submit a pull request. Please follow the established project structure and guidelines. For more details, refer to the CONTRIBUTING file.
- We borrowed some code from Whisper.cpp.
- We borrowed some code from Screenpipe.
- We borrowed some code from transcribe-rs.
- Thanks to NVIDIA for developing the Parakeet model.
- Thanks to istupakov for providing the ONNX conversion of the Parakeet model.






