aicoolies logo
Rolldown logo
Rolldown logo

Rolldown

Rust-powered JavaScript bundler for Vite

open-sourceopen sourceupdated Apr 21, 2026
Visit Website →
Share

Rolldown is a high-performance JavaScript and TypeScript bundler written in Rust, built as the next-generation bundler for Vite. Created by Evan You and VoidZero, it offers a Rollup-compatible plugin API with 10-30x faster builds. It combines esbuild-level speed with full Rollup ecosystem compatibility, supporting tree-shaking, code splitting, and advanced optimizations natively. With 13K+ stars and MIT license, it is set to become the default bundler for Vite 8.

Rolldown is a next-generation JavaScript and TypeScript bundler written in Rust by Evan You and the VoidZero team. Designed as the future bundler powering Vite, Rolldown aims to replace both esbuild and Rollup in the Vite toolchain by unifying the dev and production build pipeline into a single, blazing-fast tool. It achieves 10-30x faster build performance compared to Rollup while maintaining full compatibility with Rollup's plugin API and ecosystem, allowing existing projects to migrate with minimal friction.

The project introduces several technical innovations including parallel module parsing, efficient scope hoisting, and a Rust-native tree-shaking algorithm that eliminates dead code more aggressively than its JavaScript counterparts. Rolldown supports advanced code splitting strategies, dynamic imports, and CSS bundling out of the box. Its architecture is built on top of Oxc, another VoidZero project providing a high-performance JavaScript parser and transformer, creating a tightly integrated toolchain where each layer benefits from shared Rust infrastructure.

With over 13,000 GitHub stars and active daily development, Rolldown reached its 1.0 RC milestone and is on track to ship as the default bundler in Vite 8. The project is MIT-licensed and backed by VoidZero Inc., which raised funding specifically to build a unified, open-source JavaScript toolchain. For teams already using Vite, adopting Rolldown means dramatically faster builds without changing their existing plugin setup or configuration.

Pricing

Free, open-source under MIT license

Platforms

npm package, cross-platform (macOS, Linux, Windows)

Categories

Tags

Use Cases

Alternatives

esbuild logo

esbuild

Ultra-fast JavaScript bundler written in Go

esbuild is a JavaScript bundler written in Go with 38K+ GitHub stars that runs 10-100x faster than traditional bundlers like Webpack. Handles JavaScript, TypeScript, JSX, CSS bundling, and minification with near-instant build times. Used as the build engine inside Vite for production builds. Features tree shaking, code splitting, source maps, and a plugin API. Minimal configuration required — most projects need zero config files. Single binary with no JavaScript dependencies.

open-sourceOpen Source
Vite logo

Vite

Next-generation frontend build tool

Vite is the de facto standard frontend build tool with 72K+ GitHub stars, created by Evan You. Provides instant dev server startup using native ES modules, lightning-fast hot module replacement that stays fast regardless of project size, and optimized production builds via Rollup. Supports React, Vue, Svelte, Preact, and vanilla JS/TS out of the box with a rich plugin ecosystem. Achieves 98% developer satisfaction and has become the recommended tooling for most modern frameworks.

open-sourceOpen Source
SWC logo

SWC

Super-fast Rust-based JavaScript compiler

SWC is a super-fast JavaScript and TypeScript compiler written in Rust that serves as a drop-in replacement for Babel. It compiles modern JavaScript and TypeScript to backward-compatible versions up to 20x faster than Babel by leveraging Rust performance and parallelism. SWC handles JSX transformation, TypeScript stripping, module transpilation, and minification in a single tool, and powers major frameworks including Next.js, Parcel, and Deno.

open-sourceOpen Source

Related Tools

MCP Context Forge logo

MCP Context Forge

IBM-backed ContextForge gateway for federating MCP, A2A, REST, and gRPC APIs

MCP Context Forge is IBM’s Apache-2.0 ContextForge project for operating a gateway, registry, and proxy across MCP servers, A2A agents, REST APIs, and gRPC services. It centralizes discovery, authentication, policy controls, federation, and observability, with deployment paths through PyPI, Docker, and Kubernetes.

open-sourceOpen Source
Mergify logo

Mergify

Merge queue, CI insights, flaky-test controls, and stacked pull requests for GitHub teams

Mergify is a pull request automation platform that keeps main branches green with merge queue batching, merge protections, CI Insights, flaky-test detection, and stacked pull requests. Its Stacks workflow turns commits on one local branch into focused PR chains, helping teams review large AI-generated or feature-heavy changes without losing queue safety.

freemium
Terrateam logo

Terrateam

Open-source GitOps automation for Terraform and OpenTofu pull requests

Terrateam is open-source GitOps infrastructure orchestration for Terraform and OpenTofu pull requests. It automates plans and applies in GitHub workflows, supports monorepos and many workspaces, and adds apply-only locks, OPA/Rego policy checks, cost and drift signals, and approval controls without forcing teams into a separate IaC platform.

freemiumOpen Source
Digger logo

Digger

Open-source IaC orchestration that runs Terraform plans and applies from pull request comments

Digger is an open-source infrastructure-as-code orchestration tool for running Terraform and OpenTofu plan/apply workflows from pull request comments. It uses the team’s existing VCS and CI runners instead of adding a separate runner fleet, supports GitHub, GitLab, and Azure DevOps style workflows, and stores PR-level locks and plan cache in the user’s cloud account.

open-sourceOpen SourceTelemetry
KubeAI logo

KubeAI

Kubernetes operator for serving AI inference workloads

KubeAI is an Apache-2.0 Kubernetes operator for deploying and scaling AI inference workloads, including LLMs, embeddings, reranking, and speech-to-text. It gives platform teams OpenAI-compatible endpoints, model proxy/controller primitives, model caching, scale-from-zero behavior, and cluster-native resource management for self-hosted inference on Kubernetes.

open-sourceOpen Source

kubectl-ai

Google’s open-source Kubernetes assistant that translates natural-language intent into precise cluster operations.

kubectl-ai is an AI-powered Kubernetes assistant from Google Cloud Platform. It acts as an intelligent interface for cluster work, translating operator intent into Kubernetes commands and workflows. The key distinction from reactive diagnosis tools is that kubectl-ai is designed as an interactive natural-language interface for planning and executing Kubernetes operations, with provider configuration and MCP-oriented workflows around the CLI.

open-sourceOpen SourceTelemetry