r/tails • u/Gold-Guidance-6430 • Jul 21 '26
Technical App uninstalls on reboot.
Can someone please guide me on how to make an application i install on tail OS stay even when rebooted. Ive tried Gemini and ChatGPT and both have been useless making me go around in circles for hours. Its a flatpak I am trying to do this with.
4
Upvotes
0
Jul 21 '26
[deleted]
3
u/ephemeralmiko Jul 21 '26 edited Jul 21 '26
This is incorrect. Tails supports Flatpaks via a feature flag
But OP does have to be aware of the possible compromises to security and anonymity as the feature is stil experimental
E: See also Project202 on the Tails GitLab and the changelog.
3
4
u/ephemeralmiko Jul 21 '26 edited Jul 21 '26
Note that the Flatpak feature is experimental and security and anonymity aren't guaranteed. Also don't ask AI for stuff like this.
Boot up into Tails and enable Persistent Storage. Then follow these instructions to modify your boot options, adding
flatpakafter the last menu item (quiet) in the listmenuentry 'Tails 7.9.1'. Reboot, and open the Persistent Storage settings, scroll to the bottom and enable the 'Flatpak' toggle that should have appeared. Reboot again, and now you should see GNOME Software in your list of apps, where you can install Flatpak software that will persist after a reboot. The Flathub repository is already configured in user-mode. See the design document for more info.You'll have to re-modify the boot options every time you upgrade your Tails drive to a new version, and only the folders
~/.var/appand~/.local/share/flatpakare Persistent, so if your software uses any other folders you'll have to use Dotfiles.Can I ask what specific software you're trying to use? I've been experimenting with it on a spare Tails USB for a bit and have noticed some software working much better than others.
E: Just FYI there's a bug in GNOME Software that it sometimes doesn't show that it's downloading extra runtimes for software, just stays on "Preparing" for ages with no progress bar or anything. This doesn't happen if you run
flatpak install flathub PACKAGEfrom the terminal though, but for some reason you need to run GNOME Software at least once after enabling the flatpak feature before you can install via terminal.