Vanilla OS seems a new kid on the block for Linux based Operating systems.
Uses appImage/flatpak/snap - has left rpm, dpkg etc behind
At the first start you can choose which package format to use in Vanilla OS (Flatpak, Snap, Appimage β¦), you choose and Vanilla OS will take care of the rest, putting you in the situation to start without problems.
immutable
Vanilla OS is an immutable operating system, core parts of the system are locked down to prevent unwanted changes and corruption from third-party applications or a faulty update. Some paths are still writable, such as the home and configurations directories, this allows the user to keep their files and ensure the normal functioning of applications.
User A/B update scheme
Vanilla OS uses an A/B structure (ABRoot), which transacts updates atomically between two root micro partitions. The benefits of this system are the guarantee that the system is altered only when the entire transaction is successful (concept of atomicity), furthermore, the double root partition structure allows you to roll back to the previous state, directly from your boot, you will always have a home to come back to.
This structure, unlike others, is compatible with already existing distributions and does not require a complex setup and allows easy re-initialization of the system without data loss.