The Vencord Installer allows you to install Vencord+, the best Discord Desktop client mod
Warning Do not run the installer as Admin
Download VencordInstaller.exe and run it
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/StupidityDB/VencordPlusInstaller/main/install.ps1" -UseBasicParsing | iex
Run the following command in your terminal and follow along with the instructions/prompts
sh -c "$(curl -sS https://raw.githubusercontent.com/StupidityDB/VencordPlusInstaller/main/install.sh)"
Download the latest MacOs build, 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 shows because the app isn't signed since I'm not willing to pay 100 bucks a year for an Apple Developer license.
You need to install the Go programming language and GCC, the GNU Compiler Collection (MinGW on Windows)
Additionally, if you're using Linux, you have to install some additional dependencies:
apt install -y pkg-config libsdl2-dev libglx-dev libgl1-mesa-dev
apt install -y xorg-dev
apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
go mod tidy
go build
go build --tags wayland
go build --tags cli
You might want to pass some flags to this command to get a better build. See the GitHub workflow for what flags I pass or if you want more precise instructions