📥 Installing Plugins
Online Plugin Source (Recommended)
EchoMusic includes a built-in online plugin source for browsing and installing:
- Open EchoMusic and go to "Plugin Manager"
- Click the "Online Plugins" tab
- Browse the available plugin list
- Click "Install" — the plugin will download and install automatically
One-Click Updates
v2.2.7 introduced a one-click plugin update feature. When an installed plugin has a new version available, the Plugin Manager will show an update prompt — click to upgrade to the latest version.
Adding Third-Party Plugin Sources
You can add other GitHub repositories as plugin sources:
- In Plugin Manager → Online Plugins, click "Add Source"
- Enter the plugin source URL, for example:
https://github.com/username/echo-plugins-source - After refreshing, plugins from that source will appear
Manual Installation
- In Plugin Manager, click "Open Directory"
- Copy the downloaded plugin folder (containing
manifest.json) into it - Return to EchoMusic — the plugin will appear automatically in the list
<EchoMusic plugin directory>/
hello-echo/
manifest.json
index.js
style.css💡 Where Is the Plugin Directory
- Windows:
%APPDATA%/echomusic/plugins/ - macOS:
~/Library/Application Support/echomusic/plugins/ - Linux:
~/.config/echomusic/plugins/
You can also open it via Plugin Manager → "Open Directory".