You can find official plugins in our GitHub organization:


Install Plugins

To add a plugin, click the + icon on the right side of the Plugins page and provide the required installation details.

GitHub

Enter the plugin’s GitHub repository in the following format:

# Format
[organization|username]/[repository]
[organization|username]/[repository]#[branch]

# Examples
ale-run/plugin-aws
ale-run/plugin-aws#nightly

If no branch is specified, main/master will be used by default.

NPM

Enter the NPM package name. Once downloaded, you can configure the plugin with the required settings.

[organization|username]/[package]
[organization|username]/[package]@0.1.0-rc.1

If no version is specified, the latest version will be used.

URL

Install a plugin by providing its package URL.

Supported file formats: tar, tar.gz, tgz, zip

Remove Plugins

Click the icon in the top-right corner of a plugin card to uninstall or remove it.

Essentials and File Store are default plugins and cannot be removed. Uninstalled plugins are deactivated but can be easily reinstalled later.