A convenient launcher for Vencord. Say goodbye to patching Discord every update!
  • Rust 49.2%
  • NSIS 34.1%
  • Shell 14.7%
  • JavaScript 2%
Find a file
2025-07-14 13:44:57 +01:00
.cargo remove -Z flags from .cargo/config.toml... 2025-07-14 13:42:45 +01:00
.github try an even older rust ver 2025-07-14 13:44:57 +01:00
crates/xtask-prepare-release support doas for linux install 2025-01-31 22:34:36 +00:00
installers support ARM64 2025-07-14 13:41:30 +01:00
src fix: correctly pass args on relaunch 2025-05-11 21:13:46 +01:00
.gitignore Initial commit 2025-01-30 22:52:06 +00:00
build.rs support doas for linux install 2025-01-31 22:34:36 +00:00
Cargo.lock fix: correctly pass args on relaunch 2025-05-11 21:13:46 +01:00
Cargo.toml bump version to 0.1.11 2025-07-14 13:42:05 +01:00
LICENSE Create LICENSE 2025-02-01 03:48:56 +00:00
README.md feat: flatpak support 2025-02-02 17:02:45 +00:00
rust-toolchain.toml try an even older rust ver 2025-07-14 13:44:57 +01:00

Vencord Launcher

Quickly and conveniently launch Vencord.

Windows

Download and run the latest installer and pick the branches of Discord you want.

Linux

The Linux build also supports flatpak, and will use it if it cannot find another instance of Discord on your filesystem.

Stable

sh -c "$(curl -fsSL https://github.com/MeguminSama/Vencord-Launcher/releases/latest/download/install.sh)"

PTB

sh -c "$(curl -fsSL https://github.com/MeguminSama/Vencord-Launcher/releases/latest/download/install.sh)" -- ptb

Canary

sh -c "$(curl -fsSL https://github.com/MeguminSama/Vencord-Launcher/releases/latest/download/install.sh)" -- canary

Uninstalling

sh -c "$(curl -fsSL https://github.com/MeguminSama/Vencord-Launcher/releases/latest/download/install.sh)" -- --uninstall <branch>

MacOS

Working on it...

Commandline Arguments

Using a local (git) instance of a mod?

You can pass the --local flag with a path to the entrypoint. For example:

vencord-stable --local $HOME/workspace/vencord/patcher.js

Passing arguments through to discord?

Any arguments passed after -- are passed through to Discord. For example:

vencord-stable -- --start-minimized --enable-blink-features=MiddleClickAutoscroll