Jami is a free peer to peer encrypted voice, video, chat application for Linux, Android, AndroidTV, Windows, macOS and iOS. It provides single and group chat, screen sharing in video calls, file sharing, Recording audio/video messages, SIP phone and more. It comes with end to end Anonymous encryption X.509 standard and free unlimited file size, speed, bandwidth, number of accounts and storage. It is released under GPLv3 license.
How to Install Jami on Ubuntu Linux
Jami is available as a snap package and native .deb package file. In the terminal application (ctrl+alt+t) and run below Jami snap install command. It will install the latest version of Jami on your system.
sudo snap install jami
After the installation run this command also.
sudo snap connect jami:alsa
After the installation you can start Jami app using application menu or via below command.
jami
And uninstall it using
sudo snap remove jami
Install Jami via DEB:
Download Jami in native .deb file format from the above Download Jame for Linux link and save it on your Downloads folder. In the terminal run below command to install it. Here” jami-all_amd64.deb” is the downloaded file name.
sudo apt install ./Downloads/jami-all_amd64.deb
That’s it.