Nx 23 lands agentic migrations, big performance wins across the platform, and a large cleanup of deprecated APIs.
- Nx Agents: 4x faster, 30% cheaper than a standard GitHub Actions setup, thanks to reworked resource classes and smarter task distribution.
- Agentic
nx migrate: AI-assisted, multi-major upgrades that adapt to your stack instead of stopping at what a script can do. - Task sandboxing: OS-level validation of every task read and write against its declared inputs and outputs, so your cache stays correct.
@nx/dotnetis GA: first-class support for .NET and mixed JavaScript/.NET monorepos.- Native TypeScript loading and V8 compile cache on by default, plus shell tab-completion.
Watch the release video or read the full Nx 23 release post for the complete story.
Features
Breaking Changes
Nx 23 removes a number of long-deprecated generators, executors, and APIs. See the breaking changes and deprecations sections of the release post, and the full Nx 23.0.0 release notes for the complete list.


