ModernDeck is free and open source Twitter client for Linux, Windows and MacOS. This app is running atop of TweetDeck with new Material design inspired user interface and new customization features. This TweetDeck electron wrapper is released under MIT License.
Install ModernDeck on Ubuntu Linux
ModernDeck is available as a portable AppImage and flatpak package from flathub. Download ModernDeck in .AppImage file format from the above download link and save it on your Downloads folder. Open the terminal application (ctrl+alt+t) run below commands to run ModernDeck. Here “ModernDeck_x86_64.AppImage” is the downloaded file name and path is Downloads folder.
cd Downloads
sudo chmod +x ~ ModernDeck_x86_64.AppImage
./ModernDeck_x86_64.AppImage
Install ModernDeck via Flatpak:
You need to install flatpak and flathub on your system first and restart it. After that run below in terminal run below ModernDeck flatpak installation command.
flatpak install flathub com.dangeredwolf.ModernDeck
After the installation run below command to start ModernDeck.
flatpak run com.dangeredwolf.ModernDeck
If you don’t linke it then uninstall it via
sudo flatpak uninstall com.dangeredwolf.ModernDeck
That’s all.