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.
Alternatively, or if the normal installer doesn't work for you, open Powershell and run the following command:
iwr
"https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1"
-UseBasicParsing | iex
You can download Vencord from the Chrome or Firefox Store, or use the UserScript.
Mozilla have taken down the entire Vencord extension because they were unable to compile it. Thus, it is not available for now. Use the UserScript or a chromium browser.
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.
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.
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)"
Alternatively, download the correct installer manually and make it
executable, then just run it. Make sure to use
sudo/doas to elevate, running as root user
is not supported