diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.27k stars 40 forks source link
adwaita discord discord-client gnome gtk4 gtkcord4
![Dissent logo](./internal/icons/hicolor/scalable/apps/so.libdb.dissent.svg)

Dissent

Screenshot 3
Screenshot 3 Screenshot 1 Screenshot 2 Screenshot 4


GitHub download count Flathub download count Latest release Packaging status Go Report Card


Dissent (previously gtkcord4) is a third-party Discord client designed for a smooth, native experience on Linux desktops.

Built with the GTK4 and libadwaita for a modern look and feel, it delivers your favorite Discord app in a lightweight and visually appealing package.

Features

Dissent offers a streamlined Discord experience, prioritizing simplicity and speed over feature completeness on par with the official client. Here's what you can expect:

It does not aim to support voice chat and other advanced features, as these are best handled by the official client or the web app.

Installation

Flatpak

Dissent is available on Flathub:

Download on Flathub

Pre-built Downloads

You can download Dissent as a pre-built binary for the following platforms by clicking on the below badges. These are automatically built and uploaded by GitHub Actions on each release.

Windows x86_64
Linux x86_64
Linux Aarch64

Dependencies

Distribution Packages

Dissent is available in the distribution repositories below. Click on the badge to see the available versions and installation instructions.

Packaging status

Compiling

You need Go 1.21+ for this step. To compile Dissent and install it into $GOBIN, run:

go install -v libdb.so/dissent@latest

[!NOTE] Compiling is known to take at least 20 minutes on a modern system due to CGo. This is normal and expected, but it is still recommended to use a pre-built binary if available.

Logging In

To log into Dissent, you can either use your token (recommended) or login using your username and password. Here's how you can obtain your token:

  1. Open the Discord web app in your browser and log in.
  2. Press F12 to open the Inspector.
  3. Go to the Network tab then press F5 to refresh the page.
  4. In the 'Filter URLs' text box, search discord api.
  5. Click on any HTTP message entry and inspect its message headers. Under the 'Request Headers' section, search for the Authorization header.
  6. Copy its value (the token) into the Token field, then click Login.

[!WARNING] Logging in using username/email and password is strongly discouraged. This method is untested and may cause your account to be banned! Prefer using the token method above.

[!IMPORTANT] Using an unofficial client at all is against Discord's Terms of Service and may cause your account to be banned! While Dissent tries its best to not use the REST API at all unless necessary to reduce the risk of abuse, it is still possible that Discord may ban your account for using it.

Please use Dissent at your own risk!