A CLI-based helper for integration and management of AppImage programs on Linux systems.
- Set a dedicated directory for AppImage files
- Create
.desktopentries for AppImages for easy application launching - Manage and update AppImage integrations
git clone https://github.com/MK2112/appimanage.git
cd appimanage
pip install -e .Set AppImage directory:
appimanage --set /path/to/appimages-directoryWith a directory set, create start menu entries:
appimanage --startmenuTested on Debian-based distributions (Debian, Ubuntu, Mint, Kali).
-
--setto set the AppImage directory -
--unsetto forget the AppImage directory -
--listto display all managed AppImages -
--startmenuto link all managed AppImages to the start menu -
--desktopto create desktop shortcuts for all AppImages -
--removeto delete a specific AppImage and its shortcuts -
--moveto enable auto moving of AppImages and link updates