Software 44276 Published by

The Application Manager for AppImages just hit version 10.1 with a serious push toward autonomy and less manual overhead for anyone managing portable software. A new custom PATH now caches essential binaries like appimagetool locally so the tool stops wasting bandwidth repeatedly downloading them during install or conversion tasks. Updates to option -t and portable2appimage support also streamline handling of GitHub archives that violate standard distribution rules while adding an upgrade alias for convenience. The application count now stands at over 3,019 items with new games and tools added while removing software from slow or obsolete domains.



AM 10.1 brings autonomy and custom PATH to the Application Manager for AppImages

The Application Manager just hit version 10.1 with a focus on reducing manual overhead for power users managing portable software. This update tackles the frustration of repeatedly downloading build tools when converting or installing specific AppImages without requiring any file modifications from the user. Readers will learn how the new custom PATH feature keeps necessary binaries cached locally to speed up operations significantly.

Application Manager now uses a custom PATH for better autonomy

The most impactful change involves how AM handles missing dependencies like appimagetool during install or conversion tasks. Previously, every time the tool needed a specific binary to function it would download that file fresh from the internet which wasted bandwidth and time. Now the software creates its own volatile cache path where authorized binaries live and work without constant re-fetching on subsequent runs. This means running an update script no longer triggers a slow download sequence for tools that should already be available locally after the first use. Users can still clean out that cached data manually if needed using the am -c command or external utilities like Bleachbit to clear the AMCACHEPATH.

On-the-fly AppImage creation gets smarter with portable2appimage support

Handling GitHub archives remains a tricky situation since standard rules say developers should not bundle apps inside other archives yet it happens constantly anyway because devs are often wrong about distribution standards. Option -t now handles these cases better by ensuring previews do not appear as empty files and templates cover the portable2appimage workflow for new scripts. This removes the need to maintain two separate scripts for certain types of applications which simplifies the management process significantly for those who manage their own builds. The update also adds an alias so am upgrade works exactly like am update without requiring extra typing from the user.

Database grows to over 3,000 apps with new additions and removals

The total count of supported applications reached 3,019 items in this release including games and specialized tools like tax software for specific regions. Some entries were removed due to slow or obsolete domains while others arrived to fill gaps for users needing specific workflows without searching manual repositories. Future plans include integrating static binaries such as Busybox directly into the runtime environment to further reduce external dependencies on system libraries.

Release "AM" 10.1

Towards Autonomy This release increases the database to 3,019 applications in total (2,614 AppImages and 405 portable apps in other formats), 35 more than the previous release

Release "AM" 10.1 ยท ivan-hc/AM

Happy tinkering with your setup.