Skip to content

Using Plugins

DocGraph has a plugin system for extending the app — new panels, commands, and integrations. The plugin SDK and example plugins are open source (MIT).

Browse the plugin store inside DocGraph to install community plugins, or sideload a plugin folder during development.

For your safety, Restricted Mode is on by default: third-party plugins are disabled until you explicitly turn it off. Plugins you’ve enabled stay inert while Restricted Mode is active, so a freshly installed plugin will not run until you make a deliberate choice.

Each plugin declares the permissions it needs — for example vault read access, storage, or network. Review a plugin’s permissions before enabling it.

Developer documentation for the plugin SDK is coming soon. The SDK, registry, and example plugins will be published under the MIT license.