Dissent
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:
- Text chat with complete Markdown and custom emoji support
- Guild folders and channel categories
- Tabbed chat interface
- Quick switcher for channels and servers
- Image and file uploads, previews, and downloads
- User theming via custom CSS
- Partial thread/forum support
- Partial message reaction support
- Partial AI summary support (provided by Discord)
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:
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.
Dependencies
- Linux: Dissent needs GTK4, gobject-introspection, and optionally
libcanberra. If compiling, then the library headers are also required.
- Windows: all the needed dependencies are bundled in the executable.
Distribution Packages
Dissent is available in the distribution repositories below. Click on the badge
to see the available versions and installation instructions.
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:
- 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.
[!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!