AppImageCrafters / AppRun

AppDir runtime components
MIT License
26 stars 10 forks source link
appdir appimage apprun execve-hook hooks runtime

AppRun

A framework to create portable application bundles to be used on GNU/Linux systems

NOTE: If you're planing to pack your application as an AppImage please use appimage-builder.

Motivation

To make an application bundle that could be used on different GNU/Linux systems the packager must face different challenges which include:

We aim to provide an effective solution for those problems.

Features

Todo

Limitations

Setup

git clone https://github.com/AppImageCrafters/AppRun.git
mkdir -p AppRun/build

cd AppRun/build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Useful links