-
Notifications
You must be signed in to change notification settings - Fork 96
2. Electron Compatibility
As the development of Electron only starts releasing Mac App Store builds starting v0.34.0, it is worth noticing which version of Electron you are choosing for packing your application. The following versions have been (unofficially) tested and proved without major issues in performance.
Note: The list is updated to the time of release Electron v0.37.3. A full list of Electron releases could be found at Releases · atom/electron.
Note: From v0.36.0 there was a bug preventing GPU process to start after the app being sandboxed, so it is recommended to use v0.35.x before this bug gets fixed. You can find more about this in issue atom/electron#3871, refer to Mac App Store Submission Guide.
For distribution inside the Mac App Store:
Electron v0.37.3:electron-v0.37.3-mas-x64
Electron v0.37.2:electron-v0.37.2-mas-x64
Electron v0.37.1:electron-v0.37.1-mas-x64
Electron v0.37.0:electron-v0.37.0-mas-x64
Electron v0.36.8:electron-v0.36.8-mas-x64
Electron v0.36.7:electron-v0.36.7-mas-x64
Electron v0.36.6:electron-v0.36.6-mas-x64
Electron v0.36.5:electron-v0.36.5-mas-x64
Electron v0.36.4:electron-v0.36.4-mas-x64
Electron v0.36.3:electron-v0.36.3-mas-x64
Electron v0.36.2:electron-v0.36.2-mas-x64
Electron v0.36.1:electron-v0.36.1-mas-x64
Electron v0.36.0:electron-v0.36.0-mas-x64
- Electron v0.35.6:
electron-v0.35.6-mas-x64
For distribution outside the Mac App Store:
- Electron v0.37.3:
electron-v0.37.3-darwin-x64
- Electron v0.37.2:
electron-v0.37.2-darwin-x64
Electron v0.37.1:electron-v0.37.1-darwin-x64
Electron v0.37.0:electron-v0.37.0-darwin-x64
- Electron v0.36.8:
electron-v0.36.8-darwin-x64
- Electron v0.36.7:
electron-v0.36.7-darwin-x64
- Electron v0.36.6:
electron-v0.36.6-darwin-x64
- Electron v0.36.5:
electron-v0.36.5-darwin-x64
- Electron v0.36.4:
electron-v0.36.4-darwin-x64
- Electron v0.36.3:
electron-v0.36.3-darwin-x64
- Electron v0.36.2:
electron-v0.36.2-darwin-x64
- Electron v0.36.1:
electron-v0.36.1-darwin-x64
- Electron v0.36.0:
electron-v0.36.0-darwin-x64
- Electron v0.35.6:
electron-v0.35.6-darwin-x64
NB: Please check the last edit time to ensure if the demo scripts on this page are still supported by any of the modules here mentioned. Please open an issue at electron-osx-sign
if any stops working or needs updating; your support is very much appreciated!