Skip to content

luciferreeves/thunderbird-ai-compose

Repository files navigation

Thunderbird AI Compose Banner

You should setup the Thunderbird AI Compose Server before using this extension. Once you have the server running, you will be provided with an endpoint URL and a Secret Key, which you will need to configure the extension.

screencast.mp4

Installation

Stable Release

  1. Download the latest release from the Releases page.

  2. Open Thunderbird and go to:

    ToolsAdd-ons and ThemesExtensionsInstall Add-on From File...

  3. Select the downloaded .xpi file and follow the prompts to install.

  4. Restart Thunderbird to activate the extension.

  5. Configure the extension by going to:

    ToolsAdd-ons and ThemesExtensionsThunderbird AI ComposePreferences

  6. Enter the endpoint URL and Secret Key provided by your Thunderbird AI Compose Server.

  7. Save the settings and start using the AI-powered email composition features!

Development Build

  1. Clone the repository:

    git clone https://github.com/luciferreeves/thunderbird-ai-compose.git
    cd thunderbird-ai-compose
  2. Install dependencies:

    npm install
  3. Build the extension:

    npm run build
  4. Open Thunderbird and go to:

    ToolsDeveloper ToolsDebug Add-onsLoad Temporary Add-on

  5. Select the generated manifest.json inside the build/ folder.

License

This project is licensed under the MIT License. See LICENSE for details.