electron-userland/electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 4th, 2026
Created on May 21st, 2015
Open Issues & Pull Requests: 103 (+0)
GitHub issues: Enabled
Number of forks: 1,872
Total Stargazers: 14,659 (+0)
Total Subscribers: 148 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

electron-builder is a build and packaging tool for Electron applications that creates ready-to-distribute installers for macOS, Windows, and Linux.

The tool solves the problem of preparing Electron apps for end-user distribution across multiple platforms. It handles the creation of platform-specific installers and packages, including DMG files for macOS, MSI and NSIS installers for Windows, and DEB, RPM, and Snap packages for Linux. A key distinguishing feature is built-in auto-update support, which allows applications to receive and install updates without requiring manual downloads or reinstalls by users.

Teams building Electron applications for production distribution should adopt this tool if they need to support multiple operating systems without managing separate build pipelines for each platform. It suits projects ranging from small utilities to larger applications that require professional installer packaging and update mechanisms. The tool integrates directly into the build workflow and handles the complexity of code signing, notarization, and platform-specific packaging requirements.

The project actively welcomes community contributions and maintains an accessible development environment for contributors. The tool is maintained with attention to the needs of its user base, as evidenced by the presence of multiple sponsors relying on it for their own Electron-based applications.