This should be installed as default in all distro. Run it with --install, put appimages in ~/Applications and it’s done, you’ll see all apps in your DE app menu

  • HubertManne@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    This is neat but honestly im looking for something more akin to portable apps where it is a seperate gui that you put anywhere and it keeps its own sub file structure and does not integrate with the os. you set it to auto start or such if you want.

  • mecen@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    Overall there should be repo for appimages which just don’t have flatpak, for some apps which can’t work well in sandbox.

  • MoshBit@libertatia.org
    link
    fedilink
    English
    arrow-up
    31
    ·
    5 days ago

    I agree, this is a very handy app, and I felt very similarly when I first discovered it. That said, I’ve had some issues with AppImageInstaller that I haven’t had with GearLever, it’s nearest equivalent. That’s the beauty of Linux FOSS though, so many choices :)

    • wasd603@lemmy.zip
      link
      fedilink
      arrow-up
      12
      ·
      4 days ago

      GearLever is my pick too. It does its job, not perfect but good. Updates can be tricky tho sometimes.

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 days ago

      The only drawback is that it doesn’t have an app catalogue. For novice users that would be great. Otherwise, GearLever is superior in every aspect.

    • TaintTaul@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      4 days ago

      I’ve had some issues with AppImageInstaller that I haven’t had with GearLever

      Would you be so kind to elaborate? Being explicit would already make a huge difference. Thank you in advance!

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 days ago

        I have never used that flag. Does that just enable full system access without the usual layer of sandbox protection?

          • SamueruSama@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            3 days ago

            Don’t run electron/chromium apps with --no-sandbox, that is not safe, you are exposing yourself to the internet.

            Canonical decided on ubuntu 24.04 to disable unpriv namespaces in the name of security, in reality they did it to push snaps since that change breaks appimage and flatpak.

            Do what linux mint ended up doing and disable the restriction.

            kernel.apparmor_restrict_unprivileged_userns = 0' | sudo tee /etc/sysctl.d/20-fix-namespaces.conf
            sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
            

            Or better yet just don’t use ubuntu, it is just a source nightmares, the uuttils switch even broke one of my appimages

          • TrickDacy@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            3 days ago

            Okay, well gear lever lets you add command line arguments which get saved in the config so that should work easily. I will say it’s odd to me that you say this is needed for a specific OS, let alone often. I have never used that flag and I’ve been using an Ubuntu variant for ~5 years now. Doesn’t mean you’re wrong or anything, I’m just surprised because that seems to defeat one of the main purposes of appImages. The whole security/safety model seems to be sidestepped if you use that flag. I tend to only use appImage if it’s my only option because flatpaks seem to work better in my experience.

    • SamueruSama@programming.dev
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      3 days ago

      Gearlever doesn’t even do delta updates, it downloads the whole appimage with every update, and you often have to manually give it the URL to update the appimage.

      It is also a total hack written in python, the dev was even shelling out arch to find the host arch instead of using the built in methods of python…

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        8 hours ago

        All I know is appImageLauncher gave me a lot of issues so as soon as I found an alternative I tried it and haven’t had an issue yet.

        Edit: apparently having an experience gets a downvote. Pretty whiny and weird thing to do.

        • SamueruSama@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          8 hours ago

          All I know is appImageLauncher gave me a lot of issues so as soon as I found an alternative I tried it and haven’t had an issue yet.

          You likely ran an outdated version of appimagelauncher.

          appimagelauncher for broken for several years when the static appimage runtime came up, the stable release didn’t support it. So it would cause people to not be able to launch appimages at all.

          It was fixed in the nightly releases but most people had no idea about that.

          But anyways appimagelauncher right now does not support DWARFS as well, so it is not able to integrate other appimages. So do not go back to appimagelauncher.

          Edit: apparently having an experience gets a downvote. Pretty whiny and weird thing to do.

          Just in case it is not me that downvoted you lol

          https://imgur.com/a/CsaQBbG

          • TrickDacy@lemmy.world
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            8 hours ago

            You likely ran an outdated version of appimagelauncher

            I’m just curious how you think this would have happened. Did I install it, not use it for months, never update my system, then start using it?

            I am not sure it matters why or what issues I had, but I had a few, enough to look for an alternative. In fact my experience with AIL is part of the reason I avoid appImages. They just don’t seem to work well in my experience. In any case you were dismissive in your first message and really negative about software that works fine for me, citing reasons that don’t seem relevant to my use case, about details that never seemed to impact me. I just know I tried to use AIL for a couple of years and had issues multiple times, the last time resulting in breaking an app. So I stopped using it.

            • SamueruSama@programming.dev
              link
              fedilink
              arrow-up
              1
              ·
              7 hours ago

              I’m just curious how you think this would have happened.

              because unless you went out of your way to build appimage luancher or install the nightly releases you would have run into that problem.

              That problem was serious enough that we had to add a warning to all of our appimage repos to give you an idea. lsfg-vk even had it happen several times in 2025 💀

              And note removing/updating appimage launcher wasn’t enough, you also had to reboot, because the thing had a daemon with a binfmt rule that would still prevent you from launching appimages.

              In any case you were dismissive in your first message and really negative about software that works fine for me,

              I’m very sorry, I thought you were responding to this message about AppManager hence my tone.

              AppManager is good.


              If you wonder why AppImage had to update the appimage runtime, that is because the static runtime removed the libfuse2 dependency, which was a huge issue appimage had for a long time and to this day I still see people claim this is still a problem. It resulted in that mess with AppImageLauncher unfortunately.

              • TrickDacy@lemmy.world
                link
                fedilink
                arrow-up
                1
                arrow-down
                1
                ·
                7 hours ago

                I update my system often and believe it or not reboot more than once every couple years ;) I’m clueless about all these details I just know from a user perspective I had some annoyances and breakages.

                I am not familiar with AppManager at all.

  • obsolete@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 days ago

    AppImageLauncher works as intended.

    But, if you are willing to use the terminal, then there’s appman. Appman is a terminal package manager for handling appimages, which also integrates appimages into the system. It can update appimages, as well as install images that are not found on its package database.

  • horseloaf@piefed.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    I’ve been perfectly happy with AppImageInstaller. It’s an easy way to generate .desktop files and has a provision for manual AppImage updates. It’s worked without any issues for all (only six) of the AppImages I’ve installed. I hadn’t heard of GearLever but now I’ll give a try.