VoidZero, the team behind the Vite build tool and the Oxc toolkit, has unveiled an experimental Rust-based compiler for Angular designed to shatter current build-speed records. Released on April 10, 2026, the tool serves as a research prototype aimed at demonstrating the raw efficiency of native tooling within the JavaScript ecosystem.
Internal benchmarks reveal that the Oxc Angular compiler is significantly faster than traditional solutions. It outperformed the standard Angular CLI by 6.4 times on the Super Productivity codebase and showed an even more dramatic 20.7 times improvement over the Webpack-based @ngtools/webpack on the Bitwarden project. The development was completed in just two months through a collaboration between human engineers and AI programming agents.
The speed advantage stems from a fundamental departure from Angular – traditional architecture. While the standard compiler relies on a heavy TypeScript – to – JavaScript transformation process involving deep type analysis, the Oxc version uses a native Rust template compiler. By integrating into Vite through NAPI-RS, it bypasses much of the overhead associated with TypeScript’s semantic checking, allowing for near – instant compilation as applications scale.
Brandon Roberts, the developer of AnalogJS, has already successfully integrated the compiler into Analog to test its real – world impact. His results were striking – build times dropped from 47 seconds to just 1.5 seconds. This represents a 97% reduction in waiting time for developers, fundamentally transforming the local development experience.
The Angular core team has taken notice of the project. In a discussion on the Angular CLI GitHub repository, team member JeanMeche expressed positive sentiment regarding the shift toward high – performance tooling.
Hello, we also share the enthusiasm for the next generation of compilers. We recently updated our roadmap, hinting at work in this direction.
Official roadmap updates from the team suggest that a similar native approach is indeed on the horizon for the framework:
We are currently prototyping and exploring what this support will look like and will release an Angular compiler in the future that is compatible with tsgo and brings the performance benefits of Microsoft’s native port to the Angular ecosystem.
Community members on Reddit have questioned whether this new speed – focused approach can maintain the robust template type checking Angular is known for.
Impressive work! Could you provide details on template type checking and if/will it be implemented? Thanks.
A participant in the Oxc project clarified the current status of the experimental tool and its future development:
No further maintenance is planned, so it is extremely unlikely.
The creation of the compiler also highlighted a modern development workflow. VoidZero utilized Anthropic’s Claude Code and OpenAI’s Codex as “pair programming agents” to handle repetitive AST transformations and boilerplate Rust code. While AI managed the bulk of the repetitive tasks, human engineers focused on high – level architecture and the integration of the Vite plugin.
VoidZero is a specialized JavaScript tooling firm established by Evan You, the creator of Vue.js. The company is currently building a high – performance suite that includes Oxc and Rolldown – a Rust – based bundler expected to be a core component of Vite 8 and future versions.

