Hi @Raghav_Sharma,
Native Apple Silicon support for MongoDB server has been waiting on some upstream dependencies which are gradually being unblocked: Support for Apple M1 Silicon? - #2 by Stennie.
If you are interested you could follow SERVER-50115: arm64/aarch64 support for macOS which has been blocked waiting on a MozJS ESR (Extended Support Release) for the embedded JavaScript engine: SERVER-42427: Upgrade MozJS/Spidermonkey to ESR 91.
MozJS ESR 91 is now available so we can start on the engineering work for platform compatibility, but there is a non-trivial amount of development & testing involved in supporting the new platform architecture and required dependency updates.
Apple anticipated these issues in their architecture change and provides Rosetta 2 so you are able to run Intel binaries during the transition period. I have been using Intel MongoDB server binaries on M1 for my own development and testing since the beginning of this year and Rosetta has been working great.
Regards,
Stennie