2024-04-28 18:24:47 +03:00
2024-03-12 03:51:13 +01:00
2024-01-08 02:38:38 +01:00
2023-04-03 05:44:42 +02:00
2023-04-09 22:55:12 +02:00
2023-03-30 01:02:30 +02:00
2024-04-20 17:02:32 +02:00
2024-04-20 17:02:32 +02:00
2024-04-28 18:24:47 +03:00
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 amd64

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

#tested on Ubuntu 24.04
sudo apt install npm

#install pnpm if you dont have it.
sudo npm install -g @pnpm/exe

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

# Install Dependencies
pnpm i

# if you are getting ERR_PNPM_BAD_PM_VERSION error type this
pnpm config set user-agent=pnpm/[type your pnpm version] npm/? node/v[type your nodejs version] linux x64
# then repeat "Install Dependencies"

# now build your app
pnpm install

# Or package
pnpm package
# Or only build the debian target
pnpm package --linux deb
# Or package to a directory only
pnpm package:dir
Description
Vesktop is a custom Discord App aiming to give you better performance and improve linux support
Readme GPL-3.0 992 KiB
Languages
TypeScript 88.6%
HTML 6.9%
CSS 2.5%
JavaScript 1.7%
NSIS 0.3%