Wire is an encrypted messaging app, available for many different platforms. It is possible to install on Tails, a secure Linux on an USB Stick.
You will need a Persistent Volume. Check the Tails docs if you need to create one
- Open the "Configure Persistent Volume" application. You find it in the Tails application menu in the Group named "Tails".
- Enable "Dotfiles" at the bottom of the list and Save the changes.
- Go to https://wire.com/en/download/
- Click on Details
- Choose AppImage
- Create a folder called "Wire" in your Persistent folder.
- Move the downloaded file into your this folder, and rename it to
Wire.AppImage
- Create two empty folders next to it, and name them
Wire.AppImage.config
andWire.AppImage.home
. This ensures that your conversations are saved in your Persistent folder, and you don't have to login each time again. - Create a file called
Wire.desktop
with the following content:
[Desktop Entry]
Encoding=UTF-8
Name=Wire
Exec='/home/amnesia/Persistent/Wire/Wire.AppImage' --proxy-server="socks5://localhost:9050"
Type=Application
Categories=Network;
- Install the Wire.desktop link by running the following two commands in the command line:
mkdir -p "/live/persistence/TailsData_unlocked/dotfiles/.local/share/applications"
cp "/home/amnesia/Persistent/Wire/Wire.desktop" "/live/persistence/TailsData_unlocked/dotfiles/.local/share/applications"
After a reboot you should find Wire as an entry in the Tails Application menu (category Network)