v0.1.0 — first release
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
- Download
tb-thread-summarizer-0.1.0.xpifrom the Assets below. - 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 OllamaSee the README
for Linux/Windows. Full details in the
CHANGELOG.