GitHub - diamondburned/dissent: GTK4 Discord client in Go, attempt #4.
Installation
Dependencies
Dissent needs GTK4, gobject-introspection, and optionally libcanberra. If compiling, then the library
headers are also required.
Pre-built Binary
Dissent's CI automatically builds each release for Linux x86_64 and aarch64.
See the Releases page for
the binaries.
Distribution Packages
Dissent is available in the following distributions:
Flatpak
Dissent is available on Flathub:
Compiling
You need Go 1.18+ for this step.
To compile from scratch, run
go install -v libdb.so/...
Read more at github.com