GoofCord is a free and open source discord client for Linux and Windows. It is a standalone highly configurable and privacy minded application. It comes with plugin and theme support, lots of customization options, blocks all tracking, message encryption and many more.
Download GoofCord Discord Client
Install GoofCord on Ubuntu
GoofCord is available as a native deb, portable AppImage and flatpak package file from the remote flathub. Download the the latest GoofCord in .deb package file from the above download link and save it on your Downloads folder.
Open the terminal application (ctrl+alt+t) and run below command to install it.
sudo apt install ./Downloads/GoofCord-1.5.1-linux-amd64.deb
[OR]
sudo apt install ./Downloads/GoofCord*.deb
Note: Here “GoofCord-1.5.1-linux-amd64.deb” is the downloaded file name. You can change the above command based on your file name.
Install GoofCord via AppImage:
You can also install it via the portable AppImage. Download the latest GoofCord in .AppImage file format and save it on your Downloads folder. Now in the terminal run below commands.
cd Downloads
sudo chmod +x ~ GoofCord-1.5.1-linux-x86_64.AppImage
Note: Here “GoofCord-1.5.1-linux-x86_64.AppImage” is the downloaded file name. You can change based on your file name.
./GoofCord-1.5.1-linux-x86_64.AppImage
[OR]
If you get any error then run below command.
sudo ./GoofCord-1.5.1-linux-x86_64.AppImage --no-sandbox
Install GoofCord via Flatpak:
You can also install GoofCord via below flatpak install command.
flatpak install flathub io.github.milkshiift.GoofCord
And open it using below command.
flatpak run io.github.milkshiift.GoofCord