Plugin marketplace
Extend Nexora,
your way.
Plugins add AI tools and panels to Nexora IDE. Each runs sandboxed in an embedded WebAssembly runtime — it can only reach the network, secrets and files it declares, and you approve those at install. Signed by their publisher, installed in one click.
Installing a plugin
Three steps, fully in your control
Download
Hit Download for Nexora on any plugin. You get a single
.nexplugin file — the signed package.
Open it
Double-click the .nexplugin — Nexora IDE opens to an
install sheet. Or in the app: Plugins → Install from file.
Review & confirm
The sheet shows the publisher signature and exactly which permissions the plugin requests. Approve, and it appears on your Plugins page.
Don’t have the app yet? Download Nexora IDE first. Plugins load on demand and can be disabled or removed anytime.
Want to build one?
A plugin is a Rust backend (compiled to WASM) plus an optional React panel. The SDK, a scaffolder and a one-command packager ship in the repo.