Shame on you, Homebrew, for effectively killing FOSS apps from casks.

  • arcterus@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    edit-2
    15 hours ago

    By doing what homebrew currently does when you pass the --no-quarantine flag, which is call xattr.

    Note that I’d probably support removing --no-quarantine if Apple’s notarization service was free.

    • monogram@feddit.nl
      link
      fedilink
      English
      arrow-up
      7
      ·
      12 hours ago

      Notarisation, free (as in beer) limits your ability to run your code that (Corporate) doesn’t like, making it inherently non free (as in freedom).

      • arcterus@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        11 hours ago

        Yes, but you can still compile the code yourself. It’s only problematic for binary distribution. This is basically a question of balancing security vs. freedom I suppose.

        • monogram@feddit.nl
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 hours ago

          Talking about balance when google is using the same tricks to crush f-droid is not reading the room.

          • arcterus@piefed.blahaj.zone
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            4 hours ago

            Difference is compiling an app from source for Android is not really feasible on Android devices, whereas doing so on macOS is literally built into the package managers for macOS and is generally pretty trivial beyond it taking more time.

            Also, macOS doesn’t prevent you from running the apps entirely.