# @module-federation/runtime-tools

> Module federation runtime package collection. You can just install it instead of installing all the packages separately.

Latest version **2.9.0** (published 2026-08-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @module-federation/runtime-tools
pnpm add @module-federation/runtime-tools
yarn add @module-federation/runtime-tools
bun add @module-federation/runtime-tools
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.9.0 |
| Published | 2026-08-24 |
| First published | 2023-12-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 13.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 2627 |
| Author | zhanghang |
| Maintainers | zackljackson, heal, shawzhou, gioboa |

## Links

- npm: https://www.npmjs.com/package/@module-federation/runtime-tools
- Repository: https://github.com/module-federation/core
- Homepage: https://github.com/module-federation/core#readme
- Issues: https://github.com/module-federation/core/issues
- npm.io page: https://npm.io/package/@module-federation/runtime-tools

## Dependencies (2)

- [@module-federation/runtime](https://npm.io/package/@module-federation/runtime.md) 2.9.0
- [@module-federation/webpack-bundler-runtime](https://npm.io/package/@module-federation/webpack-bundler-runtime.md) 2.9.0

## Recent versions

- 2.9.0 (latest) — 2026-08-24
- 0.0.0-release-v2-9-0-20260824030637 (next) — 2026-08-24
- 0.0.0-fix-runtime-core-set-shared-lib-20260819111025 — 2026-08-19
- 0.0.0-feat-preload-asset-url-dedupe-20260819073808 — 2026-08-19
- 0.0.0-feat-preload-asset-url-dedupe-20260819072341 — 2026-08-19
- 2.8.2 — 2026-08-06
- 0.0.0-feat-operate-openruntime-20260803054425 — 2026-08-03
- 0.0.0-feat-operate-openruntime-20260729120109 — 2026-07-29
- 0.0.0-feat-operate-openruntime-20260729082849 — 2026-07-29
- 2.8.1 — 2026-07-28
- 0.0.0-feat-operate-openruntime-20260726151341 — 2026-07-26
- 0.0.0-feat-operate-openruntime-20260726083609 — 2026-07-26
- 0.0.0-codex-rspress-codeblock-transform-20260724100038 — 2026-07-24
- 0.0.0-feat-operate-openruntime-20260722064424 — 2026-07-22
- 0.0.0-main-20260720131707 — 2026-07-20
- … 1169 more at https://npm.io/package/@module-federation/runtime-tools/versions

## README

# `@module-federation/runtime-tools`

Module federation runtime package collection. You can just install it instead of installing all the packages separately.

It includes the following packages:

- `@module-federation/runtime`
- `@module-federation/webpack-bundler-runtime`

Usage

```bash
npm install @module-federation/runtime-tools
```

- import runtime

```ts
import runtime from '@module-federation/runtime-tools';
import runtime from '@module-federation/runtime-tools/runtime';
```

- import webpack bundler runtime

```ts
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime';
```

---
_Source: https://npm.io/package/@module-federation/runtime-tools · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
