Inhaltsverzeichnis

Wire

Linux

* wire-desktop für Linux (EXPERIMENTELLE APP)

sudo apt install git npm nodejs
npm install --global yarn

git clone https://github.com/wireapp/wire-desktop.git
cd wire-desktop
yarn

yarn start

yarn test

export LINUX_TARGET=deb
yarn build:linux

sudo apt install libappindicator1 libgconf-2-4
sudo dpkg -i ~/wire-desktop/wrap/dist/Wire-3.34.0-a0f4174a_amd64.deb

oder hier direkt das DEB-Paket runter laden: https://github.com/wireapp/wire-desktop/wiki/Builds#Linux

Es ist auch möglich, Wire per FlatPak zu installieren. Das ist die einfachste Möglichkeit.