Skip to content
forked from Equicord/Equibop

Equibop is a custom Discord App aiming to give you better performance and improve linux support

License

Notifications You must be signed in to change notification settings

Panniku/Equibop

 
 

Repository files navigation

Equibop Equibop

Equicord Tests Discord

Equibop is a fork of Vesktop.

You can join our discord server for commits, changes, chat or even support.

<<<<<<< HEAD

Main features

=======

Main features:

  • Equicord preinstalled

upstream/main

  • Much more lightweight and faster than the official Discord app
  • Linux Screenshare with sound & wayland

Extra included changes

<<<<<<< HEAD

  • Equicord preinstalled
  • Custom Splash animations from this PR
  • Tray Customization & Voice detection and Badge from this PR
  • Global Keybind to Toggle voice status from this PR
  • Custom Arguments from this PR
  • Remove (#) title prefix when Notification Badge option is toggled from this PR
  • Allow patching video & audio devices into screen share from this PR

Linux Note:

  • You can use the --toggle-mic & --toggle-deafen flags to toggle your microphone and deafen status from the terminal.

Not fully Supported:

  • Global Keybinds =======
  • 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

Linux Note:

  • You can use the --toggle-mic & --toggle-deafen flags to toggle your microphone and deafen status from the terminal. These can be bound to keyboard shortcuts at the system level.

Not fully Supported:

  • Global Keybinds (Windows/macOS - use command-line flags on Linux instead)

upstream/main

Installing

Check the Releases page

<<<<<<< HEAD

Windows

If you don't know the difference, pick the Installer.

Mac

These work on both M Series and Intel Series Macs

Check The Downloads from the website

upstream/main

Linux

Equibop
<<<<<<< HEAD Download on Flathub

If you don't know the difference, pick amd64.

Community packages

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!

Community packages

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!

upstream/main

Building from Source

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
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:dir

Building LibVesktop from Source

This 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:

  1. 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
  2. Run bun buildLibVesktop
  3. From now on, building Equibop will use your own build

About

Equibop is a custom Discord App aiming to give you better performance and improve linux support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.1%
  • HTML 5.2%
  • JavaScript 3.9%
  • CSS 2.9%
  • C++ 2.4%
  • Dockerfile 0.2%
  • Other 0.3%