electron-builder

A complete solution to package and build ready-to-distribute Electron apps for macOS, Windows, and Linux with auto-update support out of the box.

Tool
npm
v26.15.3
14,659stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
94/100Excellent
Development Activity96
Maintenance96
Community84
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
90/100Excellent
Architecture92
Code Quality90
Innovation88
Learning Curve74

electron-builder is the de-facto tool for turning an Electron (or Proton Native) project into signed, distributable desktop installers across macOS, Windows, and Linux. Driven by a single configuration block and a electron-builder CLI command, it handles packaging, code signing, artifact publishing, and auto-update wiring without forcing you to manage the underlying platform tooling.

It downloads whatever native build tools it needs on demand, supports an enormous range of target formats (NSIS, MSI, AppX, dmg, pkg, AppImage, snap, deb, rpm, and more), and ships a matching electron-updater runtime so packaged apps can update themselves from GitHub Releases, S3, and other providers.

What You Get

  • A single electron-builder CLI plus a programmatic build() API for packaging apps from scripts or CI
  • Dozens of target formats across macOS (dmg, pkg, mas), Windows (NSIS, nsis-web, portable, AppX, MSI, Squirrel), and Linux (AppImage, snap, deb, rpm, pacman, and more)
  • Built-in code signing and notarization on CI or a developer machine, with tools downloaded automatically on demand
  • Auto-update-ready packaging paired with the companion electron-updater runtime and publishing to GitHub Releases, Amazon S3, and DigitalOcean Spaces
  • Native dependency handling via install-app-deps, asar archiving, and Docker images for cross-platform builds

Common Use Cases

  • Producing signed macOS, Windows, and Linux installers for an Electron desktop app in one CI pipeline
  • Wiring up in-app auto-updates that pull new releases from GitHub or an S3-compatible bucket
  • Cross-compiling Linux and Windows targets from any host using the provided Docker images

Under The Hood

Architecture electron-builder is a pnpm monorepo layered around a thin CLI and a heavy core. The published electron-builder package exposes cli/cli.ts, which uses yargs to route build, install-app-deps, publish, create-self-signed-cert, and migrate-schema commands, plus a programmatic build()/Platform API in builder.ts and index.ts. The real work lives in app-builder-lib, whose packager.ts orchestrates per-platform packagers (macPackager.ts, winPackager.ts, linuxPackager.ts) that extend a shared platformPackager.ts, each dispatching to concrete formats under targets/. Supporting concerns are cleanly separated into codeSign/, asar/, publish/, and node-module-collector/, while electron-publish and electron-updater are sibling packages handling artifact upload and the in-app update runtime.

Tech Stack The codebase is TypeScript (~95% of source) targeting native ESM on Node >=22.12, built with tsc --build across project references. It leans on the official @electron/* toolchain (@electron/asar, @electron/notarize, @electron/osx-sign, @electron/universal, @electron/rebuild, @electron/get) for platform primitives, ajv to validate configuration against a generated JSON schema, yargs for the CLI, and utilities like tar, undici, js-yaml, plist, semver, and fs-extra. Docker images are provided for reproducible cross-platform Linux/Windows builds.

Code Quality The project is heavily tested, with roughly 190 test files under test/src covering archiving, code signing, publishing, blockmaps, and full end-to-end build scenarios, run via a sharded Vitest harness. It enforces quality through a pretest gate that runs dependency checks, ESLint, and full TypeScript typechecking of both source and tests, plus Prettier formatting and Changesets-driven versioning. The strict TS configuration and modular package boundaries keep the large surface area maintainable.

API Design Ergonomics favor convention over configuration: a single declarative build block plus electron-builder produces signed, distributable artifacts, and required native tooling is downloaded automatically rather than pre-installed. The CLI mirrors a well-typed programmatic API (build({ targets, config })), configuration is JSON-schema-validated with a migrate-schema command to ease major upgrades, and extensive documentation on electron.build lowers the barrier despite the inherently complex cross-platform packaging domain.

Used by 86 apps in this directory

TypeScript
94%
MIT

Actual

Invoicing Finance

28,593

Local-first personal finance with envelope budgeting, end-to-end encryption, and multi-device sync — no subscription required.

View details
93
Repo Health
85
Technical
77
Dependency
Built with
TypeScript94%
Updated today
TypeScript
87%
Other

AFFiNE

Productivity · Project Management · Note Taking

72,238

Write, draw, and plan in one infinite canvas — the open-source alternative to Notion and Miro that keeps your data yours.

View details
91
Repo Health
87
Technical
67
Dependency
Built with
TypeScript87%
Updated yesterday
TypeScript
87%
Other

AFFiNE

Productivity · Project Management · Note Taking

72,238

Write, draw, and plan in one infinite canvas — the open-source alternative to Notion and Miro that keeps your data yours.

View details
91
Repo Health
87
Technical
67
Dependency
Built with
TypeScript87%
Updated yesterday
TypeScript
95%
Apache 2.0

AionUi

AI Agents · Productivity

32,622

Free, open-source Cowork desktop app that unifies Claude Code, Codex, Gemini CLI, and 20+ AI agents into a single platform with multi-agent teams, 24/7 cron automation, and zero-config built-in agent.

View details
87
Repo Health
76
Technical
66
Dependency
Built with
TypeScript95%
Updated 5 days ago
TypeScript
95%
Apache 2.0

AionUi

AI Agents · Productivity

32,622

Free, open-source Cowork desktop app that unifies Claude Code, Codex, Gemini CLI, and 20+ AI agents into a single platform with multi-agent teams, 24/7 cron automation, and zero-config built-in agent.

View details
87
Repo Health
76
Technical
66
Dependency
Built with
TypeScript95%
Updated 5 days ago
TypeScript
95%
Apache 2.0

AionUi

AI Agents · Productivity

32,622

Free, open-source Cowork desktop app that unifies Claude Code, Codex, Gemini CLI, and 20+ AI agents into a single platform with multi-agent teams, 24/7 cron automation, and zero-config built-in agent.

View details
87
Repo Health
76
Technical
66
Dependency
Built with
TypeScript95%
Updated 5 days ago
JavaScript
94%
MIT

Another Redis Desktop Manager

Developer Tools · Databases

34,729

Fast, stable Redis GUI with cluster, SSH, and massive key support

View details
83
Repo Health
56
Technical
67
Dependency
Built with
JavaScript94%
Updated 2 weeks ago
JavaScript
94%
MIT

Another Redis Desktop Manager

Developer Tools · Databases

34,729

Fast, stable Redis GUI with cluster, SSH, and massive key support

View details
83
Repo Health
56
Technical
67
Dependency
Built with
JavaScript94%
Updated 2 weeks ago
TypeScript
89%
Other

anytype-ts

Knowledge Management · Note Taking · Collaboration

8,755

A local-first, end-to-end encrypted knowledge OS that lets you build notes, tasks, wikis, and entire apps — with your data stored offline and synced peer-to-peer.

View details
88
Repo Health
78
Technical
67
Dependency
Built with
TypeScript89%
Updated 2 days ago

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search