-
Notifications
You must be signed in to change notification settings - Fork 237
How to install Wire for Desktop on Linux
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 arise from day-to-day usage. We don't offer official support at the moment, and any found issues can be reported by opening an issues on https://github.com/wireapp/wire-desktop
- 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
sudo apt-key adv --fetch-keys https://wire-app.wire.com/linux/releases.key
- Add our repository address to your sources list
echo "deb 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
-
Download AppImage from https://wire.com/download/
-
Make AppImage executable
chmod +x wire*.AppImage
- Run AppImage