gcollazo / mongodbapp

The easiest way to get started with MongoDB on the Mac
http://gcollazo.github.io/mongodbapp
MIT License
521 stars 38 forks source link

Apple silicon support #25

Open marek-benes opened 4 years ago

marek-benes commented 4 years ago

Hello, do you plan to support Apple silicon?

gcollazo commented 3 years ago

Don't have an Apple Silicon at hand right now. Do you know if mongodb is already supporting the M1?

marek-benes commented 3 years ago

Not yet.

hassaan-dev commented 1 year ago

Don't have an Apple Silicon at hand right now. Do you know if mongodb is already supporting the M1?

yes, its supporting.

I have tested it using "mongodb-community@5.0"

gcollazo commented 1 year ago

I'm looking into it. I think we could bundle both binaries (x64/amd64) and just detect what is the correct version to run.

fintekapps commented 12 months ago

any updates?