The official plugin registry for Voltius — Open-Source SSH & SFTP Client built with Tauri, React, and Rust.
Browse and install plugins directly from the Settings → Plugins → Browse tab in Voltius. No account required.
Trust model. A plugin runs with the app's full privileges — Voltius does not sandbox it, the same as a browser or editor extension. A listing here means the submission was reviewed, but installing a plugin is a trust decision. Install ones whose source you trust; the permissions a plugin declares are shown before you install.
The full developer guide — quickstart, PluginAPI reference, permissions, and publishing — lives in the Voltius docs:
docs.voltius.app/plugins/developing
To submit a plugin, open a PR adding your entry to plugins.json. See CONTRIBUTING.md for the entry schema and the publishing guide for review criteria. Before submitting, run node scripts/stamp-hashes.mjs to bind a content hash to your entry so installs are integrity-verified (CI enforces it).
Because plugins are trusted code and run without a runtime sandbox, review is the security boundary — declared permissions must match what the code actually uses, and there must be no deceptive or malicious behavior.
The simplest contribution is adding your plugin to plugins.json via a PR. See CONTRIBUTING.md.