Skip to content

v0.1.0 — first release

Choose a tag to compare

@capazme capazme released this 14 Jul 13:42

First public release of Thread Summarizer for Thunderbird.

Adds a Riassumi thread button to the message header that summarizes the
current email thread with a local Ollama model — TL;DR, key points,
actions & deadlines, and who is waiting for a reply. Nothing leaves your
machine.

Install

  1. Download tb-thread-summarizer-0.1.0.xpi from the Assets below.
  2. Thunderbird → Add-ons Manager → gear icon → Install Add-on From
    File…
    → pick the .xpi.

Requires Thunderbird ≥ 128 and Ollama running locally
(e.g. ollama pull gemma3). One-time setup so Ollama accepts the extension:

launchctl setenv OLLAMA_ORIGINS "moz-extension://*"   # macOS, then restart Ollama

See the README
for Linux/Windows. Full details in the
CHANGELOG.