Skip to content

Plugins

Extend Voltius with installable JavaScript plugins.

  • Installing — browse and install from the marketplace
  • Managing — enable, disable, update, remove
  • Custom repos — host your own registry
  • Developing — link out to the marketplace plugin reference

Plugins run with full app privileges

A plugin is JavaScript running in Voltius's own process, so it has the same reach the app does. The permissions a plugin declares are shown before you install and describe what it intends to use — that's disclosure, not a sandbox. Install plugins the way you would a browser or editor extension: only from a source you trust. The supported capability surface is the PluginAPI; reviewing what a plugin does is the marketplace's responsibility, and deciding to install it is yours.