StrikerX3/Ymir

AppImage

Open

#159 opened on May 28, 2025

View on GitHub
 (1 comment) (2 reactions) (0 assignees)C++ (52 forks)auto 404
buildfeature-requesthelp wanted

Repository metrics

Stars
 (988 stars)
PR merge metrics
 (PR metrics pending)

Description

In Linux, the format that has been used by default for packaging emulators is Appimage. It has many advantages over other formats:

It is portable, just double-click and run the emulator wherever it is (pendrive, HD, SSD, etc.).

It is safe because it runs in a sandbox without any risk of conflicts with the system because it already comes with all dependencies included within the AppImage.

It is multi-distribution, it runs on any Linux regardless of whether it is Archlinux, Ubuntu, Fedora, etc.

So it would be interesting if AppImage were the default packaging for Ymir Linux.

Contributor guide