Quadrix is a free and open source Matrix messaging protocol client application for Linux, Windows, Android, iOS and MacOS. It comes with Integrated video-conferencing with Jitsi Meet, No data collection, no support end-to-end encryption, no bots, no phone calls, web app, top-down messaging feed and more. It is written in ReactXP, Electron and released under GNU General Public License.
Install Quadrix on Ubuntu Linux
Quadrix is available as a flatpak package from remote flathub and snap from snapstore. You need to install flatpak and flahub on your system if you don’t have them. After that restart your system. Now open the terminal command line software using ctrl+alt+t keys and run Quadrix flatpak installation command.
flatpak install flathub chat.quadrix.Quadrix
This will install the latest Quadrix on your system. You can open it via
flatpak run chat.quadrix.Quadrix
And uninstall it using
sudo flatpak uninstall chat.quadrix.Quadrix
Install Quadrix using snap:
In your terminal app run below Quadrix snap installation command.
sudo snap install quadrix
You can uninstall it via
sudo snap remove quadrix
That’s all.