← all projects

appstate-backup

Back up installed Flatpak and Snap application lists
repo

appstate-backup

A minimal GTK4/Libadwaita desktop app for backing up installed Flatpak and Snap application lists on Ubuntu 24.04+. Built with Vala and Meson.

Screenshot from 2026-03-05 10 35 39

Features

Backup Output

A backup creates a zip like:

~/Desktop/appstate-YYYYMMDD-HHMMSS.zip
├── flatpaks.txt   # one "app.id remote" per line
└── snaps.txt      # one snap name per line

Restore (planned)

Restore is currently a placeholder in the UI.

Requirements

Build & Run

meson setup build
meson compile -C build
./build/appstate-backup

Tests

meson test -C build

Notes

License

TBD