Vesktop is a free and open source Discord client application for Linux, Windows and MacOS. It comes with impressive built-in performance, it excels in delivering a smooth user experience. Out of the box, the application takes a robust approach by blocking Discord analytics and crash reports, ensuring a secure and private communication environment for users. This commitment to user privacy sets Vesktop apart from other Discord clients, emphasizing a dedication to safeguarding your data. It works just as well inside your favorite Browser and also comes with plugin support to extend its features.
Gtkcord4 Discord Linux Client App
Download Vesktop [Windows, MacOS, Linux]
How To Install Vesktop On Ubuntu
Vesktop is available as a native .deb and portable .AppImage package files. Download the latest Vesktop 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.
sudo apt install ./Downloads/VencordDesktop*.deb
[OR]
sudo apt install ./Downloads/VencordDesktop_0.4.4_amd64.deb
Here “VencordDesktop_0.4.4_amd64.deb” is the downloaded file name. You can change above command based on your downloaded file name.
After the installation you can open it via the Show Apps application menu or below command in the terminal.
vencorddesktop
Install Vesktop via AppImage
Download the latest Vesktop in . AppImage file format from the above download link and save it on your Downloads folder. In the terminal run below commands one by one.
Here”Vesktop-0.4.4.AppImage” is the downloaded file name. You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ Vesktop-0.4.4.AppImage
./Vesktop-0.4.4.AppImage
Install Vesktop via Flatpak:
In the terminal run below command to install Vesktop fatpak from flathub.
flatpak install flathub dev.vencord.Vesktop
And you can open it using below command.
flatpak run dev.vencord.Vesktop