Skip to content

AIM v1.1.0

Latest

Choose a tag to compare

@AzarAI-TOP AzarAI-TOP released this 12 Jun 11:09
· 1 commit to main since this release
8ae445e

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.