An open-source Read AI alternative that cannot invite itself
Most meeting assistants get replaced because someone did not like the summaries. Read AI gets replaced because IT found it. It joins from your calendar by default, it can end up in meetings nobody added it to, and at least one university has prohibited it outright. Backchannel is the structural answer: no bot, no calendar access, nothing that can appear in someone else's call, and audio that never leaves your own server.
No bot · no calendar integration · desktop portal requires an approved Backchannel account, not GitHub membership · MIT licensed
Why people look for a Read AI alternative
This is the only tool in the category where the loudest objections come from IT departments rather than from users.
It joins by default
The University of Wisconsin-Madison IT knowledge base states that if you intentionally create a Read.ai account, "it will automatically join your meetings by default." The bot's presence is a consequence of signing up, not a per-meeting decision.
It can spread without you noticing
The same knowledge base warns that if you click an email link to view someone else's Read.ai report, "read.ai can create an account for you without knowing. Then it starts joining your meetings." That is how one user becomes a department.
It has been prohibited outright
Chapman University's IT department published a security notice on 13 August 2025 stating that "the use of Read AI is prohibited due to security, privacy, and institutional data risks," and that it was blocking the app in both Zoom and Microsoft Teams.
Everyone in the room gets measured
Read describes measuring "the verbal and non-verbal cues" of a meeting and translating that into real-time and post-meeting sentiment and engagement metrics. Whatever you think of that for yourself, the other participants did not choose it.
Read AI's side of it
We should represent this accurately, because the loudest version of this story online is not quite the company's. Read AI's position is that its assistant requests permission to join, appears openly as a participant, and posts a message in the meeting chat explaining what it is doing, and that everyone in a meeting deserves a say in whether it is recorded. The company has also stated that it does not join random meetings and must be added by a user who was invited to that meeting.
Both things can be true. Read AI can behave exactly as documented and it can still be the case that a calendar-connected, default-joining assistant which can be provisioned by clicking a link produces enough surprise appearances that a university prohibits it. The disagreement is not really about whether the bot announces itself. It is about whether an assistant should be able to reach meetings through anyone's calendar at all.
Backchannel takes the position that it should not, and enforces that by not having the capability. There is no bot to admit, no calendar to connect, and no account that can be created on your behalf.
Read AI vs Backchannel
Pricing and plan details are as of July 2026 and may change; check Read AI's pricing page for current numbers.
| Dimension | Read AI | Backchannel |
|---|---|---|
| Capture | Bot participant, joining from your connected calendar | Browser capture of mic + tab/system audio; nothing joins the call |
| Can it reach a meeting you did not set it up for? | Yes, via calendar auto-join; accounts can be created from a shared report link | No; there is no bot and no calendar integration |
| Where audio is processed | Read AI's cloud | Your server; diarization always local, transcription can run fully offline |
| Free tier | 5 meeting transcripts/mo, 5 reports/mo, 1 hour max meeting | No tiers; unlimited sessions in your own database |
| Recording playback | Audio and video playback begins at the Enterprise tier | Always; recorded audio sits on your disk and can be replayed or re-transcribed |
| Pricing | Free; Pro $15/user/mo annual ($19.75 monthly); Enterprise $22.50 annual ($29.75 monthly); Enterprise+ $29.75 annual ($39.75 monthly, 5+ licenses) | $0; hardware plus optional LLM API usage |
| Real-time in-call output | Live dashboard: sentiment and engagement metrics, talk time, words per minute, coaching tips | Five live agents: questions, objection responses, opportunities, action items, strategic signal cards |
| What the live layer is about | How the conversation is going -- behavioral metrics about the participants | What to say next -- tactical content drawn from what was actually said |
| Speaker diarization | Yes | Yes -- local Silero VAD + WeSpeaker embeddings, with optional NVIDIA Sortformer on GPU |
| Surfaces covered | Meetings, email, and messaging; 20+ languages | Meetings only; no marketed language matrix |
| Platforms | Windows, macOS, Android, iOS, browser extension | Any modern browser; desktop builds for Windows, macOS, and Linux |
| License and hosting | Closed source, cloud only | MIT open source, self-hosted with Docker Compose |
The differences that actually matter
An assistant that cannot embarrass you
The practical problem with a calendar-joining bot is not that it is impolite. It is that its blast radius is other people's meetings. Once it is connected to a calendar, its presence is a default rather than a decision, and the person who has to explain it to a customer is you. Backchannel captures from a browser tab on your side of the call. There is nothing in the participant list, nothing for a host to admit or eject, and nothing that can turn up in a meeting you did not start.
The argument you can give your security reviewer
Read AI's compliance story improves as you pay: HIPAA, SAML and SCIM, domain capture, and custom data retention arrive at Enterprise+. That is a real answer for organizations that can buy it. Backchannel's answer is different in kind: there is no vendor holding your recordings, because audio is captured in your browser, diarized on your server, and stored on your disk, and the entire pipeline is MIT-licensed so a reviewer can read it instead of trusting it. We have no certifications at all. Which argument works depends entirely on who is asking.
Behavioral metrics versus tactical content
Both products do something during the call, and it is worth being precise about the difference. Read's live dashboard tells you how the conversation is landing -- sentiment, engagement, talk time, speaking pace. Backchannel's agents tell you what to do about it: a consolidated analyst proposing questions every 40 seconds, an objection handler running every 10 seconds over the last 90 seconds and pairing an immediate suggested response with the underlying concern, an opportunity specialist matching what you heard against your own offerings catalog, a synthesizer noticing when a question has been answered, and a strategic signals agent producing risk and next-question cards every 45 seconds. After the call, a three-agent briefing pass drafts the record from two independent perspectives and reconciles them.
What Read AI does better
Honestly, a lot. Read covers meetings, email, and messaging as one searchable surface, which Backchannel does not attempt. It has native apps on four platforms plus a browser extension, so it works from a phone. It supports 20 or more languages against our none. Its premium integrations span Notion, Salesforce, HubSpot, Jira, Confluence, Zapier, and webhooks; ours are exports and a REST API. And it installs in a couple of minutes, where Backchannel is a Docker Compose stack and our prebuilt desktop downloads require an approved Backchannel account rather than a direct download.
A rough edge on our side
Capture, voice activity detection, speaker diarization, and transcription all run locally, and the analysis agents can be pointed at a self-hosted OpenAI-compatible server (Ollama, LM Studio, vLLM), so a zero-cloud deployment is possible. The rough edge is that our Privacy First switch does not yet account for that: it recognizes only the local transcription models, so it still turns the agents off. Getting fully local analysis means configuring the endpoint rather than flipping the switch. If you want that path to be one click, some of the other open-source options handle that better than we do.
Who should use which
Stay with Read AI if you...
Want one assistant across meetings, email, and messaging; need mobile apps and 20-plus languages; rely on Notion, Salesforce, HubSpot, Jira, or Confluence integrations; find engagement and sentiment analytics genuinely useful; and can buy the Enterprise+ tier where HIPAA, SAML, SCIM, and custom retention live.
Switch to Backchannel if you...
Have been asked by IT to remove a calendar-joining bot, take external calls where an uninvited participant is a liability, want a tool that structurally cannot appear in a colleague's meeting, want recordings you can replay without an Enterprise upgrade, and can run docker compose with your own API key.
What moving over looks like
Setup is a git clone and docker compose up --build,
plus a Gemini or OpenAI API key (or a local ONNX Whisper/Parakeet
model for fully offline transcription). The
quickstart is upfront about the
friction: the first start builds images and downloads models, so
plan for a few minutes.
If you are leaving Read AI because IT asked you to, the cleanest order is to revoke its calendar access first, then delete the account, then set up capture on your side of the call. Past meetings can be imported as transcripts (.txt, .md, .docx) or audio (.mp3, .m4a, .wav, .ogg, .flac) and analyzed afterward. There is no automated Read AI migration tool.
Common questions
Why do IT departments block Read AI?
Because of how it spreads and how it joins. Chapman University's IT department published a security notice on 13 August 2025 stating that the use of Read AI is prohibited due to security, privacy, and institutional data risks, and that it was blocking the Read AI app in both Zoom and Microsoft Teams. The University of Wisconsin-Madison IT knowledge base separately documents that if you create a Read.ai account it will automatically join your meetings by default, and that clicking an email link to view someone else's Read.ai report can create an account for you without your knowledge, after which it starts joining your meetings.
Is there an open-source Read AI alternative that cannot auto-join meetings?
Yes. Backchannel has no bot and no calendar integration, so there is nothing that can join a meeting on your behalf or on anyone else's. It captures your microphone and, optionally, tab or system audio directly in the browser, on your side of the call. It cannot appear in a colleague's meeting, cannot be granted access to your calendar, and cannot create an account for someone who clicks a link. It is MIT-licensed and self-hosted.
How does Read AI's free plan compare?
As of July 2026, Read AI's free plan includes 5 meeting transcripts per month, 5 meeting reports per month, and a 1-hour maximum meeting length. Audio and video playback is not included on Free or Pro; it begins at the Enterprise tier. Pro is $15 per user per month billed annually, or $19.75 monthly. Backchannel has no tiers, no transcript quota, no meeting length cap, and recorded audio is always available for playback and re-transcription because it sits on your own disk.
What does Read AI do better than Backchannel?
Read AI covers far more surface area. It has native apps on Windows, macOS, Android, and iOS plus a browser extension, it summarizes email and messaging as well as meetings, it supports 20 or more languages, and it offers premium integrations with Notion, Salesforce, HubSpot, Jira, Confluence, Zapier, and webhooks. Its Enterprise+ tier adds HIPAA compliance, SAML and SCIM, domain capture, and custom data retention. Backchannel is a self-hosted web app with none of those things.
Nothing joins. Nothing leaves.
Self-hosted, open source, MIT licensed. An assistant that only shows up where you put it.