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
x64
system it will not create the binaries forarm
, but if you compile onarm
it will create the binaries for both architectures.
🔑 Installation
bash
npm install binarium
bash
pnpm install binarium
bash
yarn add binarium
bash
bun add binarium
bash
deno add binarium