apps/web/content/articles/open-source-meeting-transcription-software.mdx
Looking for meeting transcription tools that you can fork, fix, and make your own? This article reviews three open-source options that give you complete control over your meeting data.
We'll compare Char, Meetily, and Amical—the only three open-source meeting transcription tools that let you inspect every line of code, modify any component, and own your data forever.
| Feature | Char | Meetily | Amical |
|---|---|---|---|
| Best For | Control over data and AI stack | Pure transcription needs | Hands-free typing everywhere |
| Transcription | Real-time via Whisper | Real-time via Whisper.cpp | Real-time via Whisper |
| Platforms | macOS (Windows soon) | Windows, macOS, Linux | macOS (Windows in progress) |
| License | GPL-3.0 | MIT | MIT |
| Meeting Support | All platforms, no bots | All platforms, no bots | Live meeting transcription |
| Local Models | HyperLLM-V1, Whisper | Whisper.cpp, Ollama | Ollama support |
| Cloud Options | OpenAI, Gemini, Claude, custom APIs | Claude, Groq, OpenAI | OpenAI, custom APIs |
| Individual Use | Free forever | Free (MIT license) | Free (MIT license) |
| Organization Plans | Pro ($8), Enterprise (custom) | Custom (2-100 users) | None currently |
| GitHub Stars | 6.4k+ | 7.8k+ | 96 |
Char is an open-source AI notepad for meetings that gives you complete control over your data and AI stack. Everything is stored as plain markdown files.
The interface works like Apple Notes. You open it and start typing. No list of past meetings to navigate, no calendar integration. Just a blank canvas ready to use.
While you're writing, Char listens to both your microphone and system audio. Once the meeting ends, it enhances your manual notes into actionable AI summaries based on your chosen template.
Available as: Native Mac app (desktop application, Windows coming soon)
Pros
Cons
Free forever for local transcription, BYOK, and all core features. Managed cloud service is $25/month for the easiest setup. Enterprise offers on-premises deployment.
Meetily is a privacy-first AI meeting assistant that runs entirely on your local machine. Unlike Char, which combines note-taking with transcription, Meetily focuses on recording, transcribing, and summarizing meetings.
Available as: Native apps for Windows, macOS, and Linux
Free for individuals under MIT license. Organizational (2-100 users) and enterprise (100+ users) plans are available at custom pricing, but rates aren't publicly listed.
Amical is an open-source AI dictation tool that transforms how you type across your computer. While it supports meeting transcription, its primary focus is hands-free typing with context-aware formatting that adapts to whatever application you're using.
Available as: Mac app (desktop application, Windows support in progress)
Completely free with no paid tiers.
For most developers and privacy-conscious professionals, Char stands out. It delivers zero lock-in with complete control over your data and AI stack. Plain markdown files work with any tool, you choose your AI provider, and the manual note integration gives you control over what the AI focuses on.
The code is open source (GPL-3.0), so you can verify exactly how your data is processed. Need enterprise deployment? Self-host it on your own infrastructure. Want to modify the summarization logic? Fork it and make it yours.
Setup is straightforward. No complex configuration, no security warnings to bypass, no hidden dependencies.
Ready to try it? Download Char for macOS or check out the source code on GitHub.
Yes, all three are open source. Char and Amical are free for all users. Char is free forever for local transcription and BYOK. The managed cloud service is $25/month, and Enterprise tier has custom pricing.
Meetily is free for individual users under the MIT license. Organizations (2-100 users) and enterprises (100+ users) can request custom plans, but pricing isn't publicly listed.
You need a reasonably modern machine. An M-series Mac works best for Char, though Intel Macs function with reduced performance. Meetily and Amical have similar requirements—at least 8GB RAM (16GB recommended) and a decent CPU. GPU acceleration helps but isn't required for basic use.
Yes. All three can transcribe meetings completely offline using local AI models. You only need internet if you choose to use cloud AI providers for enhanced summaries.
With larger Whisper models, accuracy typically reaches 90-95% for clear English audio. Accuracy drops with background noise, heavy accents, or specialized terminology. Custom vocabulary features (where available) can improve accuracy for industry-specific terms.
Because processing happens locally by default, these tools simplify compliance significantly. Your data doesn't leave your device, so you're not transmitting protected information to third-party processors. This makes HIPAA, GDPR, SOC 2, and other frameworks much easier to satisfy.
Organizations needing formal compliance documentation can use Char or Meetily's enterprise plans, which include dedicated support.