|
10 years ago | |
---|---|---|
atom | 75e5695317 Merge pull request #1554 from deepak1556/favicon_patch | 10 years ago |
chromium_src | 1c190388e5 flash_drm_host not required | 10 years ago |
docs | 75e5695317 Merge pull request #1554 from deepak1556/favicon_patch | 10 years ago |
script | 2b1894f356 Merge pull request #1614 from atom/download-x64-directxsdk | 10 years ago |
spec | 2d190b9952 spec: add test for basic authentication | 10 years ago |
tools | 61100c9c0b No need to store apm's version in index.json | 10 years ago |
vendor | be06a3d562 Upgrade brightray for #1532 | 10 years ago |
.gitignore | ca50cbb5ff Allow specifying the arch of libchromiumcontent to download | 10 years ago |
.gitmodules | 8a52374951 Update brightray repo url to be under atom org | 10 years ago |
.travis.yml | cc4b3e9e6f make CI build faster | 10 years ago |
LICENSE | f176b2c58f Switch to use MIT license. | 11 years ago |
README.md | d9c90be1de Update China mirrors url | 10 years ago |
atom.gyp | 4d9470c24e Bump v0.25.3 | 10 years ago |
common.gypi | b44c66b5c2 win: Update referenced symbols on ia32 | 10 years ago |
filenames.gypi | 1c190388e5 flash_drm_host not required | 10 years ago |
package.json | c424d0e9f3 Upgrade CoffeeScript to 1.9.2 | 10 years ago |
:zap: formerly known as Atom Shell :zap:
The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on io.js and Chromium and is used in the Atom editor.
Follow @ElectronJS on Twitter for important announcements.
Prebuilt binaries and debug symbols of Electron for Linux, Windows and Mac can be found on the releases page.
You can also use npm
to install prebuilt electron
binaries:
# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g
# Install as a development dependency
npm install electron-prebuilt --save-dev
Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to Electron.
There is an electron
category on the Atom forums
as well as an #atom-shell
channel on Freenode.