Wire for Linux has comparable functionality with Wire for Windows and macOS, and calls, video calls, etc. work cross-platform. However, it is an experimental build and we expect to see some issues in day-to-day usage. We don't offer official support at the moment, but any issues can be reported via https://github.com/wireapp/wire-desktop.
- Installation on Debian-based distributions
- Update Wire on Debian-based distributions
- Installation with AppImage
This will work for Debian, Ubuntu and other Ubuntu-based distributions, like Xubuntu, Kubuntu or Mint.
-
Install apt-transport-https to receive the package via HTTPS
sudo apt-get install apt-transport-https
-
Import our PGP signing key to be able to verify the downloaded package
wget -q https://wire-app.wire.com/linux/releases.key -O- | sudo tee /etc/apt/keyrings/wire-desktop.key
-
Add our repository address to your sources list
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/wire-desktop.key] https://wire-app.wire.com/linux/debian stable main" \ | sudo tee /etc/apt/sources.list.d/wire-desktop.list
-
Update your local list of available packages
sudo apt-get update
-
Install wire-desktop
sudo apt-get install wire-desktop
-
Run the commands:
sudo apt-get update sudo apt-get upgrade
-
Scroll to the latest Linux release.
-
Download the assets and verify the signed hashes:
wget https://github.com/wireapp/wire-desktop/releases/download/linux%2F3.35.3348/sha256sum.txt.asc gpg --verify sha256sum.txt.asc wget https://github.com/wireapp/wire-desktop/releases/download/linux%2F3.35.3348/Wire-3.35.3348_x86_64.AppImage sha256sum Wire-3.35.3348_x86_64.AppImage ; grep Wire-3.35.3348_x86_64.AppImage sha256sum.txt.asc
-
Make AppImage executable
chmod +x Wire*.AppImage
-
Run AppImage