Skip to content

Releases: AzarAI-TOP/AIM

AIM v1.1.0

12 Jun 11:09
8ae445e

Choose a tag to compare

AIM v1.1.0 — Advanced AppImage Manager for Linux.

Highlights since v1.0.0

  • 🎨 Modernized UI (#7) — Material 3 redesign with light/dark themes, card-based list, search, empty state, pull-to-refresh, and a polished detail screen.
  • 💻 gh-style CLI (#8) — manage AppImages from the terminal: list, install, remove, info, version, link, desktop, with --json output for scripting.
  • 🐧 Linux-only (#9) — dropped the non-functional Android/iOS/macOS/Windows/Web targets.
  • 📦 Installable packages (#10) — .deb, .rpm, and .tar.gz.

Installation

The GUI installs to /opt/aim (launch from your application menu) and the aim CLI to /usr/bin/aim.

Debian / Ubuntu

sudo apt install ./aim_1.1.0_amd64.deb

Fedora / RHEL / openSUSE

sudo dnf install ./aim-1.1.0-1.fc44.x86_64.rpm

Other distros (portable)

tar xzf aim-1.1.0-linux-x86_64.tar.gz
cd aim-1.1.0-linux-x86_64 && ./install.sh

After installing, launch AIM from your app menu or run aim --help in a terminal.

Runtime dependency: GTK 3 (libgtk-3-0 / gtk3), present on virtually all Linux desktops.

AIM v1.0.0 - Advanced AppImage Manager

31 May 07:26

Choose a tag to compare

🚀 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