Posted November 02, 2016
I am personally very excited for AppImages! So far it's the fastest and easiest way to run third party applications that are not available in the distribution repositories. And it (more or less) works across all distributions.
It is different from Mac .dmg, though. The content of a .dmg file is an .app bundle that user moves to the Applications folder on user's Mac (which is something similar to Program Files folder on Windows). That way the application is installed locally in a officially supported path.
Instead of that, AppImage uncompresses the application on each run, which might make the application start considerably slower. This acts like portable applications known from Windows:
http://portableapps.com/about/what_is_a_portable_app This is sadly a problem that AppImage doesn't solve and also a reason why we chose to use an installer that is started via a shell script.
Btw Shots fired! :)
It is different from Mac .dmg, though. The content of a .dmg file is an .app bundle that user moves to the Applications folder on user's Mac (which is something similar to Program Files folder on Windows). That way the application is installed locally in a officially supported path.
Instead of that, AppImage uncompresses the application on each run, which might make the application start considerably slower. This acts like portable applications known from Windows:
http://portableapps.com/about/what_is_a_portable_app This is sadly a problem that AppImage doesn't solve and also a reason why we chose to use an installer that is started via a shell script.
Btw Shots fired! :)
Post edited November 02, 2016 by linuxvangog