Skip to content

flathub/com.wire.WireDesktop

Repository files navigation

Wire Desktop

Wire combines strong encryption, a rich feature set and ease-of-use in a single app.

Build, Install and Run Flatpak (locally)

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.yml

# ...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