X Tutup
Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.32 KB

File metadata and controls

43 lines (30 loc) · 1.32 KB

Supported Platforms

Following platforms are supported by Electron:

macOS

Only 64bit binaries are provided for macOS, and the minimum macOS version supported is macOS 10.9.

Windows

Windows 7 and later are supported, older operating systems are not supported (and do not work).

Both ia32 (x86) and x64 (amd64) binaries are provided for Windows. Please note, the ARM version of Windows is not supported for now.

Linux

The prebuilt binaries of Electron are built for Debian Jessie, but 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 Debian Jessie is guaranteed to work, but following platforms are also verified to be able to run the prebuilt binaries of Electron:

  • Ubuntu 12.04 and later
  • Fedora 21
  • Debian 8 and later

Electorn provides prebuilt binaries for following CPU architectures:

  • ia32 (i686)
  • x64 (amd64)
  • armv7l
  • arm64
  • mips64el

The arm binary is built against ARM v7 with hard-float ABI and NEON, and it is not guaranteed to run on all ARM platforms.

The mips64el binary is built with toolchains provided by Loongson, and it is not guaranteed to run on all MIPS64 platforms. And currently all certificate related APIs are not working on mips64el builds.

X Tutup