The Vencord Installer allows you to install Vencord, the cutest Discord Desktop client mod
See https://vencord.dev/download
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