Skip to content

rolldown/rolldown

Folders and files

NameName
Last commit message
Last commit date
May 12, 2025
Aug 1, 2024
May 19, 2025
Jan 17, 2025
May 20, 2025
May 23, 2025
May 16, 2025
Apr 29, 2025
May 23, 2025
Oct 17, 2023
May 19, 2025
Apr 26, 2025
Mar 27, 2024
Feb 9, 2025
May 6, 2025
Oct 17, 2023
Apr 14, 2025
Mar 15, 2025
Mar 13, 2025
May 20, 2025
May 20, 2025
Mar 9, 2024
Jul 30, 2024
May 22, 2025
May 22, 2025
Oct 2, 2024
Apr 6, 2025
Sep 18, 2023
Apr 29, 2024
May 23, 2025
Apr 6, 2025
May 20, 2025
May 12, 2025
May 19, 2025
May 22, 2025
May 20, 2025
May 16, 2025
Feb 26, 2025
Jan 24, 2025

Repository files navigation

Rolldown logo

MIT licensed NPM version NPM Unpacked Size (with version) Build Status Code Coverage CodSpeed Badge Discord chat

NPM Unpacked Size darwin-arm64 NPM Unpacked Size darwin-x64 NPM Unpacked Size linux-x64-gnu NPM Unpacked Size win32-x64 NPM Unpacked Size wasm32-wasi

rolldown-starter-stackblitz

🚧 Work in Progress

Rolldown is currently in active development and not usable for production yet.

Rolldown

Rolldown is a JavaScript/TypeScript bundler written in Rust intended to serve as the future bundler used in Vite. It provides Rollup-compatible APIs and plugin interface, but will be more similar to esbuild in scope.

For more information, please check out the documentation at rolldown.rs.

VoidZero Inc.

Rolldown is a project of VoidZero, see our announcement Announcing VoidZero - Next Generation Toolchain for JavaScript.

If you have requirements for JavaScript tools at scale, please get in touch!

Contributing

We would love to have more contributors involved!

To get started, please read our Contributing Guide.

Credits

The Rolldown project is heavily inspired by:

And supported by:

  • napi-rs for Node.js add-ons in Rust via Node-API.
  • oxc for the underlying parser, resolver, and sourcemap support.

Licenses

This project is licensed under the MIT License.

This project also partially contains code derived or copied from the following projects:

Licenses of these projects are listed in THIRD-PARTY-LICENSE