Dissent (formerly gtkcord4) is a third-party Discord client designed for a smooth, native experience on Linux desktops. Built with the GTK4 toolkit for a modern look and feel, it delivers your favorite Discord app in a lightweight and visually appealing package.
Note
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 at your own risk!
Dissent needs GTK4, gobject-introspection, and optionally libcanberra. If compiling, then the library headers are also required.
Dissent's CI automatically builds each release for the following platforms:
- Linux x86_64
- Linux aarch64
- Windows x86_64
See the Releases page for the binaries.
Dissent is available in the following distributions:
Dissent is available on Flathub:
You need Go 1.18+ for this step.
To compile from scratch, run
go install -v libdb.so/dissent@latest
To log into Dissent, you need to get your user token:
- Open the Discord web app in your browser and log in.
- Press F12 to open the Inspector.
- Go to the Network tab then press F5 to refresh the page.
- In the 'Filter URLs' text box, search
discord api
. - Click on any HTTP message entry and inspect its message headers. Under
the 'Request Headers' section, search for the
Authorization
header. - 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.