Equibop is a fork of Vesktop.
You can join our discord server for commits, changes, chat or even support.
Main features:
- Equicord 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
Extra included changes
- Tray Customization with voice detection and notification badges
- Command-line flags to toggle microphone and deafen status (Linux)
- Custom Arguments from this PR
- arRPC-bun with debug logging support https://github.com/Creationsss/arrpc-bun
Not fully Supported:
- Global Keybinds (Windows/macOS - use command-line flags on Linux instead)
Note
For the full list of supported flags and how to apply them, see the Tips & Tricks page on the wiki!
| Flag | Description |
|---|---|
--ozone-platform=wayland |
Force native Wayland |
--ozone-platform=x11 |
Force XWayland |
--no-sandbox |
Disable Chromium sandbox (use with caution) |
--force_high_performance_gpu |
Prefer discrete GPU |
--start-minimized |
Launch minimized to tray |
--toggle-mic |
Toggle mic (bind to shortcuts) |
--toggle-deafen |
Toggle deafen (bind to shortcuts) |
--toggle-vad |
Toggle Voice Activity Detection (Voice Activity <-> Push To Talk) |
Add flags to ${XDG_CONFIG_HOME}/equibop-flags.conf — one per line, lines starting with # are comments.
Check the Releases page
OR
Check The Downloads from the website
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 AppImage should work on any distro that supports them, so I recommend you just use that instead!
- Arch Linux: Equibop on the Arch user repository
- Void Linux: Equibop on the Void repository
- NixOS:
nix-shell -p equibop
You need to have the following dependencies installed:
Packaging will create builds in the dist/ folder
git clone https://github.com/Equicord/Equibop
cd Equibop
# Install Dependencies
bun install
# Either run it without packaging
bun start
# Or package (will build packages for your OS)
bun package
# Or only build the Linux Pacman package
bun package --linux pacman
# Or package to a directory only
bun package:dirThis is a small C++ helper library Equibop uses on Linux to emit D-Bus events. By default, prebuilt binaries for x64 and arm64 are used.
If you want to build it from source:
- Install build dependencies:
- Debian/Ubuntu:
apt install build-essential python3 curl pkg-config libglib2.0-dev - Fedora:
dnf install @c-development @development-tools python3 curl pkgconf-pkg-config glib2-devel
- Debian/Ubuntu:
- Run
bun buildLibVesktop - From now on, building Equibop will use your own build