Skip to content
Mrcomputer1 edited this page Oct 19, 2016 · 2 revisions

Notes for Windows users

We recommend using this version on Windows as it is a lot smaller. However you can use this version if you want.

Electron Downloads

OSX (Darwin) x64: https://github.com/electron/electron/releases/download/v1.4.3/electron-v1.4.3-darwin-x64.zip

Linux ia32: https://github.com/electron/electron/releases/download/v1.4.3/electron-v1.4.3-linux-ia32.zip

Linux x64: https://github.com/electron/electron/releases/download/v1.4.3/electron-v1.4.3-linux-x64.zip

Windows ia32: https://github.com/electron/electron/releases/download/v1.4.3/electron-v1.4.3-win32-ia32.zip

Windows x64: https://github.com/electron/electron/releases/download/v1.4.3/electron-v1.4.3-win32-x64.zip

Installing

All OSes

Download the source code here.

Windows and Linux

In the electron folder go to the "resources" folder then create an "app" folder and extract the source code there.

MacOS

In the electron folder go to the "Contents" folder, then the "Resources" folder, then create an "app" folder and extract the source code there.

Starting Sharp

Run Windows: electron.exe, Linux: electron, MacOS: Electron.app

Clone this wiki locally