Warning
VX is currently in development and is not fully released. Installation methods may be unstable, with the Microsoft Edge Store being the only currently supported option: MS Edge Store.
VX is a lightweight client modification for Discord, compatible with both the desktop application and web browser versions.
Currently, VX does not support a reliable installation method on the Discord desktop app.
There will be an installation method here shortly
Caution
Be aware of potential high memory and CPU usage, which can cause Discord to crash or reload unexpectedly. This issue is likely related to Microsoft Edge rather than VX itself, as opening DevTools in Edge can also trigger increased resource consumption.
- 50+ Built-In Plugins: Each plugin offers unique functionality with the option to load custom plugins.
- Theming Support: Easily customize the look and feel of your Discord client.
- Content Protection Mode: Enable enhanced security features for Electron-based apps (available on macOS and Windows only).
VX provides a lightweight, versatile solution for enhancing your Discord experience, whether on the desktop app or in a web browser.
To suggest new plugins, please create a new issue and ensure your suggestion is not already listed.
Interested in adding features or plugins to VX? Here's how you can get involved:
-
Clone the Repository:
git clone https://github.com/doggybootsy/vx
-
Install Dependencies
npm install
-
Build VX
npm run ./index.js
-
Use the following flags to specify the build type:
-w
or--web
: Compile files for the web.-d
or--desktop
: Compile files for the desktop app.-a
or--asar
: Package desktop files into an .asar.-p
or--production
: Compile in production mode.
-
-
Using the Compiled Build:
- Desktop: Link the
./app
folder generated by VX to yourdiscord-desktop-core
(located in%localappdata%\discord\app-#.#.####\modules\discord_desktop_core-#\discord_desktop_core
) or replace the app.asar in the resource folder (%localappdata%\discord\app-#.#.####\resources
). - Web: Add the compiled files to your browser extension and reload. A dedicated extension module for VX is planned for the future.
- Desktop: Link the