.NET development on M1 Mac

Phil Jones
2 min readJan 15, 2021

The nightly build of .NET 6 is now available which supports the M1 Mac.

Pre-requisites:

  1. Download the .net nightly build for macOS arm64
2

2. Double-click on the installer and you will be warned that it is not trusted.

3. Open up System Preferences -> Security & Privacy -> General

Choose ‘Open Anyway’

4. Choose Open Anyway

5. macOS makes sure that you really want to open it

Are you really sure?

6. Ready to install

Installer for .net SDK 6.0

7. Click continue and install — provide password / touch ID to install

Installation failure!

8. Seems like there may be some known issues here

(2021–01–22 Update: these installation issues are resolved!)

The installer is not ready quite yet :)

9. Going to try to figure out where to put the .tar.gz files next!

I will edit the post with more details on how that goes.

2021–01–16 — Added a story with the manual setup instructions

--

--