> >
https://github.com/alacritty/alacritty/issues/5840
sudo codesign --force --deep --sign - /Applications/Alacritty.app
First, install rust with rustup
and clone Alacritty source.
Checkout to tags you want to build with (e.g. v0.8.0):
git checkout v0.8.0
Build with Cargo and release with aarch64
:
cargo build --release --target=aarch64-apple-darwin
Goto release folder and replace binary:
cd ./target/aarch64-apple-darwin/release
mv alacritty /Applications/Alacritty.app/Contents/MacOS