Cvx optimization on platforms which don't have matlab

I am building an optimization tool which needs to be operated on user machines without Matlab. For those purposes I am using Matlab compiler run-time which allows me to create standalone executable files which can be run on computers without having matlab installed. I wanted to ask if I have to do the optimization using cvx, will I be able to package the cvx tool and run it along with other matlab files?

I’m afraid not. CVX is not compatible with the MATLAB Compiler.