@KKaWSB: 隐私优先赛道的开源会议记录工具,star 涨到 1.29 万+:meetily——100% 本地跑的 AI 会议助手,实时转录 + 说话人分离 + 自动摘要,全程不碰云。 Rust + Tauri 写的单文件桌面应用,MIT 协议,支持 …
摘要
Meetily 是一款隐私优先的开源会议记录工具,100% 本地运行,支持实时转录、说话人分离和自动摘要,使用 Rust + Tauri 构建,MIT 协议,适合律师、医生等有隐私要求的行业。
查看缓存全文
缓存时间: 2026/07/06 10:09
隐私优先赛道的开源会议记录工具,star 涨到 1.29 万+:meetily——100% 本地跑的 AI 会议助手,实时转录 + 说话人分离 + 自动摘要,全程不碰云。
Rust + Tauri 写的单文件桌面应用,MIT 协议,支持 macOS 和 Windows,发版很勤。
它要解决的是一个越来越尖锐的矛盾:Otter、Fireflies 这类云端会议工具好用,但你的会议内容全存在别人的服务器上。对律师、医疗、金融、政府、国防这些行业,敏感对话不该离开自己掌控的设备。Meetily 的卖点就一句话——所有处理都在你本机,零云端调用。
核心特性:
本地转录 — 用 Whisper 或 Parakeet 模型在设备上转录,官方称 Parakeet 比 Whisper 快约 4 倍,还带说话人分离
双路音频 — 同时抓麦克风和系统声音,带智能音量平衡和削波保护
摘要可选后端 — 默认推荐本地 Ollama,也支持 Claude、Groq、OpenRouter 或任意 OpenAI 兼容端点 数据全本地 — 录音、转录、模型都存在本地 SQLite,落盘加密 多语言 — 转录支持英语、中文、日语、法语、德语、西班牙语等,可指定语言启动 硬件加速 — 跨平台自动启用 GPU 加速,构建时开箱即用 用法上,macOS 可以直接 brew install meetily-backend 装后端、下模型、起服务;也可以从源码用 Rust + Node 自己构建。核心社区版永久免费开源,另有 PRO 版和企业版提供更高精度和自托管部署。 适合:
律师、医生、财务、合规等有硬性隐私要求、会议内容不能上云的
想甩掉 Otter/Fireflies 订阅费、用本地开源模型替代的 经常离线或跨会议平台(Zoom / Teams / Meet)开会、需要自动纪要的
Zackriya-Solutions/meetily
Source: https://github.com/Zackriya-Solutions/meetily
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
🍎 macOS
- Download
meetily_0.4.0_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
./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
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.
System Architecture
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.
For Developers
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 Pro
Meetily PRO is a professional-grade solution with enhanced accuracy and advanced features for serious users and teams. Built on a different codebase with superior transcription models and enterprise-ready capabilities.
Community Thank-You Offer
Meetily Community Edition will remain free and open source. PRO exists for users and teams who want a more advanced meeting workflow, including higher transcription accuracy, custom summary templates, advanced exports, auto-meeting detection, and self-hosted deployment options.
For the community that helped Meetily grow, we are making the upgrade easier: use coupon code LAUNCH20 for 20% off Meetily PRO until the next Meetily Community Edition release.
Speaker diarization is planned for mid-June, bringing automatic speaker separation to PRO meetings.
Key Advantages Over Community Edition:
- Enhanced Accuracy: Superior transcription models for professional-grade accuracy
- Custom Summary Templates: Tailor summaries to your specific workflow and needs
- Advanced Export Options: PDF, DOCX, and Markdown exports with formatting
- Auto-detect and Join Meetings: Automatic meeting detection and joining
- Speaker Identification: Distinguish between speakers automatically (Coming Soon)
- Chat with Meetings: AI-powered meeting insights and queries (Coming Soon)
- Calendar Integration: Seamless integration with your calendar (Coming Soon)
- Self-Hosted Deployment: Deploy on your own infrastructure for teams
- GDPR Compliance Built-In: Privacy by design architecture with complete audit trails
- Priority Support: Dedicated support for PRO users
Who is PRO for?
- Professionals who need the highest accuracy for critical meetings
- Teams and organizations (2-100 users) requiring self-hosted deployment
- Power users who need advanced export formats and custom workflows
- Compliance-focused organizations requiring GDPR readiness
Note: Meetily Community Edition remains free & open source forever with local transcription, AI summaries, and core features. PRO is a separate professional solution for users who need enhanced accuracy and advanced capabilities.
For organizations needing 100+ users or managed compliance solutions, explore Meetily Enterprise.
Learn more about pricing and features: https://meetily.ai/pro/
Contributing
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.
Thanks for all the contributions. Our community is what makes this project possible.
License
MIT License - Feel free to use this project for your own purposes.
Acknowledgments
- 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.
Star History
相似文章
@tom_doerr:完全在本地捕获、转录和总结会议 https://github.com/Zackriya-Solutions/meeting-minutes…
Meetily 是一款以隐私为先、开源的 AI 会议助手,能够完全在用户的基础设施上本地捕获、转录和总结会议。
Zackriya-Solutions/meetily
Meetily 是一款开源的、注重隐私的 AI 会议助手,它本地运行,用于捕捉、转录和总结会议,无需将数据发送到云端。它包括一个 PRO 版本,具有增强准确性和自定义工作流等高级功能。
@vintcessun: 午间看到一个解决下载目录乱象的工具,有点离谱——用Rust+Tauri写了个系统托盘文件整理器,内存占用才5MB,还刚补上Linux支持。核心是文件监控加规则引擎,按扩展名或正则自动分类,SQLite记操作历史可一键撤销。隐私方面零上报,…
介绍了一个开源的桌面文件整理工具Mouzi,基于Rust和Tauri构建,内存占用仅5MB,支持文件监控和规则引擎自动分类,强调隐私零上报。
@yiyirats: 还在为团队沟通工具头疼——Slack贵得离谱、企微不够专业、微信群聊记录难导出? RocketChat 这个45k+ Star的开源项目,让你自建一套属于自己的Slack,数据100%捏在自己手里。 亮点直接列: → 完全免费,自建服务器…
介绍RocketChat这款开源团队沟通工具,可作为Slack的替代品,支持自托管、端到端加密、音视频通话等功能。
@LinearUncle: 推荐一个开源最强的本地跨 AI的session管理器:AgentsView。 它会把 Claude Code、Codex、Cursor 等工具的历史记录统一索引起来,让你快速搜索旧对话、查看项目记录、统计 token 和成本等。 全平台客…
AgentsView 是一个开源的本地跨 AI 会话管理器,能够统一索引 Claude Code、Codex、Cursor 等工具的历史记录,支持快速搜索、项目记录查看、token 和成本统计,并提供全平台客户端支持。