VoidZero’s Experimental Oxc Angular Compiler with Up to 20x Faster Build Performance

· Source: InfoQ · Field: Technology & Digital — Software Development & Engineering, Artificial Intelligence & Machine Learning, Emerging Technologies & Innovation · Depth: Advanced, quick

Summary

VoidZero, known for the Vite build tool and Oxc JavaScript toolchain, has released an experimental Angular compiler written in Rust, significantly improving build performance over the existing Angular CLI compiler. Released on April 10, 2026, for research, the Oxc Angular Compiler integrates as a Vite plugin with Hot Module Replacement (HMR). Benchmarks show it is 6.4x faster than Angular CLI on the Super Productivity codebase and 20.7x faster than Webpack with "@ngtools/webpack" on Bitwarden's codebase. This performance gain comes from implementing the template compiler natively in Rust using Oxc and NAPI-RS, reducing reliance on TypeScript's semantic checker. The project was developed over two months with AI coding agents Claude Code and Codex, guided by experienced engineers.

Key takeaway

For Angular developers evaluating build toolchains, VoidZero's experimental Oxc Angular Compiler demonstrates substantial performance improvements, with one integration showing a build time reduction from 47 seconds to 1.5 seconds. While currently for research and lacking further maintenance plans for template type checking, you should monitor Angular's official roadmap for similar native compiler initiatives, as this approach could become standard for future high-performance Angular applications.

Key insights

A Rust-based Angular compiler significantly boosts build performance by reducing TypeScript compiler dependency.

Principles

Method

The Oxc Angular Compiler implements template compilation natively in Rust, integrating with Vite via NAPI-RS to minimize TypeScript semantic checking overhead, resulting in faster builds.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by InfoQ.