Auto installer for unofficial Equicord plugins — by yourpov.dev
Equicord comes with its own plugins, This installs the ones it doesn't. easily install plugins people post on GitHub or send you as a zip. Normally you'd move folders and run build commands yourself, this does it in one click.
Note: You need Equicord already installed.
File > Settings: set your Equicord folder path and pick your Discord (Stable, PTB, Canary etc)- Drag the plugin on the window (supports
folders,.zip,.rar,.7zandgithub links) - Press Install
Discord closes, plugin gets added, Equicord rebuilds, Discord reopens. (the run time takes a minute or two)
Unofficial plugins are unauthorized code from strangers running inside your Discord. Only install ones you trust. This app doesn't check what a plugin does.
- GitHub
treelinks fetch that folder directly from the repo - Only copies
.ts/.tsx/.css - Installs
nodeandpnpmfor you if its missing - Installs plugins to
src/userplugins/
Needs VS2022, CMake, and Qt 6.8:
pip install aqtinstall
aqt install-qt windows desktop 6.8.3 win64_msvc2022_64 --outputdir C:\Qt
cmake -S . -B build/qt -G "Visual Studio 17 2022" -A x64 -DCMAKE_PREFIX_PATH="C:/Qt/6.8.3/msvc2022_64"
cmake --build build/qt --config ReleaseOutput: build/EquicordPluginManager.exe + Qt DLLs
MIT © YourPOV - Qt is LGPLv3, see THIRD_PARTY_NOTICES.md
