Skip to content
Nx Powerpack is now exclusive to Nx Enterprise

Nx Powerpack is no longer available as a standalone product. All the packages, including Conformance and Nx Owners, are still maintained and come included with the Nx Enterprise plan.

Nx Powerpack unlocks features of Nx that are particularly useful for larger organizations. Powerpack is available for Nx version 19.8 and higher. The features include the ability to:

Looking for self-hosted caching?

Activating Powerpack is a two-step process.

Talk to your Developer Productivity Engineer to get a license key for your workspaces.

To register the activation key in your repository, run the nx register command.

Terminal window
nx register YOUR_ACTIVATION_KEY

The key will be saved in your repository and should be committed so that every developer has access to the Powerpack features. Only one developer needs to run this. The rest of the team will gain access to Nx Powerpack features once they pull the changes including the checked-in file.

Another option is to use an environment variable in CI.

.env
NX_KEY=YOUR_ACTIVATION_KEY

Whether you use the nx register <your-key> command or set the environment variable, Nx Powerpack does not make any requests to external APIs. No data is collected or sent anywhere.