Vyntra is a fork of Vesktop, a custom Discord desktop app
Pros:
- 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
Cons:
- Volume only goes up to 100%
Whats different?
Fixes:
- Fixes Vesktop Issue: #161
Minor changes:
- Disabled Rich Presence by Default
- Enabled Splash Theming by Default
Packaging will create builds in the dist/ folder
git clone https://github.com/Justus0405/Vyntra
cd Vyntra
# 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