Commits (30d)
15
Commits (90d)
33
PRs Merged (90d)
50
Last Commit
1 day ago
Loading commit history...
Open Issues
244
Closed Issues
1.3k
Open Ratio
15.6%
Resolution Time
3dmedian
Open PRs
26
Releases (Year)
11
Total Releases
20
Last Release
about 2 months ago
Recent Releases
+14 older releases
Mar 4, 2026 · about 2 months ago
Jan 12, 2026 · 3 months ago
Feb 20, 2026 · about 2 months ago
Mar 4, 2026 · about 2 months ago
[!IMPORTANT] We're currently beginning feature development for the next major version of Electron Forge, which is being done in the
nextbranch. To try out experimental pre-releases, install the@alphadist-tag of the@electron-forge/*packages via npm. For more details, see issue https://github.com/electron/forge/issues/4082.
A complete tool for building modern Electron applications.
Electron Forge unifies the existing (and well maintained) build tools for Electron development into a simple, easy to use package so that anyone can jump right in to Electron development.
Website | Goals | Docs and Usage | Configuration | Support | Contributing
Pre-requisites:
You can initialize an Electron Forge project with the create-electron-app
CLI tool.
For more information on creating a new project from a template, see our CLI documentation.
For Electron Forge documentation and usage you should check out our website: electronforge.io
With these goals in mind, under the hood this project uses, among others:
@electron/rebuild:
Automatically recompiles native Node.js modules against the correct
Electron version.@electron/packager:
Customizes and bundles your Electron app to get it ready for distribution.If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.
Please report bugs or feature requests in our issue tracker. You can find help for debugging your Electron Forge on the Support page, and ask questions in the official Electron Discord server, where there is a dedicated channel for Electron Forge.
npx create-electron-app@latest my-new-app# thencd my-new-appnpm start