This document introduces three ways to publish Dify plugins - official Marketplace, open-source GitHub repository, and local plugin file package. It details the characteristics, publishing process, and applicable scenarios for each method, and provides specific publishing recommendations to meet the needs of different developers.
To meet the publishing needs of different developers, Dify provides the following three plugin publishing methods. Before publishing, please ensure that you have completed the development and testing of your plugin, and have read Basic Concepts of Plugin Development and Plugin Developer Guidelines.
Introduction: The official plugin marketplace provided by Dify, where users can browse, search, and install various plugins with one click.
Features:
Publishing Process:
For detailed instructions, please refer to:
Introduction: Open-source or host your plugin on GitHub for others to view, download, and install.
Features:
Publishing Process:
For detailed instructions, please refer to:
Publish to Individual GitHub Repository
Introduction: Package the plugin as a local file (such as .difypkg
format) and share it for others to install.
Features:
Publishing Process:
You can package your plugin project as a local file and share it with others. After uploading the file on the plugins page, you can install the plugin into your Dify Workspace.
For detailed instructions, please refer to:
Package as Local File and Share
Edit this page | Report an issue