Zend certified PHP/Magento developer

What’s the best way to set up Magento on an Apple Silicon?

Has anyone set up Magento 2 on an Apple Silicon with all its dependencies like Elasticsearch, Varnish, Redis, etc.?

Currently there are various ways like Magento Cloud Docker, Docker Magento, Warden Dev (all docker based), MAMP, and native to set up on an x86 based system (existing Linux, Windows, and macOS).

From what I hear, Docker images aren’t all supported on the M1 architecture so setting up with Docker isn’t really possible. Some folks have set it up on MAMP, but my ideal set up would involve a Docker setup to manage the dependencies as easy as possible.

Related links