Downloads are in the releases
mkdir -p /opt/libnode
curl -L --url https://github.com/alshdavid/libnode-prebuilt/releases/download/v22.15.0/libnode-linux-amd64.tar.xz \
| tar -xJvf - -C /opt/libnode
This includes a small patch to add a node_embedding_main
C function for embedders coming from languages that cannot use C++ bindings (Like Rust, C#, etc).