# @electron-forge/shared-types

> Shared types across Electron Forge

Latest version **7.11.2** (published 2026-05-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @electron-forge/shared-types
pnpm add @electron-forge/shared-types
yarn add @electron-forge/shared-types
bun add @electron-forge/shared-types
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; has provenance; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 7.11.2 |
| Published | 2026-05-20 |
| First published | 2018-05-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 16.4.0 |
| Dependencies | 4 |
| Unpacked size | 23.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 7143 |
| Author | Samuel Attard |
| Maintainers | malept, marshallofsound, erickzhao, georgexu99, vertedinde |

## Links

- npm: https://www.npmjs.com/package/@electron-forge/shared-types
- Repository: https://github.com/electron/forge
- Homepage: https://github.com/electron/forge#readme
- Issues: https://github.com/electron/forge/issues
- npm.io page: https://npm.io/package/@electron-forge/shared-types

## Dependencies (4)

- [listr2](https://npm.io/package/listr2.md) ^7.0.2
- [@electron/rebuild](https://npm.io/package/@electron/rebuild.md) ^3.7.0
- [@electron/packager](https://npm.io/package/@electron/packager.md) ^18.3.5
- [@electron-forge/tracer](https://npm.io/package/@electron-forge/tracer.md) 7.11.2

## Recent versions

- 7.11.2 (latest) — 2026-05-20
- 8.0.0-alpha.10 (alpha) — 2026-07-02
- 8.0.0-alpha.9 — 2026-05-20
- 8.0.0-alpha.8 — 2026-04-21
- 8.0.0-alpha.7 — 2026-04-10
- 8.0.0-alpha.6 — 2026-03-19
- 8.0.0-alpha.5 — 2026-03-18
- 8.0.0-alpha.4 — 2026-01-14
- 7.11.1 — 2026-01-12
- 7.11.0 — 2026-01-12
- 8.0.0-alpha.3 — 2025-12-04
- 8.0.0-alpha.2 — 2025-12-04
- 8.0.0-alpha.1 — 2025-12-04
- 7.10.2 — 2025-10-10
- 7.10.1 — 2025-10-09
- … 102 more at https://npm.io/package/@electron-forge/shared-types/versions

## README

## Electron Forge

[![CI](https://github.com/electron/forge/actions/workflows/ci.yml/badge.svg)](https://github.com/electron/forge/actions/workflows/ci.yml)
[![npm version](https://img.shields.io/npm/v/@electron-forge/cli)](https://npm.im/@electron-forge/cli)
[![license](https://img.shields.io/github/license/electron/forge.svg)](https://github.com/electron/forge/blob/main/LICENSE)
![status](https://img.shields.io/badge/Status-%20Ready%20for%20Awesome-red.svg)

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](https://www.electronforge.io) |
[Goals](#project-goals) |
[Docs and Usage](#docs-and-usage) |
[Configuration](https://www.electronforge.io/configuration) |
[Support](https://github.com/electron/forge/blob/main/SUPPORT.md) |
[Contributing](https://github.com/electron/forge/blob/main/CONTRIBUTING.md)

---

# Getting Started

Pre-requisites:

- Node 16.4.0 or higher
- Git

You can initialize an Electron Forge project with the [`create-electron-app`](https://www.npmjs.com/package/create-electron-app)
CLI tool.

```bash
npx create-electron-app@latest my-new-app

# then
cd my-new-app
npm start
```

For more information on creating a new project from a template, [see our CLI documentation](https://www.electronforge.io/cli).

# Docs and Usage

For Electron Forge documentation and usage you should check out our website:
[electronforge.io](https://www.electronforge.io)

# Project Goals

1. Starting with Electron should be as simple as a single command.
2. Developers shouldn't have to worry about setting up build tooling,
   native module rebuilding, etc. Everything should "just work" for them out
   of the box.
3. Everything from creating the project to packaging the project for release
   should be handled by one core dependency in a standard way while still offering
   users maximum choice and freedom.

With these goals in mind, under the hood this project uses, among others:

- [`@electron/rebuild`](https://github.com/electron/rebuild):
  Automatically recompiles native Node.js modules against the correct
  Electron version.
- [`@electron/packager`](https://github.com/electron/packager):
  Customizes and bundles your Electron app to get it ready for distribution.

## Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, please see [CONTRIBUTING.md](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for more information on what we're looking for and how to get started.

## Community

Please report bugs or feature requests in our [issue tracker](https://github.com/electron/forge/issues).
You can find help for debugging your Electron Forge on the [Support page](https://github.com/electron/forge/blob/main/SUPPORT.md).

---
_Source: https://npm.io/package/@electron-forge/shared-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
