Warning
This script is intended only for demonstrating the problem and should not be used in production.
Caution
Never use this in production — it may be illegal. :)
-
Install Docker on your system.
-
Build the bypass image:
docker build https://github.com/qweme32/nuxt-ui-pro-license-bypass.git#main -t nuxt-pro-ui-bypass
-
In your Nuxt project, create a
.env
file with the following content:# Production license for @nuxt/ui-pro, get one at https://ui.nuxt.com/pro/purchase NUXT_UI_PRO_LICENSE=XD_BYPASSED
-
Run the bypass:
docker run --rm -v "$(pwd)/node_modules:/node_modules" nuxt-pro-ui-bypass
-
Aug 21, 2024
First bypass written as a small Python script.
-
June 10, 2025
Nuxt rewrote some build logic and added chunks. Second bypass rewritten in Rust and dockerized for easy use.
Enjoy 😉