A new world of messaging and collaboration
No datamining - Own your conversations, choose where they live
No walled gardens - Talk to anyone, whatever app they are using
No eavesdropping - Be sure you’re talking to the right people, in private
Typical messaging apps own your conversations, mine your data and lock you into a walled garden.
Element is not a typical messaging app.
Element is unique. You own your data and decide where it lives. Element lets you talk securely to anyone, regardless of their app.
Personal use - 20M+ users worldwide
Communities - Communities from fan clubs to Firefox
Business - 2M+ business users
Public sector - Trusted by French, US and German governments
https://element.io/get-started
{CODE(colors="shell" ln="1")}
sudo apt install -y wget apt-transport-https
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
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
sudo apt update
sudo apt install element-desktop
{CODE}