Developer Transition Kit - Apple Silicon Mac Mini BREW install

This might be too soon to even ask but I am unable to get brew to install on the ARM based DTK computer. Our application requires some brew libraries to run such as ffmpeg and imagemagick. We are able to install brew on BigSur running on intel machines but it fails to run git on the DTK Mac. Anyone have any idea or will we need to wait for dev teams behind brew.sh to fix this. Thanks.

Replies

check the brew GitHub issue 7857
If you are relying on the brew community you mind find it's a slow process.

In your case not just ffmpeg and imagemagick need to be made universal binary ready, but all their dependencies as well.

As @Vinteeb mentioned, you can follow the progress on GitHub issue 7857.