Build cross-platform desktop apps with JavaScript, HTML, and CSS ⚛️ https://www.electronjs.org/
 
 
 
 
 
 
Go to file
Cheng Zhao 377666503c Bump v0.10.5. 2014-03-01 14:05:02 -08:00
app Disable in process stack dumping on Windows. 2014-02-25 18:47:11 +08:00
browser Bump v0.10.5. 2014-03-01 14:05:02 -08:00
common Bump v0.10.5. 2014-03-01 14:05:02 -08:00
docs Add 'activate-with-no-open-windows' event for app. 2014-03-05 18:09:44 +08:00
renderer Use except-iframe security by default. 2014-03-04 20:12:43 +08:00
script 💄 Fix pylint warning. 2014-03-03 20:03:37 +08:00
spec Add spec for sanbox attribute of iframe. 2014-03-04 22:04:41 +08:00
tools Move the generate_breakpad_symbols to tools/posix. 2014-03-03 10:15:19 +08:00
vendor Disable the detachment of devtools. 2014-03-04 19:59:25 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Use the gyp vendored by brightray. 2013-12-25 18:47:19 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00
atom.gyp Do not rely on thread to implement modal dialog. 2014-03-05 20:02:15 +08:00
common.gypi Build with -g on Linux. 2014-03-03 12:35:52 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
package.json Bump v0.10.5. 2014-03-01 14:05:02 -08:00

README.md

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.