.appimage
ShahBaz | جمعه, ۱۲ شهریور ۱۳۹۵، ۰۷:۴۰ ب.ظ
Yes, Linux; the Linux packages is distributed as an .appimage for 32-bit and 64-bit distributions, and should run across all major Linux distributions without any issues. The team currently have no plan to provide a native .deb (or .rpm) installer.
AppImages can be downloaded and run without installation or the need for root rights.
Making it executable
You can make the appImage executable as follows:
chmod a+x exampleName.AppImage
Executing it
You can execute an appImage as follows:
./exampleName.AppImage