Personal custom Discord Client forked by Vesktop
Find a file
2024-07-04 18:51:18 +02:00
.github update workflow actions 2024-07-04 17:46:49 +02:00
.vscode ci(updateMeta): fix invalid appstream gen 2023-12-04 22:27:01 +00:00
build macOS: Add customized dmg background (#565) 2024-05-02 23:41:09 +02:00
meta meta: Use Network category instead of AudioVideo (#721) 2024-07-04 03:34:17 +02:00
patches update arrpc 2024-06-16 18:42:48 +02:00
scripts autostart(linux): correctly preserve command line arguments 2024-03-12 03:38:37 +01:00
src improve tray strings 2024-07-04 18:51:18 +02:00
static make splash window draggable 2024-01-08 02:38:38 +01:00
.env.example add linux audio screensharing (#130) 2023-10-21 22:15:55 +02:00
.eslintrc.json port popout logic from discord desktop 2024-01-15 18:52:46 +01:00
.gitignore fix turnary soup in main window options (#164) 2023-10-25 00:24:37 +02:00
.npmrc make package manager check warn instead of error on mismatched version 2024-05-23 17:40:57 +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 fix incorrectly packaging node_modules 2024-07-04 17:54:38 +02:00
pnpm-lock.yaml update arrpc 2024-06-16 18:42:48 +02:00
README.md README: update link to new nixos wiki (#594) 2024-05-09 13:37:36 +02:00
tsconfig.json Fix lint 2023-04-19 23:15:07 +02:00

Vesktop

Vesktop is a custom Discord desktop app

Main features:

  • Vencord preinstalled
  • Much more lightweight and faster than the official Discord app
  • Linux Screenshare with sound & wayland
  • Much better privacy, since Discord has no access to your system

Not yet supported:

Installing

Windows

If you don't know the difference, pick the Installer.

Mac

If you don't know the difference, pick the Intel build.

Linux

Download on Flathub

If you don't know the difference, pick amd64.

Community packages

Below you can find unofficial packages created by the community. They are not officially supported by us, so before reporting issues, please first confirm the issue also happens on official builds. When in doubt, consult with their packager first. The flatpak and AppImage should work on any distro that supports them, so I recommend you just use those instead!

Building from Source

Packaging will create builds in the dist/ folder

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