This document provides detailed instructions on how to publish Dify plugins to a personal GitHub repository, including preparation work, initializing a local plugin repository, connecting to a remote repository, uploading plugin files, packaging plugin code, and the complete process of installing plugins via GitHub. This method allows developers to fully manage their own plugin code and updates.
To accommodate the various publishing needs of developers, Dify provides three plugin publish methods:
Introduction: The official Dify plugin marketplace allows users to browse, search, and install a variety of plugins with just one click.
Features:
Publication Process:
For detailed instructions, please refer to:
Introduction: Open-source or host the plugin on GitHub makes it easy for others to view, download, and install.
Features:
Publication Process:
For detailed instructions, please refer to:
Introduction: Package the plugin as a local file (e.g., .difypkg
format) and share it for others to install.
Features:
Publication Process:
You can package the plugin project as a local file and share it with others. After uploading the file on the plugin page, the plugin can be installed into the Dify Workspace.
For detailed instructions, please refer to:
Edit this page | Report an issue