Is there a way to compile node.js source files? [duplicate]

I maybe very late but you can use “nexe” module that compile nodejs + your script in one executable: https://github.com/crcn/nexe

EDIT 2021: Nexe’s latest release is from 2017 and it appears that development has otherwise slowed, so the more-widely-used alternative from Vercel should also be considered these days: pkg

Leave a Comment