Vesktop is a custom Discord App aiming to give you better performance and improve linux support
Find a file
Davi 2eef7a40c5 De-duplicate Windows icons
Keeps the Windows icons on `static` only.
2025-02-20 11:14:54 -03:00
.github update blank issue template 2025-02-18 14:18:50 +01:00
.vscode ci(updateMeta): fix invalid appstream gen 2023-12-04 22:27:01 +00:00
build De-duplicate Windows icons 2025-02-20 11:14:54 -03:00
meta update Metainfo for v1.5.5 (#1079) 2025-02-06 05:51:52 +01:00
patches arrpc: support OBS auto streamer mode (#822) 2025-02-05 19:12:38 +00:00
scripts fix automatic license header inserter still using 2023 (lmao) 2025-02-07 04:16:15 +01:00
src Add lower resolution icons for proper scaling on Windows 2025-02-20 10:46:40 -03:00
static Add lower resolution icons for proper scaling on Windows 2025-02-20 10:46:40 -03:00
.env.example add linux audio screensharing (#130) 2023-10-21 22:15:55 +02: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
eslint.config.mjs fix automatic license header inserter still using 2023 (lmao) 2025-02-07 04:16:15 +01:00
LICENSE Initial commit 2023-03-30 01:02:30 +02:00
package.json De-duplicate Windows icons 2025-02-20 11:14:54 -03:00
pnpm-lock.yaml bump dependencies 2025-02-18 15:28:41 +01:00
README.md README.md: add slackware link to unofficial repos (#1056) 2025-01-20 12:05:31 +01: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

Vesktop.dmg

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