Software 42359 Published by

A new version of the AM application manager for AppImage is available. AM is an application manager that is inspired by AUR and serves as an AppImage manager, installer, and updater. It currently contains over 1800 AppImage packages and official standalone applications for GNU/Linux, which are derived from tar and zip archives.



"AM" 6

The APP-MANAGER script has moved from a monolithic model to a modular one:

All 26 main options have been converted into separate modules.

See  https://github.com/ivan-hc/AM/tree/main/modules

Consequentially:

  • the main body of APP-MANAGER is more streamlined and extensible;
  • new options can be added as external modules;
  • debugging and improvements of the various existing options is much easier.

Updating with the -s or -u options will update all 26 modules to the latest version.
Furthermore, the aforementioned two update and synchronization options will obviously show all the commits made on this repository, not just those on APP-MANAGER as up to this release.
If a module is missing, it will be downloaded automatically when you launch the option (requires an internet connection).

Release "AM" 6 · ivan-hc/AM