meetily
Meetily is a self-hosted, open-source AI meeting assistant built in Rust that runs entirely on your local machine. It captures, transcribes, and summarizes meetings in real-time using local speech-to-text models (Whisper/Parakeet) and LLMs (Ollama or cloud providers), with no data sent to the cloud.
Key facts
Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.
| Field | Value |
|---|---|
| Repository | Zackriya-Solutions/meetily |
| Owner | Zackriya-Solutions |
| Primary language | Rust |
| License | MIT — OSI-approved |
| Stars | 20.8k |
| Forks | 2.1k |
| Open issues | 261 |
| Latest release | v0.4.0 (2026-06-05) |
| Last updated | 2026-06-05 |
| Source | https://github.com/Zackriya-Solutions/meetily |
What meetily is
Tauri-based desktop application (macOS/Windows/Linux) with Rust backend and Next.js frontend, integrating local transcription engines (Whisper, Parakeet via whisper-cpp), optional Ollama for local LLM summarization, and GPU acceleration (Metal on Apple Silicon, CUDA/Vulkan on Windows/Linux). All processing occurs on-device with optional custom OpenAI-compatible endpoint support.
Get the meetily source
Clone the repository and explore it locally.
git clone https://github.com/Zackriya-Solutions/meetily.gitcd meetily# follow the project's README for install & configurationNeed it deployed, integrated, or customized instead? DEV.co ships production installs.
Best use cases
Implementation considerations
- Ensure target systems meet GPU/CPU requirements for acceptable transcription latency; test with expected meeting lengths and quality expectations.
- Plan for local storage: audio files, transcripts, and large LLM models (multi-GB) consume significant disk space; implement retention policies.
- Ollama must be separately installed and configured for local LLM summaries; alternatively configure cloud provider credentials if using Claude/Groq/OpenAI.
- Verify audio device driver support (macOS/Windows) and microphone permissions; test with actual meeting platforms (Zoom, Teams, etc.) before rollout.
- Establish update strategy for Whisper/Parakeet models and Ollama; newer models improve accuracy but require re-download and local re-deployment.
When to avoid it — and what to weigh
- No Local GPU or Weak CPU — Real-time transcription and summarization require meaningful compute resources. Older machines or those without GPU acceleration will struggle with latency or long processing delays.
- Require Multi-Language or Niche Domain Models at Scale — While Whisper supports multiple languages, accuracy for specialized domains (medical terminology, legal jargon) may require fine-tuning not included in base distribution.
- Need Cross-Platform Team Synchronization Out-of-the-Box — Meetily is a local-first desktop tool. Sharing, versioning, and collaborative editing of notes requires custom integration or external tools; not a built-in team platform.
- Expect Hands-Off Deployment — Self-hosted Ollama setup, GPU driver configuration, and model downloads require technical effort. Not suitable for non-technical users or plug-and-play scenarios.
License & commercial use
MIT License – permissive open-source license allowing commercial use, modification, and distribution with minimal restrictions (attribution and license notice required).
MIT is an OSI-approved permissive license explicitly permitting commercial use. However, no commercial support SLA, liability indemnity, or warranty is stated in the license or project docs. Any commercial deployment should conduct due diligence on third-party dependencies (Tauri, whisper-cpp, Ollama) and their respective licenses. Professional support availability is unclear; the project references a PRO tier and commercial contact but terms are not defined in this data.
DEV.co evaluation signals
Editorial assessment — not user reviews. Directional, with an explicit confidence level.
| Signal | Assessment |
|---|---|
| Maintenance | Active |
| Documentation | Adequate |
| License clarity | Clear |
| Deployment complexity | Moderate |
| DEV.co fit | Good |
| Assessment confidence | High |
Local-first processing eliminates cloud data exposure, reducing compliance risk for regulated industries. However, no documented threat model, encryption-at-rest spec for local files, or audit log capability is mentioned. Audio file permissions, transcript file security, and supply-chain security of dependencies (Tauri, Ollama, Whisper) are not addressed. Pre-release status and 261 open issues may include unpatched vulnerabilities. Security audit status is unknown. Organizations should perform threat modeling, dependency analysis, and testing before sensitive use.
Alternatives to consider
Otter.ai / Rev.com
Cloud-based, easier onboarding, better multi-language support, but requires data transmission and recurring API costs; unsuitable for privacy-critical use.
Riverside / Descript
Professional video/audio editing with built-in transcription and summaries, but cloud-dependent, expensive, and less privacy-focused; better for content production workflows.
Local Whisper + Custom Python Script
Pure open-source DIY approach (no GUI, full control), but requires software engineering skill; suitable only for technically advanced teams with custom requirements.
Build on meetily with DEV.co software developers
Download v0.4.0 for macOS or Windows, test with your actual meeting workflows, verify GPU acceleration on your hardware, and assess Ollama/LLM integration needs. Consult security and legal teams before production use with sensitive data.
Talk to DEV.coRelated open-source tools
Surfaced by semantic similarity across the DEV.co open-source index.
Related on DEV.co
Explore the category and the services that help you build with it.
meetily FAQ
Does Meetily send any data to the cloud?
Can I run Meetily without a GPU?
Is speaker diarization available now?
Can my team collaborate on meeting notes in real-time?
Custom software development services
Need help beyond evaluating meetily? DEV.co is a software development agency offering software development services and web development for teams of every size. Our software developers and web developers build custom software, web applications, APIs, and ai frameworks integrations — and maintain them long-term.
Evaluate Meetily for Your Organization
Download v0.4.0 for macOS or Windows, test with your actual meeting workflows, verify GPU acceleration on your hardware, and assess Ollama/LLM integration needs. Consult security and legal teams before production use with sensitive data.