← Back to context

Comment by nixpulvis

3 months ago

Alacritty is seemingly affected by this, which sucks for people who install it from homebrew because there's no way the developers are going to shell out to Apple for the signature.

https://github.com/alacritty/alacritty/issues/8749

Does anyone know if self-signed binaries will work?

Alacrity is one of my casks. I'm not tied to it. Alternatives? I guess I could just go back to terminal.

Here's my other casks:

    cask "aerospace"
    cask "alacritty"
    cask "betterdisplay"
    cask "emacs"
    cask "espanso"
    cask "hammerspoon"
    cask "jordanbaird-ice"  # ice
    cask "gimp"
    cask "inkscape"
    cask "maccy"
    cask "mactex"
    cask "macwhisper"
    cask "qmk-toolbox"
    cask "zoom"

  • You can either use the tap which is posted in another one of my replies, or install it from the releases and remove the quarantine flag yourself as describes in both the issue I linked and my blog post from 4 years ago. Or you can build it yourself with `make app`.

if it's an open source project, why is it using a cask anyway? it should be a formula that builds from source directly