Download and run VencordInstaller.exe
Do not run the installer as an Administrator!
If you get a warning that the app cannot be opened, click "Run Anyways". You may need to click "more info" to see this option.
This warning is entirely harmless and only shows because the app is not signed. Signing it would cost us upwards of 300€/year.
Download the cli installer to your Downloads folder. Then, open powershell and run it with the following command. Answer questions when prompted (usually by typing a number)
cd Downloads
./VencordInstallerCli.exe --install
To later uninstall, do the same but with --uninstall instead.
You can also run the installer with no arguments to get a full list of
available commands
You can download Vencord from the Chrome Store or use the UserScript.
To get the Userscript, you'll need a Userscript manager like Violentmonkey or Tampermonkey.
Please note that due to Discord's content security policy, the CSS Editor, custom themes and plugins making use of external scripts will not work with the Userscript.
Most of the time, you can just use our automatic launcher script and
it will figure everything out for you! To do so, just run the below
command. If you're using fish, switch to bash first (by running
bash
)
sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
Run the following commands to use the cli installer. Answer
questions when prompted (usually by typing a number). If you're
using fish, switch to bash first (by running
bash
)
cd /tmp
curl https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli-linux -Lo vencord-installer
chmod +x vencord-installer
sudo XDG_CONFIG_HOME="$XDG_CONFIG_HOME" ./vencord-installer --install
To later uninstall, do the same but with --uninstall instead.
You can also run the installer with no arguments to get a full list of
available commands
Download the zip, unzip it and run VencordInstaller.app
!
If you get a VencordInstaller can't be opened warning, right-click VencordInstaller.app and click open
This warning is entirely harmless and only shows because the app is not signed. Signing it would cost us 99€/year.