Releases
Versions & test builds
The stable build is what the homepage download gives you and what we recommend for real use. Testing builds carry new changes — download one, load it unpacked, and try it. When a testing build passes review and feedback, it becomes the next stable. You can run more than one at once (each loads as its own extension) to compare.
v0.2.0testing2026-06-28
Download .zipTurn coalescing
- Merge consecutive same-speaker captions into one log entry (one start time) instead of one line per sentence.
- Break to a new turn only on speaker change, a long pause (>12s), or a long monologue (>90s / >1200 chars).
- Applies to the live panel, the .txt export, and the agent/MCP transcript.
v0.1.0stable2026-06-27
Download .zipInitial capture core
- Live Google Meet caption capture via the WebRTC data channel.
- Crash-safe audio recording with pause / resume.
- Gemini mixed-language transcription + local MCP bridge.
Load any build in Chrome · 1 min
- 1. Unzip the download.
- 2. Open chrome://extensions, turn on Developer mode.
- 3. Click Load unpacked and pick the meetconnect-extension folder.
- 4. Open meet.google.com.
Each version installs under its own name (the version is in the title), so you can keep several loaded and A/B test them. Audio recording + AI transcription need the local bridge — setup on GitHub.