Privacy-First AI Meeting Assistant
Open Source • Privacy-First • Enterprise-Ready
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.
Meetily PRO Upgrade Offer - Meetily PRO is available for users who need enhanced accuracy, advanced exports, custom summary workflows, and team-ready features. Use coupon code LAUNCH20 for 20% off until the next Meetily Community Edition release. Speaker diarization is also planned for PRO in mid-June. Explore Meetily PRO →
Table of Contents
Introduction
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.
Why Meetily?
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.
Features
- 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.
- Flexible AI Provider Support: Choose from Ollama (local), Claude, Groq, OpenRouter, or use your own OpenAI-compatible endpoint.
Installation
🪟 Windows
- Download the latest
x64-setup.exefrom Releases - Run the installer
Windows compatibility: The packaged installer uses a Vulkan-enabled Whisper build. It requires an AVX2-capable x64 CPU; AVX-512 is not required. CUDA acceleration requires a source build configured with a compatible NVIDIA CUDA toolchain.
🍎 macOS
- Download
meetily_0.4.1_aarch64.dmgfrom Releases - Open the downloaded
.dmgfile - Drag Meetily to your Applications folder
- Open Meetily from Applications folder
🐧 Linux
Build from source following our detailed guides:
Quick start:
git clone https://github.com/Zackriya-Solutions/meeting-minutes
cd meeting-minutes/frontend
pnpm install --frozen-lockfile
./build-gpu.sh
Key Features in Action
🎯 Local Transcription
Transcribe meetings entirely on your device using Whisper or Parakeet models. No cloud required.
📥 Import & Enhance Beta
Import existing audio files to generate transcripts, or enhance to re-transcribe any recorded meeting with a different model or language, all processed locally.
Contributed by Jeremi Joslin, improved by Vishnu P S and Mohammed Safvan
🤖 AI-Powered Summaries
Generate meeting summaries with your choice of AI provider. Ollama (local) is recommended, with support for Claude, Groq, OpenRouter, and OpenAI.
🔒 Privacy-First Design
All data stays on your machine. Transcription models, recordings, and transcripts are stored locally.
🌐 Custom OpenAI Endpoint Support
Use your own OpenAI-compatible endpoint for AI summaries. Perfect for organizations with custom AI infrastructure or preferred providers.
🎙️ Professional Audio Mixing
Capture microphone and system audio simultaneously with intelligent ducking and clipping prevention.
⚡ GPU Acceleration
Acceleration depends on the platform and build you use:
- macOS packages: Metal and CoreML are enabled automatically.
- Windows packages: Whisper is built with Vulkan support.
- Linux: Build from source with the acceleration configuration appropriate