Alternatives to Nx

A monorepo build system with caching and task orchestration for faster local builds and CI. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Nx.

  • Bazel

    An open-source build and test system for multi-language projects, with incremental builds and caching.

    Bazel is a fully free build system with local and distributed caching for large multi-language monorepos, though its build files and rules take longer to learn.

Similar software

Related functionality, not a direct replacement.