AppImage is a universal software format for distributing portable software on Linux without needing superuser permissions to install the application. AppImage doesn’t really install software. It’s a compressed image with all the dependencies and libraries needed to run the desired software.
AppImages are widely-used, convenient and useful one click solution in running and installing software.
By default, a downloaded AppImage file won’t be executable. We can make the file executable by launching Files (the file manager for GNOME). In Files, right click the AppImage file. Click the box “Executable as Program”.
Alternatively, we can make the file executable using the chmod command:
$ chmod u+x ~/Downloads/Name.AppImage
Now we can run the file with a double left click on the file (in Files), or from the command-line.
But this doesn’t integrate AppImages into our app menu. There are quite a few programs that let us integrate AppImages into our system.
Here’s our survey of tools which help integrate AppImages into your desktop. Only free and open source software is included.

| AppImage Integration Tools | |
|---|---|
| AppImageLauncher | Integrate AppImages to your application launcher with a single click |
| Gear Lever | Python-based tool to manage AppImages |
| appimaged | AppImage daemon |
| Pin It! | Pin shortcuts for your favorite portable apps to your app launcher |
| appImageHelper | Create, delete, control and organize shortcuts to AppImage |
| AIDM | Create desktop shortcuts to AppImage applications |
This article has been revamped in line with our recent announcement.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

