CLI on raspberry pi's?

In the past I ran the CLI. Using the balena cloud to manage mostly pi devices. Want to setup a standalone (not balenaOS) pi to use the CLI.

I’m having problems getting it to install via NPM. I thought from rust memory that used to work?

Is the CLI intel and mac only? Or other 64bit linux devices?

To be very clear, I’m not wanting to install it on my balenaOS devices. This would be a debian/ubuntu standalone pi4.

Any tips appreciated

Hello, Yes the CLI should work fine on a Pi running Linux. While NPM installation is supported, it is not recommended for general use. We provide standalone binaries, which should get you up and running quickly. Please follow the instructions here:

Thank you