# rolldown

> Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

Latest version **1.2.8** (published 2026-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install rolldown
pnpm add rolldown
yarn add rolldown
bun add rolldown
```

Provides the command `rolldown`.

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.2.8 |
| Published | 2026-09-09 |
| First published | 2017-01-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^20.19.0 \|\| >=22.12.0 |
| Dependencies | 2 |
| Unpacked size | 827.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 13948 |
| Maintainers | broooooklyn, yyx990803, rolldownbot, sapphi-red |
| Keywords | bundler, esbuild, parcel, rolldown, rollup, webpack |

## Links

- npm: https://www.npmjs.com/package/rolldown
- Repository: https://github.com/rolldown/rolldown
- Homepage: https://rolldown.rs/
- npm.io page: https://npm.io/package/rolldown

## Dependencies (2)

- [@oxc-project/types](https://npm.io/package/@oxc-project/types.md) =0.149.0
- [@rolldown/pluginutils](https://npm.io/package/@rolldown/pluginutils.md) ^1.0.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.2.8 (latest) — 2026-09-09
- 1.2.7 — 2026-09-02
- 1.2.6 — 2026-08-26
- 1.2.5 — 2026-08-19
- 1.2.4 — 2026-08-12
- 1.2.3 — 2026-08-05
- 1.2.2 — 2026-08-03
- 1.2.1 — 2026-07-29
- 1.2.0 — 2026-07-15
- 1.1.5 — 2026-07-08
- 1.1.4 — 2026-07-01
- 1.1.3 — 2026-06-24
- 1.1.2 — 2026-06-18
- 1.1.1 — 2026-06-11
- 1.1.0 — 2026-06-03
- … 625 more at https://npm.io/package/rolldown/versions

## README

# Rolldown

> Fast Rust-based bundler for JavaScript with Rollup-compatible API

- ⚡️ Lightning Fast Performance
- 🔌 Rollup-Compatible APIs
- ⏩ esbuild Feature Parity

Rolldown is primarily designed to serve as the underlying bundler in [Vite](https://vite.dev/), with the goal to replace esbuild and Rollup with one unified build tool. Although designed for Vite, Rolldown is also fully capable of being used as a standalone, general-purpose bundler. It can serve as a drop-in replacement for Rollup in most cases, and can also be used as an esbuild alternative when better chunking control is needed.

[Read the Docs to Learn More](https://rolldown.rs).

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