Personal custom Discord Client forked by Vesktop
Find a file
Vendicated b059516707
SteamOS: always use dark theme
Co-authored-by: AAGaming <aagaming@riseup.net>
2024-01-06 03:20:13 +01:00
.github/workflows ci: pin to node v18.18.2 2023-12-09 13:34:04 +00:00
.vscode ci(updateMeta): fix invalid appstream gen 2023-12-04 22:27:01 +00:00
build feat: use standardized icon for macOS (#48) 2023-07-27 01:03:29 +00:00
meta Insert release changes for 2023-12-04 22:34:27 +00:00
scripts ci(updateMeta): fix invalid appstream gen 2023-12-04 22:27:01 +00:00
src SteamOS: always use dark theme 2024-01-06 03:20:13 +01:00
static fix shiggy looking creepy 2023-12-04 11:34:39 +01:00
.env.example add linux audio screensharing (#130) 2023-10-21 22:15:55 +02:00
.eslintrc.json Add eslint config 2023-04-09 22:55:12 +02:00
.gitignore fix turnary soup in main window options (#164) 2023-10-25 00:24:37 +02:00
.npmrc Add Electron builder jazz 2023-04-03 05:44:42 +02:00
.prettierrc.yaml apply lint 2023-04-09 22:55:12 +02:00
LICENSE Initial commit 2023-03-30 01:02:30 +02:00
package.json bump venmic 2024-01-06 03:18:30 +01:00
pnpm-lock.yaml bump venmic 2024-01-06 03:18:30 +01:00
README.md README: remove outdated section (#303) 2023-12-24 00:15:26 +01:00
tsconfig.json Fix lint 2023-04-19 23:15:07 +02:00

Vesktop

Vesktop is a cross platform desktop app aiming to give you a snappier Discord experience with Vencord pre-installed

Not yet supported:

  • Global Keybinds

Bug reports, feature requests & contributions are highly appreciated!!

grafik

Installing

Windows

Download and run Vesktop-Setup-VERSION.exe from releases

Mac

Download and run Vesktop-VERSION.dmg from releases

Linux

Arch based

Install vencord-desktop-git from the AUR using your favourite AUR helper, for example yay

Ubuntu/Debian based

Download Vesktop-VERSION.deb from releases

Fedora/RHEL based

Download Vesktop-VERSION.rpm from releases

Other

Either download Vesktop-VERSION.AppImage and just run it directly or grab Vesktop-VERSION.tar.gz, extract it somewhere and run vencorddesktop.

If other packages are created, feel free to open an issue and we'll link them here.

Building

Packaging will create builds in the dist/ folder. You can then install them like mentioned above or distribute them

git clone https://github.com/Vencord/Vesktop
cd Vesktop

# Install Dependencies
pnpm i

# Either run it without packaging
pnpm start

# Or package
pnpm package
# Or only build the pacman target
pnpm package --linux pacman
# Or package to a directory only
pnpm package:dir

Motivation

The official Discord Desktop app is very resource heavy compared to Discord in your Browser. There are multiple alternative Electron apps (ArmCord, WebCord, probably more) that prove how much of a performance gain you can gain by using a custom app. ArmCord already supports Vencord but makes it pretty limited for us. Making our own standalone app gives us much more control.