How to Install Add-ons

Follow these guides to install add-ons in Anki.

Before you begin

Make sure you have Anki installed on your computer. If you haven't installed Anki yet, you can download it from the official Anki website.

Method 1: Install via AnkiWeb Code

For add-ons hosted on AnkiWeb

1

Open Anki

Launch the Anki application on your computer.

2

Access the Add-ons Menu

Click on "Tools" in the top menu bar, then select "Add-ons" from the dropdown menu.

3

Get Add-ons

In the Add-ons window, click on "Get Add-ons..." A small window will appear with a text field labeled "Code:".

4

Enter the Add-on Code

Find the code for the add-on you want to install (available on each add-on's page), enter it into the "Code:" field, and click "OK".

5

Restart Anki

After the add-on is downloaded, you'll see a confirmation message. Close and restart Anki to ensure the add-on is properly loaded.

Method 2: Install via .ankiaddon File

For add-ons downloaded from external sources

Quick Method: Double-Click Install

1
Download the .ankiaddon FileDownload the add-on file from our website or the developer's page. It will have the extension .ankiaddon.
2
Double-Click to InstallSimply double-click the downloaded .ankiaddon file. A popup will appear asking if you want to install this add-on to Anki.
3
Confirm InstallationClick "Yes" or "Install" in the popup dialog. Anki will automatically start (if not already running) and install the add-on.

Alternative: Manual File Install

If double-clicking doesn't work, you can manually install the add-on through Anki:

1
Open Anki:Launch the Anki application on your computer.
2
Go to Tools → Add-ons:Click on "Tools" in the menu bar, then select "Add-ons".
3
Install from File:In the Add-ons window, click "Install from file..." (or "Install Add-on from File" on some versions).
4
Select the File:Navigate to your downloaded .ankiaddon file, select it, and click "Open".
5
Restart Anki:After installation, restart Anki to activate the add-on.

Method 3: Install via .zip File

For add-ons distributed as zip archives

Some add-ons are distributed as .zip files instead of .ankiaddon files. These need to be manually extracted to your Anki add-ons folder.

1
Download the .zip file

Download the add-on zip file from the developer's page.

2
Close Anki

Make sure Anki is completely closed before proceeding.

3
Find your addons21 folder

Navigate to your Anki user data folder:

Windows: %APPDATA%\Anki2\addons21\

Mac: ~/Library/Application Support/Anki2/addons21/

Linux: ~/.local/share/Anki2/addons21/

Tip: In Anki, go to Tools → Add-ons → "View Files" to open this folder directly.

4
Extract the zip contents

Extract the zip file. Place the extracted folder (containing the add-on files) directly into the addons21 folder.

5
Start Anki

Launch Anki. The add-on should now be loaded. Check Tools → Add-ons to verify.

Note: The extracted folder should contain files like __init__.py ormanifest.json. If you see another folder inside, move its contents up one level.

Security Notice

Only install add-ons from trusted sources. Malicious add-ons could potentially access your data or harm your system. We verify all add-ons on our platform, but always exercise caution with external downloads.

You're all set!

After installation, your add-on should be ready to use. Check Tools → Add-ons to verify the installation and configure settings if needed.