Wire combines strong encryption, a rich feature set and ease-of-use in a single app.
Assuming flatpak
, flatpak-builder
, and git
are installed, execute the following commands:
$ git clone https://github.com/flathub/com.wire.WireDesktop.git
$ cd com.wire.WireDesktop/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user com.wire.WireDesktop.yaml
# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user com.wire.WireDesktop
# ...and to clean-up everything
$ rm --force --recursive .flatpak-builder/ build/
$ flatpak uninstall --unused --user
$ flatpak remote-delete --user flathub