The best open-source, self-hosted AI meeting assistants in 2026
We build one of the tools on this page, so read it with that in mind. We have also tried to make it the guide we wanted when we started: these projects are not interchangeable, most comparison lists blur them together, and for a lot of readers the right answer here is not Backchannel. Repository details were checked on 2026-07-24.
Every tool below is open source · none of them puts a bot in your meeting · pricing and repository data as of July 2026
Four questions decide this, not a feature count
Answer these and the shortlist collapses to one or two tools.
1. Does audio have to stay on your machine?
If the answer is "completely, including the summary," you need local transcription and a local LLM. That narrows the field sharply -- most tools do local speech-to-text and then call a cloud model to write the notes.
2. Do you need help during the call, or a record after it?
Nearly every open-source tool in this category is a recorder plus a summarizer. If you want something reading the conversation and prompting you mid-call, the list is very short.
3. Do you need to know who said what?
Speaker diarization is harder than transcription and is frequently missing, unfinished, or reserved for a paid tier. If you run multi-party sales or research calls, check this before anything else.
4. Can you run a server?
Some of these are a signed desktop download. One of them is a Docker Compose stack with PostgreSQL. That difference matters more than any feature on the list.
The open-source meeting assistants worth knowing
Repository data verified against the GitHub API on 2026-07-24. Pricing as of July 2026 and subject to change.
| Tool | License | Shape | Fully offline? | Diarization | Live in-call help | Maintenance |
|---|---|---|---|---|---|---|
| Meetily | MIT | Desktop app, macOS / Windows / Linux | Yes -- local Whisper or Parakeet plus Ollama summaries | Listed as a Pro-tier feature in its README | No | Very active, roughly 26,000 GitHub stars |
| Anarlog (formerly Hyprnote) | MIT | Desktop app, Apple Silicon first | Partly -- on-device transcription; choose on-device models, your own key, or hosted AI | Not documented | No | Very active, roughly 8,900 GitHub stars |
| Backchannel | MIT | Self-hosted web app (Docker Compose) plus desktop builds | No -- transcription and diarization run locally, but the agents need a cloud API key | Yes, always local and always included | Yes -- five live insight agents | Active, but by far the youngest and smallest project here |
| Amurex | AGPL-3.0 | Browser extension plus backend | No | Not documented | Yes, historically | Stalled -- no commits since May 2025 |
| Vibe | MIT | Desktop file transcriber, macOS / Windows / Linux | Yes | Yes | No -- not a meeting tool | Active, roughly 6,900 GitHub stars |
| Buzz | MIT | Desktop file transcriber and translator | Yes | No | No -- not a meeting tool | Very active, roughly 20,000 GitHub stars |
What each one is actually for
Meetily -- pick this if you want zero cloud calls
Meetily is the most popular self-hosted meeting assistant in the category and the one we recommend most often to people whose real constraint is "nothing leaves this machine." It captures microphone and system audio, transcribes locally with Whisper or Parakeet, and then summarizes through Ollama, which means the entire pipeline including the AI writing can run with the network off. It ships for macOS, Windows, and Linux with GPU acceleration on Apple Silicon, CUDA, and Vulkan. It is MIT licensed.
The catch to check before you commit: its README lists speaker diarization as a Pro-tier feature rather than something included in the community edition. If you need every transcript line attributed to a person for free, verify the current state of that in the repo. Meetily also does not attempt live in-call assistance.
Anarlog -- pick this if you want a beautiful Mac notepad
Anarlog, which was previously called Hyprnote, is the closest open-source thing to Granola: a local-first notepad where you jot during the meeting and the AI cleans it up afterward. It captures meeting audio without adding a bot to the call, runs transcription on-device, and lets you choose on-device models, your own API key, or hosted AI. It is MIT licensed and it is being worked on constantly -- it was pushed to on the day we checked.
Two honest caveats. The downloads lead with Apple Silicon, so it is Mac-first in practice. And it is open core rather than entirely free: the $0 tier gives you on-device transcription, while cloud transcription and cloud LLM features sit on a Pro tier at $15 per month or $150 per year as of July 2026.
Vibe and Buzz -- pick these if you just have a file
These are not meeting assistants and it is a mistake to compare them as if they were. Both are excellent offline transcription tools for audio and video files you already have. Buzz is the larger project at roughly 20,000 stars and also does translation. Vibe is smaller but notably includes speaker diarization, which makes it a good choice for turning a recorded multi-party interview into an attributed transcript. Neither one sits in your meeting or produces notes and action items.
If you are assembling something custom, the underlying building blocks -- Whisper, whisper.cpp, faster-whisper, and WhisperX -- are all permissively licensed and are what most of these products are built on anyway.
A note on dictation tools
Roundups in this category routinely mix in dictation and speech-to-text utilities such as MacWhisper and Superwhisper. They are good at what they do, but they are a different category: they turn your voice into text in whatever app you are typing in. They do not capture the other side of a call, do not attribute speakers across a multi-party conversation, and do not produce meeting notes or action items. They are also not open source, so they do not belong on a list of open-source meeting assistants at all.
If what you actually want is faster typing rather than a record of a meeting, buy one of those instead and ignore this entire page. It is a cheaper and better answer to that problem.
Nobody maintained is doing live in-call agents
This is the most striking thing about the open-source tier in 2026. The commercial market has moved: Otter shipped a real-time coaching agent in July 2026, Fathom's Mac desktop app now shows live summaries during a call, and Avoma sells a real-time answer assistant as a paid add-on. The open-source side has almost entirely stayed with the record-then-summarize model.
There is one important exception, and it is a cautionary tale. Amurex, licensed AGPL-3.0, genuinely shipped real-time in-meeting suggestions and got real attention for it. Its GitHub repository has had no new commits since May 2025. It is not archived, so it may come back, but as of July 2026 it is not a project we would ask anyone to depend on.
As far as we can tell, that leaves Backchannel as the only actively maintained open-source meeting tool that runs analysis agents during the call rather than after it. We would genuinely rather this were a crowded field, and if you know of another one we have missed, tell us on GitHub and we will add it here.
Backchannel, and the reasons not to choose it
Backchannel is an MIT-licensed, self-hosted meeting assistant you run with Docker Compose, plus desktop builds for Windows, macOS, and Linux. It captures microphone and tab or system audio in the browser with no bot joining the call. Voice activity detection and speaker diarization run locally on every call using Silero VAD and WeSpeaker embeddings, with an optional NVIDIA Sortformer diarizer on GPU machines. Transcription routes either to a cloud model or to local ONNX Whisper and Parakeet models that run offline.
The part that is different from everything else on this page: while the call is still running, nine seeded agents work the transcript -- an audio gateway for interim captions, five live insight agents (a consolidated analyst on a 40-second cycle, an objection handler every 10 seconds over the last 90 seconds of conversation, a synthesizer, an opportunity specialist, and a strategic signals agent on a 45-second cycle), and then a three-agent briefing pass after the call that drafts the record from two independent perspectives and reconciles them. Every agent's model, prompt, and trigger is editable in the admin panel.
Now the honest reasons to pick something else. Our Privacy First switch still turns the agents off. The agents themselves can run against a self-hosted OpenAI-compatible server, so analysis with the network off is possible -- but that switch recognizes only the local transcription models, so a fully local setup means configuring the endpoint yourself rather than flipping one toggle. Meetily's Ollama-first design is smoother on that specific path. We are the heaviest thing here to install, a Docker Compose stack with PostgreSQL rather than a signed download. Our prebuilt desktop downloads require an approved Backchannel account, where most peers are a direct download. And we are the youngest and smallest project on this page by a wide margin -- Meetily has roughly 26,000 GitHub stars and we have a rounding error. If maturity and community size are what you are optimizing for, that is a real argument against us.
Our recommendation, plainly
Choose Meetily if...
Your requirement is that nothing at all touches a network, including the summary. Local Whisper or Parakeet plus local Ollama is the cleanest answer to that in open source today. Check the current state of diarization first.
Choose Anarlog if...
You want the Granola experience -- write your own notes, let AI tidy them -- on a Mac, with a polished app and no server to run. Accept that the richer features sit on a paid tier.
Choose Vibe or Buzz if...
You have a recording, not a meeting. These transcribe files offline and get out of the way. Vibe adds speaker diarization; Buzz adds translation.
Choose Backchannel if...
You want questions, objection responses, and opportunities pushed to you while the call is still happening, you want every line speaker-attributed for free, and you can run Docker and bring a Gemini or OpenAI key.
Common questions
What is the best open-source AI meeting assistant in 2026?
There is no single winner, because these tools solve different problems. Meetily is the best choice if you want notes and summaries with no cloud calls at all, since it pairs local Whisper or Parakeet transcription with local Ollama summarization. Anarlog is the best choice if you want a polished, Granola-style notepad on a Mac and do not want to run a server. Backchannel is the best choice if you want AI agents that surface questions, objections, and opportunities while the call is still happening, and you can run Docker and supply an API key.
Can an open-source meeting assistant run completely offline?
Several can, end to end. Meetily transcribes locally with Whisper or Parakeet and summarizes locally through Ollama, so no part of the pipeline needs the internet. Backchannel can now do the same: capture, voice activity detection, speaker diarization, and transcription run locally with ONNX models, and its analysis agents can target a self-hosted OpenAI-compatible server such as Ollama, LM Studio, or vLLM. One caveat particular to Backchannel: its Privacy First switch recognizes only the local transcription models, so turning that switch on still disables the agents. A fully local Backchannel is configured through the endpoint setting instead of through the switch.
Do any open-source meeting assistants give advice during the call?
Almost none. The open-source category is overwhelmingly built around recording a meeting and summarizing it afterward. Amurex, which is AGPL-3.0 licensed, did ship real-time in-meeting suggestions, but its GitHub repository has had no new commits since May 2025. Among actively maintained open-source meeting tools, Backchannel is the only one we are aware of that runs live insight agents during the call rather than producing notes after it.
Do open-source meeting assistants put a bot in your meeting?
No. This is one of the most consistent advantages of the open-source tier. Meetily, Anarlog, and Backchannel all capture microphone and system or tab audio directly on your own machine, so nothing joins the participant list and no per-platform integration is needed. They work with Zoom, Google Meet, Teams, Slack huddles, or anything else that makes sound.
If you want the live-agent one
Self-hosted, open source, MIT licensed. Insights during the call, not notes after it.