Usage | About | Features | Development | Technologies | License | Author
This section is for end users who just want ot install or update Vencord using the GUI. You do not need Node.js, Rust, or any developer tools to run the application.
- Go to the Releases page
- Download the installer for your operating system:
- Windows:
.msi - Linux:
.AppImage,.deb, or.rpm - macOS:
.dmg
- Windows:
⚠️ Windows Antivirus Notice
Because this is a custom-built Tauri application, some antivirus software may incorrectly flag the binary.
If this occurs, add an exception.
A cross-platform GUI for installing and managing Vencord. It detects Discord installations, applies patches, updates existing Vencord setups, and provides optional backup and restore flows, whilst allowing the use of custom user plugins. The tool wraps the normal Vencord installation process in an accessible graphical interface built with Tauri.
✔️ Detect Discord Stable, PTB, and Canary
✔️ Install or update Vencord
✔️ Optional backup of existing Vencord installs
✔️ Separate flows for install, uninstall, backup, and repo sync
✔️ Support for custom vencord user plugins
✔️ Cross-platform via Tauri
The sections below are only required if you are developing or modifying the application. If you just want to use the app, you can ignore everything past this point.
Before starting, you need:
- Git
- Node.js
- Rust Language Toolchain
- Tauri Prerequisites (See the Tauri Guide)
Setup:
-
Clone the repository:
git clone https://github.com/EvilNick2/vencord-installer-gui cd vencord-installer-gui -
Install frontend dependencies:
npm install
-
Run in development mode:
npm run start
This will start the Vite frontend dev server and the Tauri backend.
Build:
npm run buildThe following tools were used in this project:
This project is under the MIT license. See the LICENSE file.
Made by EvilNick2