Paul Krill
Editor at Large

GitHub releases Electron 1.0 for desktop app developers

news
May 12, 20162 mins

The open source framework for cross-platform development of native apps uses JavaScript APIs to communicate with different OSes

Tools + binary code
Credit: Isarapic / Yudhistirama / Getty Images

Electron, GutHub’s open source framework for cross-platform development of desktop applications, has reached 1.0 release status this week.

Spun off GitHub’s Atom editor and previously known as Atom Shell, the framework lets developers build native applications using HTML, CSS, and JavaScript. With Electron, JavaScript APIs handle the particulars of talking to different operating systems, while Web pages build user interfaces.

GitHub says an Electron app can be thought of as a minimal Web browser with the ability to interact with the local file system; the Web browser is part of the apps packaging. Thus, applications can be written once and run on multiple platforms while Electron serves as a universal interface with the operating system. It has its own core set of APIs; Chromium APIs and Node.js built-in modules are included as well.

Electron has been downloaded more than 1.2 million times in the past year and used to build applications ranging from email to SQL analytics tools and the Slack communications platform. Recently, JavaScript founder Brendan Eich cited Electron as a tool his new company, browser maker Brave Software, has used in building its technology.

Version 1.0 is available at electron.atom.io. The 1.0 release is accompanied by an app to help users explore the framework’s APIs. The Electron API Demos app has code snippets for getting started along with tips on using the APIs. Electron developers also added an open source extension to Chrome Developer Tools called Devtron, to help debug and troubleshoot apps.

Alongside Electron 1.0, GitHub is releasing an update to Spectron, an integration testing framework for Electron apps. Spectron 3.0 supports the entire Electron API so that developers can more quickly write tests to verify an application’s behavior in various scenarios and environments.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author