AppImage is a community-based format to distribute applications to various mainstream Linux distributions without the need for a centralized store. One app = one file! This list contains tools to work with AppImages, such as to create AppImages for applications and to integrate AppImages into the system easily. As the vibrant community around AppImage is growing, so is this list.
- AppImage discovery
- AppImage consumption tools
- AppImage developer tools
- Low-level tools
- Build systems
- Deployment tools for compiled applications
- Deployment tools for Python applications
- Deployment tools for Electron applications
- Deployment tools for Java applications
- Deployment tools for .NET Core (Mono) applications
- Deployment tools for Rust applications
- Tools to convert from other package formats
- Metadata tools
- QC tools
- Continuous integration
- Libraries
- Templates
- Resources
- AppImage.GitHub.io - Catalog of AppImages that passed an automated test, links to upstream download pages.
- Apps For Linux - Simple application catalog oriented on active development apps
- Get AppImage - Collection of all AppImages in one website. Great search functionality.
- PORTABLE LINUX APPS - AppImage catalog specially developed for AM
- AppImageHub.com - Downloadable AppImages, powered by Opendesktop.org.
- NX Software Center - Portable Software Center for portable AppImage applications.
- app-hub - AppHub is a Linux desktop application that simplifies the installation and management of .appImage packages
- appimage-desktop-integrator - This bash script automates the process of creating desktop entries with icons for AppImage applications.
- appimage-integrator - With this tool, you can easily add or remove AppImage applications from your system's application menus and launchers
- AppImageLauncher - Integrates into users' systems and establishes a single
~/Applications
directory, assisting the user to move AppImages into there, with support for updating and removing AppImages through apps launcher. - Gear lever - Integrates AppImages into the Gnome desktop by drag-and-drop onto the Gear lever application.
- go-appimaged - Optional daemon that integrates AppImages into the system (experimental).
- install-appimage - Install AppImage files like regular applications on Ubuntu 24.04
- LinuxPA - PortableApps.com type launcher for Linux with AppImage support.
- XApp Thumbnailers - Thumbnailers for GTK Desktop Environments, including one for the AppImage file format. Makes Gtk based file managers like Caja (MATE), Nautilus (GNOME), Nemo (Cinnamon), PCManFM (LXDE), and Thunar (Xfce) show application icons on AppImages.
- AppImageUpdate - Official grapical application to update AppImages; command-line tool to update AppImages.
- AppImage Sandboxing Project - CLI utility and library to help sandbox AppImages with bwrap.
- Firejail - Optional sandbox with support for AppImage built in.
Note: The AppImage format is explicitly designed not to need any package managers or similar tools. Everything can be done in the file manager (and an optional daemon for system integration).
- AppMan - AppImage Manager that works like APT or Pacman.
- bauh - Graphical user interface for managing Linux applications supporting AppImage, Arch (repositories/AUR), Flatpak, Snap and native Web applications.
- pho - The AppImage Manager that Linux always deserved.
Although the AppImage format was carefully designed not to need any special support from Linux distributions, there are some that offer varying degrees of AppImage friendliness out of the box.
- Deepin - When you double-click an AppImage or any other executable file that lacks execute permissions, a user-friendly dialog explains the situation and asks for your permission to set the execute permission and execute the executable.
- Linux Mint - Has an AppImage thumbnailer to show application icons on AppImage files.
- Nitrux - Promotes the use of AppImage as the main format for getting applications, has a built in app center featuring AppImages.
- Zenwalk GNU Linux - Is "AppImage ready" and distributes some applications in AppImage format.
- appimageutils - A command-line utility to generate AppImage. Written in Shell
- appimagetool - Converts AppDirs into AppImages.
- nix-bundle - Converts Nix derivations into AppImages.
- appimagecraft - Recipe based AppImage creation tool working from source.
- KDE Craft - Build system used by KDE that can produce AppImages and other formats.
- AppImage.cmake - CMake script which facilitates generating AppImage executables for Linux.
- rules_appimage - Bazel rules to package any lang_binary target as AppImage.
- appimagetool - Reference implementation appimagetool - utility which use to convert AppImage from AppDirs
- go-appimagetool - Tool that deploys dependencies into AppDirs, and converts AppDirs into AppImages (experimental).
- linuxdeployqt - Deploys dependencies into AppDirs and creates AppImages; for Qt and other compiled applications.
- linuxdeploy - AppDir creation and maintenance tool using plugins.
- XojoToAppImage - Graphical tool for packaging compiled Xojo Linux programs into AppImages.
- Briefcase - Convert Python project into a standalone native application, e.g., using AppImage.
- linuxdeploy-plugin-conda - Bundle Python into an AppDir using a source distribution, Conda, and linuxdeploy.
- pyproject-appimage - pyproject-appimage allows you to create a AppImage in a few seconds.
- python-appimage - Ready to use AppImage distributions of Python (can be modified to include your application).
- electron-builder - Supports AppImage as an output format.
- ReForged-maker-appimage - An unofficial AppImage target maker for the Electron Forge
- cabal-appimage - This package provides a build hook for Cabal automating the creation of AppImage bundles.
- script from Cryptomator - publish AppImage with JavaFX
- DotnetPackaging - Tool to distribute .NET applications in the AppImage format.
- PupNet Deploy - Cross-platform deployment utility which publishes your .NET project and packages it as a ready-to-ship installation file in a single step.
- .NET Core AppImage example - Example of how to deploy .NET Core (Mono) applications as an AppImage using
dotnet publish -f netcoreapp3.1 -r linux-x64
from within a.cs
program.
- AppImaGen - Generates an AppImage from Debian or from a PPA of your choice for the previous (unfortunately not the oldest as recommended) and still supported Ubuntu LTS.
- appimage-bash - GitHub Action for creating AppImage releases from binaries inside
.tar.gz
archives. - GMAppImager - Graphically Converts GameMaker Studio 2 games to AppImage bundles.
- pkg2appimage - Converts from deb, zip, tar.gz and other formats to AppImage using YAML recipes.
- snap2appimage - An experimental script to convert Snap packages to portable AppImages
- AppStream MetaInfo Creator - More elaborate generator for AppStream MetaInfo files by the author of the AppStream metainfo format.
- appimagelint - Tool to check AppImages for compatibility, best practices etc.
- GitHub Actions example - Example of how to upload AppImages built using GitHub Actions to GitHub Releases.
- build-appimage-action - GitHub Action for producing AppImages using appimage-builder.
- jniltinho/packages - Drone.io example for producing AppImages using go-appimagetool.
- Link to the latest build artifact on GitLab CI - Example of how to directly link to the latest build artifact on GitLab CI (can be tricky).
- appenv - Small C++ library telling where the app data resides and where the user data is by using
readlink("/proc/self/exe")
), thus allowing C++ applications to become relocatable in the filesystem. - libappimage - Implements functionality for dealing with AppImage files, written in C++ using Boost.
- Briefcase Linux AppImage Template - Cookiecutter template for building Python apps that will run under Linux, packaged as an AppImage.
- mini-qml - Minimal Qml application template with deployment for Linux (AppImage), Windows, macOS and WebAssembly.
- Qt Desktop Template - Template for creating Qt Widgets desktop applications with AppImage generation using linuxdeployqt.
- qt-hello-world - Qt Hello World project for AppImage creation using appimage-builder.
- qt-qml-project-template-with-ci - Template for a Qt/QML application with batteries included: GitHub CI, automated GUI testing, automatic code-format checks and more. Compiles for Linux (AppImage), Mac, and Android.
- wxWidgetsTemplate - Cross-platform application template for wxWidgets C++, with pre-set files and IDE projects, supporting AppImage.
- AppImageSpec - Official specification for the AppImage format.
- Desktop Entry Specification - Specification for the matadata used inside AppImages.
- docs.appimage.org - Official AppImage documentation.
- Produce an AppImage that bundles everything with go-appimage - How to make an AppImage that bundles all required libraries so that it should run not only on newer, but also on older systems than the build system.
- Getting Started Managing Software with AppImage on Ubuntu - Verbosely explains how to manage AppImages without the need for further software.
- The Background Story of AppImage - Interview with the creator of AppImage, explaining the key ideas and motivations behind the concept.
- Flatpak, Snap and AppImage - Jesse Smith on DistroWatch about AppImage, Flatpak and Snap.
- Don't Install, Just Copy with klik - Article from 2005 that gives perspective on how AppImage started, relevant only for historical reasons now.
- AppImage system integration on Ubuntu using go-appimaged - New appimaged daemon from the go-appimage implementation.
- AppImage: Portable applications for Linux - Official AppImage introduction video by its founder.
- AppImage: Universal Linux Apps, Overview and Thoughts - By Jeremy "Jay" LaCroix, LearnLinuxTV.
- Comparing Linux Package Formats - Deb, Flatpak, AppImage, etc. - By Bryan Lunduke.
- Integrate and Manage AppImages with AppImageLauncher - By Eric Adams.
- Mastering Qt 5 - Contains a section on how to package and deploy Qt applications for Linux using linuxdeployqt.
- AppImage Crafters Blog - Blog about AppImage creation an usage by azubieta.
- AppImage Discussions - Github Discussions where you can share your Ideas and engage with the community
- Planet AppImage - Blog Aggregator covering all things AppImage.
- TheAssassin Blog - Blog covering AppImage related topics by TheAssassin.
- discourse.appimage.org - Official AppImage forum for users and application developers.
- r/AppImage/ - AppImage subreddit.
- Stack Overflow - Questions tagged
[appimage]
on Stack Overflow. - #AppImage channel on libera.chat - Chat where AppImage developers and users hang out, be prepared to stay in the channel for days if you don't get answers immediately.
- AppImage wiki - Official AppImage wiki.
- AppImageZip - Experimental pure Rust implementation of the AppImage runtime that uses Zip as the backing file system image.
- help-wanted - AppImage issues that the AppImage team would like your help with. A great way to get started contributing to the project.
- appdwarf - A tool to convert an AppDir or an existing AppImage file, either as a local file or from a URL, into a highly compressed portable image using dwarfs.
- shImg - An AppImage implementation made in shell script
- sharun - Run dynamically linked ELF binaries everywhere (musl and glibc are supported).
- uruntime - Universal RunImage and AppImage runtime with SquashFS and DwarFS supports
- awesome-linuxdeploy - Awesome list on linuxdeploy.
- All Awesome Lists - All the Awesome lists on GitHub.