AIM v1.0.0 - Advanced AppImage Manager
π First Release
AIM (Advanced appImage Manager) is a Flutter desktop application for managing AppImage applications on Linux.
Features
- Add & Organize β Browse and install AppImage files into a managed directory (
~/AppImages/<name>/) - Desktop Integration β Toggle
.desktopentry generation so installed apps appear in your system application menu - Shell Shortcuts β Opt into a
~/.local/binsymlink for direct terminal access - Version Management β Keep multiple versions of the same application and switch between them from a dropdown
- Icon Extraction β Automatically extracts application icons from AppImage Type 2 files
- Metadata Persistence β Per-application YAML metadata files keep state consistent across restarts
Installation
Download the AppImage, make it executable, and run:
chmod +x AIM-x86_64.AppImage
./AIM-x86_64.AppImageRequirements
- Linux (x86_64)
- GTK 3.0
π€ Generated with Claude Code