

The generally available M1 Macs have only been out for a few weeks now, but I expect platform support to improve as they become more widely adopted and tested. However, this is not an environment that we have thoroughly tested with MongoDB products yet and there will be some performance overhead for Rosetta translation.

Thanks it worked! You should create a pull request :)Įven though there is an error at the end, I think not a lot is missing to be fully working.Įdit: I could get rid of the error: Error: Command failed: bless -folder /Volumes/MongoDB Compass Dev -openfolder /Volumes/MongoDB Compass Dev bless: The 'openfolder' is not supported on Apple Silicon devices App file had already been successfully created in packages/compass/dist.

In my case this command threw an error at the end, but the. Run `npm run package-compass` in the packages/compass directory to create the. Run `npm start` in the packages/compass directory to confirm that MongoDB Compass builds and starts successfullyĩ. Run `tsc` inside the configs/webpack-config-compass directory (If the typescript isn't compiled, compass won't be able to import this module)Ĩ.
MONGODB COMPASS FOR MAC M1 DOWNLOAD
Run `npm install` in the packages/compass directory to download all dependenciesħ. Find and replace all instances of `darwin-圆4` to `darwin-arm64` in packages/hadron-build/lib/target.js and packages/hadron-build/commands/release.jsĥ. Bump electron-packager to version 15.5.1 in packages/hadron-build/package.jsonĤ.

Bump node version to one that supports Apple Silicon in package.json, package-lock.json and packages/compass/package.json (I used 16.16.0)ģ. App file had already been successfully created in packages/compass/dist.Ģ.
MONGODB COMPASS FOR MAC M1 INSTALL
Run npm install in the packages/compass directory to download all dependencies.Find and replace all instances of darwin-圆4 to darwin-arm64 in packages/hadron-build/lib/target.js and packages/hadron-build/commands/release.js.Bump electron-packager to version 15.5.1 in packages/hadron-build/package.json.Bump node version to one that supports Apple Silicon in package.json, package-lock.json and packages/compass/package.json (I used 16.16.0).Thank you very much! Which steps did you do to compile here are the steps I went through:
