Personal custom Discord Client forked by Vesktop
Find a file
2023-04-04 02:04:42 +02:00
.github Add workflow 2023-04-04 01:58:24 +02:00
build Add Electron builder jazz 2023-04-03 05:44:42 +02:00
scripts Add Electron builder jazz 2023-04-03 05:44:42 +02:00
src Change API_BASE to main vencord repo 2023-04-04 02:04:42 +02:00
static Add Vencord Loading & tray icon 2023-04-04 00:41:52 +02:00
.gitignore Initial commit 2023-03-30 01:02:30 +02:00
.npmrc Add Electron builder jazz 2023-04-03 05:44:42 +02:00
.prettierrc.yaml Add Electron builder jazz 2023-04-03 05:44:42 +02:00
LICENSE Initial commit 2023-03-30 01:02:30 +02:00
package.json Add Electron builder jazz 2023-04-03 05:44:42 +02:00
pnpm-lock.yaml Add Electron builder jazz 2023-04-03 05:44:42 +02:00
README.md mention gluon 2023-03-31 09:36:28 +02:00

Vencord Desktop

A standalone Electron app that loads Discord & Vencord (very early and unfinished)

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.

This is just a random idea I (V) got, and might not actually ever be finished heh

Gluon also seems very attractive for this because of how lightweight it can be and because unlike electron, streaming just works out of the box like in any chromium browser. However, at the time of writing this, it still lacks some features necessary to make it work (synchronous ipc or a way to get node process variables into the onLoad function for instance, plus onLoad seems to load a little too late sometimes)