Binarium
Easy-to-use, zero-configuration tool to create executables of your Node, Deno or Bun projects for all platforms and architectures.
The construction of the binary allows compilation on arm64 and x64 architecture.
If you compile on an
x64system it will not create the binaries forarm, but if you compile onarmit will create the binaries for both architectures.
🔑 Installation
bash
npm install binariumbash
pnpm install binariumbash
yarn add binariumbash
bun add binariumbash
deno add binarium
