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.

  • Ulrich@feddit.org
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    20 小时前

    Sounds like Obtainium on Android.

    The thing that concerns me is that it downloads an unofficial source.

    • tsugu@slrpnk.netOP
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      20 小时前

      Those are all official sources tho, but you have to trust me not to put in malicious commands of course.

      • Ulrich@feddit.org
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        20 小时前

        Oh so you are essentially personally maintaining the sources list?

        • tsugu@slrpnk.netOP
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          19 小时前

          Yep. I did automate it the best I could (I’m not creating entries for thousands of apps manually) but it will indeed require manual maintenance as the apps will change their installation methods over time.