The official index of plugins for Nuclear.
This registry lists all the available plugins for Nuclear. Plugins themselves live in their developers' own Github repositories.
When you browse plugins in Nuclear, the player fetches this registry and displays available plugins. Installing a plugin downloads it directly from the plugin's Github releases.
You don't need to interact with this repository. Browse and install plugins directly from within Nuclear.
Want to add your plugin to the registry?
- Build your plugin. See the Nuclear plugin development docs
- Prepare your repository. Ensure your
package.jsonmeets the requirements - Create a release. Publish a Github release with a
plugin.zipasset - Submit a PR. Add your plugin to
plugins.jsonfollowing the submission guide
Each plugin entry in plugins.json looks like this:
{
"id": "example-plugin",
"description": "Short description of what this plugin does",
"author": "github-username",
"repo": "owner/repo-name",
"category": "metadata",
"tags": ["optional", "tags"],
"addedAt": "2026-01-25"
}Categories: streaming, metadata, lyrics, scrobbling, ui, other
More categories may be added in the future.
AGPL-3.0 — see LICENSE