Appimage

I have been almost exclusively using Ubuntu and its derivatives as long as I remember 1

Benefit of using such mainstream distro was that for the most part, all the software was available in deb format.

But recently things are changing.

More and more software is being made available via snaps, flatpak or appimages

Much can be said about pros and cons of each of these. But that is not the point of this post. 😄

Why is AppImage getting popular ? Read this

TL;DR :

Few downsides of Appimages:

There are a few solutions for this.

I tried both, and settled on AppImageLaucher.

appimaged monitors certain fixed set of folders. ~/Downloads being one of them. Which is a good thing. Most of your software first lands up in that folder. But then for the same reason, I keep deleting stuff from it, so keep it clean. appimaged does not let you configure “folders to watch” 2

AppImageLauncher comes with proper GUI to configure the “destination” for appimages.

When one starts a new appimage, AppimageLauncher moves it to designated folder (configured earlier by you)

It also supports updates (per documentation, but I have not tested it yet) 3

Both of them create a Desktop Entry, so that the app can be launched from the menu. Although AppImageLauncher created an entry with Version number 🆒

Now that I have AppImageLauncher, I am more likely to use appimage based software. Especially when deb file is outdated.


  1. I used Red Hat in late 1990s when Ubuntu didn’t exist. But that is the only exception. ↩︎

  2. I worked around this by moving the file, and creating a symlink inside ~/Downloads 😉 ↩︎

  3. There is also AppImageUpdate which I have not tried yet ↩︎