I created a script that always installs apps from their official source

https://github.com/Tsu-gu/appfetch/

It’s a proof of concept of an idea I had a while ago. I dislike having to hunt down apps for my Linux machine when I want them from an official source. Some apps are packages as tarballs, some as .debs, some as install scripts that download a binary, some are flatpaks and snaps.

I created a yaml file with only verified apps from flathub and snapcraft, and added a few apps outside of them that I could think of.

The ultimate goal is the user just typing the names of what they want, and the script will just get it. They shouldn’t waste time with picking the right source.

  • tiddy@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    10 months ago

    Its cool to see this xkcd in action.

    That being said theres a couple options out here attempting the same thing, but due to the required level of trust youre fighting a bit of an uphill battle for widespread adoption.

    Not that this changes how cool of a tool it is and valuable for you use case!

    • tsugu@slrpnk.netOP
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      Could you link some of those other options? I tried searching for something similar and found nothing. I know about LURE which got abandoned and didn’t have the same goal.

      • tiddy@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        Heres the biggest and most active I could quickly find, but I believe the XKCD in that repo inspired a handful of similar projects