Materialgram is a free and open source Telegram desktop client application for Linux and Windows. It boasts a sleek Material Design interface along with various enhancements, all built upon the robust foundation of the Telegram API and MTProto secure protocol. It comes with video seeking capability, message bubble redesign, sound overhaul, image compression reduction, timeouts and upload speed, sticker pack menu upgrade, profile information and many more.
How To Install Materialgram On Ubuntu
To install Materialgram on your system, you need to first install Flatpak and Flathub using the commands provided below. After the installation, restart your system. If you already have these installed, skip the following two commands and proceed to directly install Materialgram.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that open the terminal application (ctrl+alt+t) and run below Materialgram flatpak install command. It will instal the latest Materialgram on your Linux system.
flatpak install flathub io.github.kukuruzka165.materialgram
You can open Materialgram using below command or via the Show Apps Ubuntu dock.
flatpak run io.github.kukuruzka165.materialgram
And uninstall Materialgram using below commands.
flatpak uninstall io.github.kukuruzka165.materialgram
[OR]
sudo flatpak uninstall io.github.kukuruzka165.materialgram