Two pieces: the atbridge.ai app (a small command-line tool) and the Thunderbird add-on. Install both, connect them, done — on macOS, Linux, or Windows.
Easiest — no terminal. Install the add-on (Step 2 below) and the setup wizard opens automatically: it installs the atbridge.ai app in one click, then walks you through activating your plan and connecting your AI. Steps 1, 3 & 4 are the manual alternative.
On Linux, follow all four steps below. If your Thunderbird is not a Snap/Flatpak install, the one-click path works too — install the add-on and follow the wizard. On Snap/Flatpak (confined) Thunderbird, enable the local-bridge (loopback) fallback so the helper can connect — turn it on in the first-run wizard's Step 1 (Enable local bridge) or in atbridge Settings → Local bridge (Snap/Flatpak).
Run one command. It downloads the atbridge app for your platform (a single small executable — no dependencies), registers it with your Thunderbird profile, and hands the add-on to Thunderbird — nothing else is touched.
$ curl -fsSL https://atbridge.ai/install.sh | sh$ curl -fsSL https://atbridge.ai/install.sh | shPS> irm https://atbridge.ai/install.ps1 | iexRun in PowerShell. No admin rights needed — everything installs per-user.
Verify it worked: atbridge --version should print a version number.
The add-on is a .xpi for Thunderbird 128+. Download it, then install it from file inside Thunderbird.
⏳ The add-on goes live at launch. Everything else on this page works now — come back for this file, or ask us for early access.
Then, in Thunderbird:
Settings).Settings, in the menu at the bottom (just to the right of the Settings gear) click Add-ons and Themes.Manage your Extensions header, click the gear icon (Tools for all add-ons).Install Add-on From File, then pick the downloaded .xpi (the name carries its version) and confirm the permission prompt.Back in your terminal (PowerShell on Windows), connect the app to Thunderbird:
$ atbridge bridge installThen activate your plan — auto-detect walks your Thunderbird accounts and picks the right one:
$ atbridge license activateBought Personal or Pro? Give your Thunderbird account email at the prompt. Just trying it out? Press Enter to start the 14-day free trial.
Using Snap or Flatpak Thunderbird?
The confined app connects over the local bridge instead — run this in place of bridge install:
$ atbridge bridge service install && atbridge bridge service startAuto-detect can't read your accounts under confinement, so activate with your license key — find it in your account:
$ atbridge license activate --email you@example.com --key <your-key>$ atbridge license status --prettyYou want to see your plan, status ok, and Local storage enabled ✓. If that last row says DISABLED, in Thunderbird open Account Settings → Synchronization & Storage, tick "Keep messages for this account on this computer", then click Download Now.