I like light system and moreover I like the simplicity of .appimage
Unlike some systems such as Snap and Flatpak, AppImages work with very little support from the base distribution.
To run the app, an user simply needs to run this file — there’s no intermediate installation step.
source: https://www.booleanworld.com/creating-linux-apps-run-anywhere-appimage/
Ideally running the .py
python foobar.py
will be ideal, otherwise an .appimageI think I will have to build it my self (the .appimage ) :)