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--jsonoutput 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.debFedora / RHEL / openSUSE
sudo dnf install ./aim-1.1.0-1.fc44.x86_64.rpmOther distros (portable)
tar xzf aim-1.1.0-linux-x86_64.tar.gz
cd aim-1.1.0-linux-x86_64 && ./install.shAfter 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.