What is minimum system requirements to run electron apps?

丶灬走出姿态 提交于 2019-12-04 05:45:47
martpie

based on Electron supported platforms and Chrome minimum requirements

OS requirements

Windows

  • Windows 7 and later are supported, older operating systems are not supported (and do not work).
  • Both x86 and amd64 (x64) binaries are provided for Windows. Please note, the ARM version of Windows is not supported for now.

Mac

  • Only 64bit binaries are provided for macOS, and the minimum macOS version supported is macOS 10.10 (Yosemite).

Linux

  • The prebuilt ia32(i686) and x64(amd64) binaries of Electron are built on Ubuntu 12.04, the arm binary is built against ARM v7 with hard-float ABI and NEON for Debian Wheezy.

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:

  • Ubuntu 12.04 and later
  • Fedora 21
  • Debian 8

Hardware

About RAM and CPU, there are no information about that in Electron's docs, but Electron is based on Chromium, so it should need nearly the same requirements:

Windows

  • An Intel Pentium 4 processor or later that's SSE2 capable
  • 512 MB of RAM

Mac

  • An Intel processor that's 64-bit
  • 512 MB of RAM

Linux

  • An Intel Pentium 4 processor or later that's SSE2 capable
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!