Vencord Installer allows you to install Vencord, a Discord Desktop client mod
Download the latest VencordInstaller.exe from GitHub Releases and run it
sh -c "$(curl -s https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
Download the latest Mac build from GitHub Releases, unzip it, and run VencordInstaller.app
If you get a VencordInstaller can't be opened
message, right-click VencordInstaller.app
and click open.
This error 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 the go compiler and gcc (MinGW on Windows).
On Linux, you also need some dependencies:
apt install -y pkg-config libsdl2-dev libglx-dev libgl1-mesa-dev
# X11
apt install -y xorg-dev
# Wayland
apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
Then just run
# Windows / MacOs / Linux X11
go build
# Linux Wayland
go build --tags wayland
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