winget install --id=Equicord.Equibop -e
Equibop is a custom Discord App aiming to give you better performance and improve linux support
Equibop is a custom Discord application designed to enhance performance and improve Linux support. Built as a fork of Vesktop, it offers a lightweight and faster alternative to the official Discord app while addressing key gaps in functionality.
Key Features:
Audience & Benefit: Ideal for Linux users seeking a more functional and performant Discord experience. Equibop delivers better performance, enhanced Linux-specific features, and customization options to optimize your Discord usage.
The application can be installed via winget on Windows or through package managers on Linux distributions.
Equibop is a fork of Vesktop.
You can join our discord server for commits, changes, chat or even support.
Extra included changes
Linux Note:
--toggle-mic
& --toggle-deafen
flags to toggle your microphone and deafen status from the terminal.Not fully Supported:
If you don't know the difference, pick the Installer.
These work on both M Series and Intel Series Macs
If you don't know the difference, pick amd64.
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!
nix-shell -p equibop
You need to have the following dependencies installed:
Packaging will create builds in the dist/ folder
> [!NOTE] > On Windows, if you run the test script, you will get test errors about venmic, you can ignore these as it's a linux only module.
git clone https://github.com/Equicord/Equibop
cd Equibop
# 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