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,643stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
93/100Excellent
Development Activity100
Maintenance96
Community76
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 48 apps in this directory

TypeScript
94%
MIT

Actual

Invoicing Finance

28,224

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 yesterday
TypeScript
95%
Apache 2.0

AionUi

AI Agents · Productivity

32,102

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
88
Repo Health
76
Technical
66
Dependency
Built with
TypeScript95%
Updated today
JavaScript
94%
MIT

Another Redis Desktop Manager

Developer Tools · Databases

34,643

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

View details
84
Repo Health
56
Technical
67
Dependency
Built with
JavaScript94%
Updated yesterday
TypeScript
89%
Other

anytype-ts

Knowledge Management · Note Taking · Collaboration

8,665

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 yesterday
TypeScript
48%
AGPL 3.0

Banana Slides

AI Design Tools · Productivity

15,476

AI-native PPT generator with Vibe editing, multi-LLM support, and fully editable PPTX export

View details
83
Repo Health
82
Technical
71
Dependency
Built with
TypeScript48%
Python47%
Updated 3 days ago
TypeScript
99%
MIT

Cate

AI Code Assistants

2,087

A desktop IDE built on an infinite canvas — spread code editors, terminals, browsers, docs, and AI agents across freeform space instead of stacking windows and tabs, with layouts restored automatically.

View details
79
Repo Health
71
Technical
72
Dependency
Built with
TypeScript99%
Updated today
TypeScript
99%
AGPL 3.0

Cherry Studio

AI Assistants

50,753

All-in-one AI desktop client with 300+ assistants and multi-model support

View details
88
Repo Health
84
Technical
71
Dependency
Built with
TypeScript99%
Updated today
JavaScript
97%
Apache 2.0

drawio-desktop

Design Tools · Productivity

62,679

The offline-first diagram editor that puts security above all else — no account, no data leaving your machine, no compromises.

View details
88
Repo Health
63
Technical
78
Dependency
Built with
JavaScript97%
Updated 5 days ago
TypeScript
94%
AGPL 3.0

Element Web

Team Chat · Collaboration

13,387

A polished, self-hostable Matrix client for secure, decentralized messaging and collaboration that puts your organization in full control of its data.

View details
96
Repo Health
83
Technical
67
Dependency
Built with
TypeScript94%
Updated today

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