alire
alire copied to clipboard
On macOS, download appropriate alr binary
Once we have an official aarch64 release of alr for macOS as well as the current x86_64 one, can the download pages at alire.ada.dev and ada-lang.io tell what machine architecture the viewer is running? If not, it’s a straightforward matter to merge an aarch64 binary and an x86_64 binary to produce a universal binary, which chooses which build to use at runtime.
lipo -create alr-aarch64 alr-x86_64 -output alr-universal