Skip to content

AIM v1.0.0 - Advanced AppImage Manager

Choose a tag to compare

@AzarAI-TOP AzarAI-TOP released this 31 May 07:26
· 6 commits to main since this release

πŸš€ 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 .desktop entry generation so installed apps appear in your system application menu
  • Shell Shortcuts β€” Opt into a ~/.local/bin symlink 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.AppImage

Requirements

  • Linux (x86_64)
  • GTK 3.0

πŸ€– Generated with Claude Code