RStudio in apple silicon M4 without Rosseta and XQuartz

Hi, I would like to be able to remove Rosetta and XQuartz, if possible, and to know if is there a form to enable RStudio to compute on an Apple Silicon M4 processor using OpenBLAS, both for BLAS and LAPACK? I have kept only the arm64 binary of RStudio working, and finally, I was able to get LAPACK pointing to OpenBLAS. However, BLAS was impossible because the architecture of OpenBLAS that R was demanding was arm64, while RStudio was demanding arm64e. It is possible to make both versions work simultaneously, one for each program, but it seems too messy to me.. Thanks a lot.