There’s no official open source Google Meet recording software. Google does not provide a public API that allows software to join a Meet call and record it.
What people usually mean by open source Google Meet recording software is an open source Google Meet bot. These bots automate the Google Meet web client using tools like Puppeteer or Playwright.
What is open source Google Meet recording software
When people search for open source Google Meet recording software or Google Meet recording software open source, they’re usually looking for software that can automatically join a meeting and produce a recording or transcript without manual setup.
In practice, open source projects in this space automate the browser to either extract captions or capture audio. This is a workaround so there is no support from Google to build or maintain open source meeting recorders.
How open source Google Meet bots work
An open source Google Meet bot joins a meeting in a real browser using a Google account. From there, it typically does one of two things:
-
scrapes live captions from the page and treats them as a transcript
-
captures meeting audio and sends it to speech-to-text software
Both approaches rely on browser automation, not official Google APIs.
What to expect from open source Google Meet bots
Caption-based bots are easier to build, but require dedicated maintenance. Captions can miss words, speaker names are unreliable, and UI changes can break scraping without warning. Bots that capture audio for transcription and playback are often more accurate but require more engineering resources.
We’ve shared an open source Google Meet bot and a blog to walk you through how to build a Google Meet bot that demonstrates the caption-scraping approach and the tradeoffs involved, which can be useful as a reference for how these bots behave in practice.
Final thoughts
There is no supported open source Google Meet recording software. Existing open source Google Meet bots work by automating the web client and come with real reliability and maintenance tradeoffs.
They’re useful for experimentation and learning, but not a drop-in solution for reliable meeting recording. If you need to record meetings on Google Meet, Microsoft Teams, Zoom, and more, check out Recall.ai's Meeting Recording API.

