Browser extension

The TransMeet Chrome extension.

A small Manifest V3 extension that drives the local engine from inside your Meet, Zoom web client, or Teams tab. It injects a Start TransMeet button into the call controls and pins a live-transcript overlay to the corner of the page.

Sideload manually

Useful for hacking on the extension itself or running pre-release builds.

  1. 1. Download the latest extension.zip from the GitHub releases page and unzip it.
  2. 2. Open chrome://extensions in your browser.
  3. 3. Toggle "Developer mode" on (top-right).
  4. 4. Click "Load unpacked" and pick the unzipped folder.
  5. 5. The TransMeet icon appears in your toolbar.
GitHub releases
Screenshot placeholder — the overlay pinned bottom-right of a Meet call

Engine must be running locally

The extension talks to the TransMeet engine onhttp://127.0.0.1:8765via REST + WebSocket. If the engine isn't running, the Start button shows "TransMeet engine not running — open the app" with a link back here.

Install the engine