The new version of Riot 1.6, a decentralized chat application used by Mozilla, has already been released

The developers of the decentralized communications system Matrix recently announced the release of new versions of Riot applications Web 1.6, Riot Desktop 1.6, Riot iOS 0.11.1, and RiotX Android 0.19.

This is a chat client application for Gnu / Linux and other operating systems, it is completely open source, all code is posted on GitHub for anyone to view and expand on. This means teams can customize or contribute to the code so everyone can benefit from the speed of community innovation.

Riot is written using web technologies and the React framework, while the desktop version is based on the Electron platform.

mozilla, matrix
Related article:
Mozilla replaces its IRC communication channel with Riot / Matrix

In addition to instant text messaging and chat organization, the system can be used to transfer files, send notifications, organize conference calls, make voice and video calls. Matrix allows you to use unlimited search and viewing of correspondence history. As well advanced functions such as typing notification are supported, online user presence evaluation, read confirmation, push notifications, server-side search, history synchronization and client status

What's new in Riot 1.6?

In these new versions of Riot for different platforms, we can find a key improvement which is the inclusion of the default end-to-end encryption (E2EE) for all new private chats that are logged in by sending invitations.

To negotiate keys in chats with several participants, the Megolm extension is used, which is optimized to encrypt messages with a large number of recipients and allows a message to be decrypted multiple times. The ciphertext of the message can be stored on an untrustworthy server, but cannot be decrypted without session keys stored on the client side (each client has its own session key). Encrypting each message, based on the client's session key, generates a key that authenticates the message in relation to the author.

The second major change is the activation of cross signature support, which allows the user to verify a new session from an already confirmed session. Previously, when connecting to the user's chat from a new device, a warning was issued to other participants to avoid spying on whether the attacker had access to the victim's account. Cross validation allows user to verify their other devices in the input and confirm the trust in the new login or determine that someone tried to connect without your knowledge.

To simplify the configuration of new logins, the opportunity to use QR codes is provided. Verification requests and results are now stored in history as directly sent messages.

Instead of a pop-up modal dialog, verification is now done in the sidebar. Among the related features, the Pantalaimon layer was also noted, which allows connecting to the encrypted chat of clients that do not support E2EE, as well as a client-side mechanism to search and index files in encrypted chat rooms.

Finally if you want to know more about it about the news that are included in this new version, you can check the details In the following link.

How to install Riot on Ubuntu and derivatives?

For those who are interested in being able to install this application on their system, they can do so by following the instructions we share below.

The first thing we have to do is open a terminal (you can use the Ctrl + Alt + T key recombination) and in it we are going to type the following command:

sudo apt install -y wget apt-transport-https

Now we are going to add the public key of the application with:

sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg

We add the repository to the system:

echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list

Y we proceed to install the application with the following command:

sudo apt install riot-desktop

And that's it, we can start using this application in our system.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.