There was a bit of discussion on the #gnustep mailing list about using AppImage as a deployment mechanism for GNUstep apps so people don't have to have all the libraries, helper tools, config, filesystem layout etc. set up just to try an app. So I built a model*: https://github.com/gnustep/tools-make/pull/70
* [Build a Model being a pattern that encourages exploring solutions through working prototypes. I've been clear on the PR what the caveats of the model are. https://www.patreon.com/posts/153181867]

PROTOTYPE: Add a target to build a Linux appimage for an instance. by iamleeg · Pull Request #70 · gnustep/tools-make
This makefile bundles a GNUstep app, its libraries (base, gui, back, libobjc, and anything else it links), the helper tools (gdnc, gdomap, gpbs, make_services), and a GNUstep.conf file into an AppR...


👾