https://github.com/rolldown/rolldown
Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API.
https://github.com/rolldown/rolldown
bundler javascript typescript
Last synced: 2 months ago
JSON representation
Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API.
- Host: GitHub
- URL: https://github.com/rolldown/rolldown
- Owner: rolldown
- License: mit
- Created: 2023-09-18T14:20:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T10:30:03.000Z (6 months ago)
- Last Synced: 2025-05-13T11:02:37.397Z (6 months ago)
- Topics: bundler, javascript, typescript
- Language: Rust
- Homepage: https://rolldown.rs
- Size: 27 MB
- Stars: 10,970
- Watchers: 65
- Forks: 587
- Open Issues: 126
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-typescript-compilers - rolldown - compatible API. | (JavaScript Targets)
- awesome - rolldown/rolldown - Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. (Rust)
- awesome-ccamel - rolldown/rolldown - Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. (Rust)
- awesome-repositories - rolldown/rolldown - Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. (Rust)
- awesome - Rolldown - A fast Rust bundler for JavaScript / TypeScript. (Bundle Tool)
- jimsghstars - rolldown/rolldown - Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. (Rust)
- awesome - rolldown/rolldown - Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. (Rust)
- awesome - rolldown/rolldown - Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API. (Rust)
README
[![MIT licensed][badge-license]][url-license]
[![NPM version][badge-npm-version]][url-npm]
[](https://codspeed.io/rolldown/rolldown)
[![Discord chat][badge-discord]][discord-url]
[](https://deepwiki.com/rolldown/rolldown)
[][url-npm]
[](https://www.npmjs.com/package/@rolldown/binding-darwin-arm64)
[](https://www.npmjs.com/package/@rolldown/binding-darwin-x64)
[](https://www.npmjs.com/package/@rolldown/binding-linux-x64-gnu)
[](https://www.npmjs.com/package/@rolldown/binding-win32-x64-msvc)
[](https://www.npmjs.com/package/@rolldown/binding-wasm32-wasi)
[](https://pkg.pr.new/~/rolldown/rolldown)
[](https://stackblitz.com/fork/github/rolldown/rolldown-starter-stackblitz)
> 🚧 **Beta Software**
>
> Rolldown is currently in beta status. While it can already handle most production use cases, there may still be bugs and rough edges. Most notably, the built-in minification feature is still in alpha status.
# Rolldown
Rolldown is a JavaScript/TypeScript bundler written in Rust intended to serve as the future bundler used in [Vite](https://vitejs.dev/). 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](https://rolldown.rs/about).
## VoidZero Inc.
Rolldown is a project of [VoidZero](https://voidzero.dev/), see our announcement [Announcing VoidZero - Next Generation Toolchain for JavaScript](https://voidzero.dev/posts/announcing-voidzero-inc).
If you have requirements for JavaScript tools at scale, please [get in touch](https://forms.gle/WQgjyzYJpwurpxWKA)!
## Contributing
We would love to have more contributors involved!
To get started, please read our [Contributing Guide](https://rolldown.rs/contrib-guide/).
## Credits
The Rolldown project is heavily inspired by:
- [Rollup](https://github.com/rollup/rollup), created by [Rich Harris](https://github.com/Rich-Harris) and maintained by [Lukas Taegert-Atkinson](https://github.com/lukastaegert).
- [esbuild](https://github.com/evanw/esbuild), created by [Evan Wallace](https://github.com/evanw).
And supported by:
- [napi-rs](https://github.com/napi-rs/napi-rs) for Node.js add-ons in Rust via Node-API.
- [oxc](https://github.com/oxc-project/oxc) for the underlying parser, resolver, and sourcemap support.
## Licenses
This project is licensed under the [MIT License](LICENSE).
This project also partially contains code derived or copied from the following projects:
- [rollup(MIT)](https://github.com/rollup/rollup/blob/680912e2ceb42c8d5e571e01c6ece0e4889aecbb/LICENSE-CORE.md)
- [esbuild(MIT)](https://github.com/evanw/esbuild/blob/0c8a0a901d9a6c7bbff9b4dd347c8a3f65f6c6dd/LICENSE.md)
Licenses of these projects are listed in [THIRD-PARTY-LICENSE](/THIRD-PARTY-LICENSE)
[badge-discord]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
[discord-url]: https://chat.rolldown.rs
[badge-license]: https://img.shields.io/badge/license-MIT-blue.svg
[url-license]: https://github.com/rolldown/rolldown/blob/main/LICENSE
[badge-npm-version]: https://img.shields.io/npm/v/rolldown/latest?color=brightgreen
[url-npm]: https://www.npmjs.com/package/rolldown/v/latest
[badge-binary-size-windows]: [https://img.shields.io/npm/unpacked-size/%40rolldown%2Fbinding-win32-x64-msvc/latest]
[badge-binary-size-macos]: [https://img.shields.io/npm/unpacked-size/%40rolldown%2Fbinding-darwin-arm64/latest]