How to install Apploye desktop app in Linux?
Download the appimage file from https://apploye.com/download/

Click on the downloaded file and a popup will launch.

Click on "Integrate and run"
Notes:
If you don't have appimage, download .appimage package.
If execution permission is not enabled, right click on the downloaded .appimage file and click on Properties>Permissions. Now check the box to Allow execute file as program. If you want to use command line,

Click on the downloaded file and a popup will launch.

Click on "Integrate and run"
Notes:
If you don't have appimage, download .appimage package.
If execution permission is not enabled, right click on the downloaded .appimage file and click on Properties>Permissions. Now check the box to Allow execute file as program. If you want to use command line,
chmod u+x <AppImage File>
Updated on: 16/05/2022
Thank you!