Installation of tjs on raspberry pi 64 bits fails

Trying to install tfjs for hours, and fail.
I have a RaspiOS (debian 11, 64 bits) and node 16.16.

npm install @tensorflow/tfjs-node
npm ERR! code 1
npm ERR! path /tmp/node_modules/@tensorflow/tfjs-node
npm ERR! command failed
npm ERR! command sh -c node scripts/install.js
npm ERR! CPU-linux-3.18.0.tar.gz
npm ERR! * Downloading libtensorflow
npm ERR! /tmp/node_modules/@tensorflow/tfjs-node/scripts/install.js:106
npm ERR!     throw new Error(`Unsupported system: ${libType}-${platform}-${os.arch()}`);
npm ERR!           ^
npm ERR!
npm ERR! Error: Unsupported system: cpu-linux-arm64

Have anyone know how to solve this error?