SOLFIND
Web Lens
Portal home

Distributing Apps With Electron Forge | Electron

https://www.electronjs.org/docs/latest/tutorial/forge-overview • 31 KB fetched
Open original page


Distributing Apps With Electron Forge | Electron Skip to main content Electron Docs API Blog Tools * Electron Forge * Electron Fiddle Community * Governance * Showcase * Resources Releases English * English * Deutsch * Español * Français * 日本語 * Português * Русский * 中文 Search * Get Started * Processes in Electron * Best Practices * Examples * Development * Native Node Modules * Distribution * Distributing Apps With Electron Forge * Advanced Reference * Testing And Debugging * References * Contributing * * Distribution * Distributing Apps With Electron Forge On this page Distributing Apps With Electron Forge Electron Forge is a tool for packaging and publishing Electron applications. It unifies Electron's build tooling ecosystem into a single extensible interface so that anyone can jump right into making Electron apps. Alternative tooling If you do not want to use Electron Forge for your project, there are other third-party tools you can use to distribute your app. These tools are maintained by members of the Electron community, and do not come with official support from the Electron project. Electron Builder A "complete solution to package and build a ready-for-distribution Electron app" that focuses on an integrated experience. electron-builder adds a single dependency and manages all further requirements internally. electron-builder replaces features and modules used by the Electron maintainers (such as the auto-updater) with custom ones. Hydraulic Conveyor A desktop app deployment tool that supports cross-building/signing of all packages from any OS without the need for multi-platform CI, can do synchronous web-style updates on each start of the app, requires no code changes, can use plain HTTP servers for updates and which focuses on ease of use. Conveyor replaces the Electron auto-updaters with Sparkle on macOS, MSIX on Windows, and Linux package repositories. Conveyor is a commercial tool that is free for open source projects. There's an example of how to package GitHub Desktop which can be used for learning. Getting started ​ The Electron Forge docs contain detailed information on taking your application from source code to your end users' machines. This includes: * Packaging your application (package) * Generating executables and installers for each OS (make) , and, * Publishing these files to online platforms to download (publish) . For beginners, we recommend following through Electron's tutorial to develop, build, package and publish your first Electron app. If you have already developed an app on your machine and want to start on packaging and distribution, start from step 5 of the tutorial. Getting help ​ * If you need help with developing your app, our community Discord server is a great place to get advice from other Electron app developers. * If you suspect you're running into a bug with Forge, please check the GitHub issue tracker to see if any existing issues match your problem. If not, feel free to fill out our bug report template and submit a new issue. Edit this page Previous Native Code and Electron: C++ (Linux) Next Distribution Overview * Getting started * Getting help Docs * Getting Started * API Reference Checklists * Performance * Security Tools * Electron Forge * Electron Fiddle Community * Governance * Resources * Bluesky * X * Mastodon * Stack Overflow More * GitHub * Open Collective * Infrastructure Dashboard Copyright OpenJS Foundation and Electron contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation , please see our Trademark Policy and Trademark List . Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. The OpenJS Foundation | Terms of Use | Privacy Policy | Bylaws | Code of Conduct | Trademark Policy | Trademark List | Cookie Policy Hosting and infrastructure graciously provided by

Links found on this page

  1. Skip to main content [direct]
  2. Electron [direct]
  3. Docs [direct]
  4. API [direct]
  5. Blog [direct]
  6. Electron Forge [direct]
  7. Electron Fiddle [direct]
  8. Governance [direct]
  9. Showcase [direct]
  10. Resources [direct]
  11. Releases [direct]
  12. Deutsch [direct]
  13. Español [direct]
  14. Français [direct]
  15. 日本語 [direct]
  16. Português [direct]
  17. Русский [direct]
  18. 中文 [direct]
  19. Processes in Electron [direct]
  20. Best Practices [direct]
  21. Examples [direct]
  22. Development [direct]
  23. Native Node Modules [direct]
  24. Advanced Reference [direct]
  25. Testing And Debugging [direct]
  26. References [direct]
  27. Contributing [direct]
  28. electron-builder [direct]
  29. desktop app deployment tool [direct]
  30. how to package GitHub Desktop [direct]
  31. Electron Forge docs [direct]
  32. (package) [direct]
  33. tutorial [direct]
  34. step 5 [direct]
  35. community Discord server [direct]
  36. GitHub issue tracker [direct]
  37. Edit this page [direct]
  38. Previous Native Code and Electron: C++ (Linux) [direct]
  39. Security [direct]
  40. Bluesky [direct]
  41. X [direct]
  42. Mastodon [direct]
  43. Stack Overflow [direct]
  44. GitHub [direct]
  45. Open Collective [direct]
  46. Infrastructure Dashboard [direct]
  47. OpenJS Foundation [direct]
  48. Trademark Policy [direct]
  49. Trademark List [direct]
  50. Terms of Use [direct]
  51. Privacy Policy [direct]
  52. Bylaws [direct]
  53. Code of Conduct [direct]
  54. Cookie Policy [direct]