Plugins & Modules

Core plugins are hot-reloadable via collectible AssemblyLoadContext. Optional modules extend the node with additional services.

Core Plugins

Loading plugins...

Optional Modules

Loading modules...

Plugin API

Clusters can fetch the plugin catalog programmatically to check for updates:

# Get the full plugin and module catalog as JSON curl https://your-website/api/plugins.json

The JSON response includes name, version, description, and download URL for each plugin and module. See the documentation for details on the plugin system.