Skip to content

A cross platform gui app for installing Vencord

License

Notifications You must be signed in to change notification settings

jackiexyz/VencordInstaller

 
 

Repository files navigation

Vencord Installer

Vencord Installer allows you to install Vencord, a Discord Desktop client mod

image

Usage

Windows

Download the latest VencordInstaller.exe from GitHub Releases and run it

Linux

sh -c "$(curl -s https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"

Mac

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.

Building from source

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

About

A cross platform gui app for installing Vencord

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.0%
  • Shell 3.0%