Package Strapi project into an executable?

I am wondering if there is a possability of using pkg or nexe to package my project into an executable ?

If pkg or nexe can package any node.js app into a standalone executable app then I think it should work also with Strapi, but you should use server.js file in this case, as I remember these require the entry file. Give it a try and share your feedback with us.

1 Like

Hi!

I’m trying the same thing, making a standalone Strapi app with vercel/pkg, where you able to do it?
I’m having lots of problems… :smiling_face_with_tear: