Meet Transcriber - Last updated: July 21, 2026
Meet Transcriber captures audio from your browser tab and microphone, sends it to OpenAI's transcription API, and displays the resulting text transcript with speaker labels.
chrome.storage.local). Never synced, never exported, never sent anywhere except to OpenAI's API as an authorization header.~/.meet-transcriber/) if you install the native messaging bridge.The only external service this extension communicates with is OpenAI's API (api.openai.com). Audio data is sent to OpenAI for transcription using their speech-to-text models. OpenAI's data handling is governed by their own privacy policy and API terms of service.
No other external service, server, or analytics platform receives any data from this extension.
Transcripts remain in your browser's local storage until you delete them. If the native messaging bridge is installed, transcript files remain on your local filesystem until you delete them. No data is retained on any remote server operated by us.
This extension is fully open source under the MIT license. You can inspect every line of code at github.com/hugoblanc/meet-transcriber.
For questions about this privacy policy, open an issue on GitHub.