Skip to content

"AM" 10.3

Latest

Choose a tag to compare

@ivan-hc ivan-hc released this 29 Jun 01:09
· 4 commits to main since this release

Integrity check of (real) AppImages, in scripts

This release brings a series of security improvements to AppImages during the installation process.

As you well know, AM is a database that does not contain packages, but rather scripts that intercept and download such packages from the original source, outside of this repository. In particular, AppImages are sometimes subject to mishandling, both because older runtimes do not allow them to be managed on Musl systems, and because a careless or malicious user could replace the upstream package with an executable file different from the target format.

With the latest change, we were able to patch the scripts during installation to:

  1. Check whether the downloaded package is truly an AppImage
  2. Check whether the downloaded AppImage supports --appimage-extract
  3. Fall back to 7z or 7zz if --appimage-extract fails

If any of these checks fail, the app will still be installed, but it won't be run to extract icons and launchers for security reasons.

For more details, see the latest pull request, by @ivan-hc in #2443


The catalog is increasingly interactive

Thanks to the enormous contribution of @andy5995, the catalog now finally has an interactive search bar, as well as menus to select the apps available for each supported architecture.

Added to this are new categories and new ways to list metapackages. I'll discuss these in the next section; in the meantime, visit our website.

https://portable-linux-apps.github.io

But remember to come back if you want to learn more about this new release.


New lists for cataloging portable apps and AppImages, whether desktop or CLI

New lists have been created for the catalog to distinguish portable apps from AppImages, CLI apps from desktop apps, and regular AppImages from those built on the fly (via portable2appimage).

These lists allow you to add new dedicated categories to the catalog. Here are some:

...and speaking of metapackages...

New metapackage management and cataloging

AM currently has four scripts that allow the installation of multiple programs each: kdegames, kdeutils, node, and platform-tools.

Previously, the database included a copy of this script for each installable app name. But that's no longer the case!

The list of installable programs is already contained in a single script. One list for each metapackage.

The user simply types the name of the program they want to install (contained in the metapackage) and will be redirected to the metapackage itself.

Currently, there are 75 total programs available with metapackages, all listed on this page already linked above.

simplescreenrecorder-2026-06-29_02.06.00.mp4

The page is also unique: by clicking on an app's page or accessing it with the -a option in the terminal, you'll see a list of programs that can be used via the metapackage (in the video above, platform-tools, and all the programs listed in -a, including adb and fastboot).

If a program exists both as a standalone program and in the metapackage (see knights, the KDE chess game, included in both kdegames and with its own standalone AppImage), the description displayed will be that of the standalone program, but you can still install both. The metapackage program will have the name of the referenced metapackage in parentheses (in the applications menu).

Try installing knights and kdegames, and you'll see two launchers for the "Knights" game in the applications menu. You'll be able to tell them apart easily!

by @ivan-hc in #2401


Modules go from 5 to 4

The sandboxes.am module no longer exists. Its contents are now within the install.am module, as they are often linked together (see the -ias option).

by @ivan-hc in #2391

Moved options hide/unhide from APP-MANAGER to management.am

by @ivan-hc in #2392


Automatic translation

If a localization is available for your system, it will be set automatically, unless you want to force the English `en'.

by @fiftydinar in #2437


Removed ffwa support

This database will no longer include custom profiles for Firefox, nor will it produce any in the future. Firefox already includes it natively, and existing support in AM has been poorly tested over the years, regardless of new changes.

by @ivan-hc in #2398


Conclusion

It was my duty to release this version right now. There are over 200 commits since the last release, most of which are by my fantastic collaborators. Thank you all!

However, I have something to tell you.

I'd like to take this opportunity to let you know that in the near future, I'll be taking a little longer to get on GitHub for various reasons. My projects, especially AM, are what I've dedicated most of my time to in recent years, despite not having much to do, to be honest. But due to a series of personal circumstances, my time here will be more limited.

I'm looking for a good bot to at least keep my workflow dependencies up to date, to keep my packages up to date for those who want to use them, unless the developers themselves want to take care of it. I'm just a packager, after all. I take their programs and export them to AppImages. If they could take my scripts and distribute official AppImages, I'd be incredibly grateful. I have many repositories to maintain, and I hate the idea of ​​suddenly having to abandon them.

NOTE, I'm not saying I'll disappear, I'm just saying I'll have much less time, starting in the first weeks of July. I'll be here to fix bugs on the fly or merge a few pull requests, as I always do. I don't plan any major changes to my projects.

In AM especially, I've always tried to please everyone and make this project future-proof. When I saw an open issue, I'd jump in early to try to fix it. Sometimes, someone would even open an issue asking for features that were actually already there, lost in the documentation or README. I've always tried to anticipate things as much as possible, in anticipation of days like these.

What I won't say in the future is probably written in these lines, or in those past. It's up to you to find out.

PS: Everything I write is always long, I admit, I'm boring. But as the Romans said, "Verba volant, scripta manent." Maybe this "blog" will be useful to you in the future.


What's Changed

New Contributors

Full Changelog: 10.2.1...10.3