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

  • arcterus@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    edit-2
    2 days 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
      9
      ·
      1 day 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
        7
        ·
        edit-2
        1 day 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
          ·
          1 day 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
            ·
            1 day 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.