Nexop is a custom Discord App aiming to give you better performance and improve linux support
  • TypeScript 87.7%
  • HTML 7.3%
  • JavaScript 3%
  • CSS 1.8%
  • NSIS 0.2%
Find a file
Jaegerwald 25281fc203
o7
2025-10-05 22:54:04 +02:00
.github how has this been conflicted for SO LONG ???? 2025-07-18 17:16:04 +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
patches bump to v1.5.8 2025-07-08 01:02:17 +02:00
scripts Move arrpc server into a worker thread to reduce stutters (#1053) 2025-07-06 17:34:32 +02:00
src Merge branch 'Vencord:main' into main 2025-09-12 20:01:59 +02:00
static how has this been conflicted for SO LONG ???? 2025-07-18 17:16:04 +02:00
.env.example switch to node inbuilt source map support 2025-05-16 19:59:29 +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 Merge branch 'Vencord:main' into main 2025-09-12 20:01:59 +02:00
pnpm-lock.yaml upgrade dependencies 2025-09-04 19:45:04 +02:00
README.md o7 2025-10-05 22:54:04 +02:00
tsconfig.json Fix lint 2023-04-19 23:15:07 +02:00

Tip

don't

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

Visit https://vesktop.vencord.dev/install

Building from Source

You need to have the following dependencies installed:

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 (will build packages for your OS)
pnpm package

# Or only build the Linux Pacman package
pnpm package --linux pacman

# Or package to a directory only
pnpm package:dir