2015-10-03 05:42:34 +00:00
|
|
|
# Supported Platforms
|
|
|
|
|
|
|
|
Following platforms are supported by Electron:
|
|
|
|
|
2016-06-18 13:26:26 +00:00
|
|
|
### macOS
|
2015-10-03 05:42:34 +00:00
|
|
|
|
2016-06-18 13:26:26 +00:00
|
|
|
Only 64bit binaries are provided for macOS, and the minimum macOS version
|
|
|
|
supported is macOS 10.9.
|
2015-10-03 05:42:34 +00:00
|
|
|
|
|
|
|
### Windows
|
|
|
|
|
2015-10-06 09:02:08 +00:00
|
|
|
Windows 7 and later are supported, older operating systems are not supported
|
|
|
|
(and do not work).
|
2015-10-03 05:42:34 +00:00
|
|
|
|
2016-09-01 14:53:32 +00:00
|
|
|
Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows.
|
|
|
|
Please note, the `ARM` version of Windows is not supported for now.
|
2015-10-03 05:42:34 +00:00
|
|
|
|
|
|
|
### Linux
|
|
|
|
|
2016-09-01 14:53:32 +00:00
|
|
|
The prebuilt `ia32` (`i686`) and `x64` (`amd64`) binaries of Electron are built on
|
2018-02-05 01:29:19 +00:00
|
|
|
Ubuntu 12.04, the `armv7l` binary is built against ARM v7 with hard-float ABI and
|
2015-10-06 09:02:08 +00:00
|
|
|
NEON for Debian Wheezy.
|
2015-10-03 05:42:34 +00:00
|
|
|
|
2018-02-05 01:29:19 +00:00
|
|
|
[Until the release of Electron 2.0][arm-breaking-change], Electron will also
|
|
|
|
continue to release the `armv7l` binary with a simple `arm` suffix. Both binaries
|
|
|
|
are identical.
|
|
|
|
|
2015-10-06 09:02:08 +00:00
|
|
|
Whether the prebuilt binary can run on a distribution depends on whether the
|
|
|
|
distribution includes the libraries that Electron is linked to on the building
|
|
|
|
platform, so only Ubuntu 12.04 is guaranteed to work, but following platforms
|
|
|
|
are also verified to be able to run the prebuilt binaries of Electron:
|
2015-10-03 05:42:34 +00:00
|
|
|
|
|
|
|
* Ubuntu 12.04 and later
|
|
|
|
* Fedora 21
|
|
|
|
* Debian 8
|
2018-02-05 01:29:19 +00:00
|
|
|
|
|
|
|
[arm-breaking-change]: https://github.com/electron/electron/blob/master/docs/tutorial/planned-breaking-changes.md#duplicate-arm-assets
|