alan_johns
(Alan Johns)
1
Hello all. I am new to this community and need to use MongoDb in a Windows 11 ARM environment. Are there any plans for MongoDb to support this architecture?
Regards
Alan Johns
Lina_Iyer
(Lina Iyer)
2
Hello,
Is there some work done for this architecture Windows on ARM64?
Thanks
Lina
Hello!
Windows on ARM is now very popular with the new Snapdragon X Elite laptops among developers.
Will there be a windows arm64 release any time soon it at all?
Did anyone ever try to build an windows arm64 binary for mongodb community server? I would love to know if that is even possible.
John_Huang
(John Huang)
5
Mongo 6 seems to work on windows arm
Yes, the problem is there is no native arm64 windows build, so it has to run with emulation which is a performance loss.
Being that there are Linux arm64 builds I would think it is possible to build a arm64 native windows version as well but I don’t have much knowledge to do it myself.
I can confirm that on my Windows laptop with Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz, I was able to install and run Windows x64 based MongoDB 8.0.4 2008R2PlusSSL(64 bit) without issues. Worked with Compass as well. Was able to add data and create a simple nodejs/express app to access the data as well.
I will quote myself again…
I know it “works”, it just has a performance hit at the moment and it is noticeable. A native build would run at “full speed”.