New Release: Vault Phase 1 (real vault)

I faced the same issue on a pi4 : the binaries released by Maidsafe are not built against arm platform.
But I could successfully build the vault, cli, and cli authentication on the pi, simply by cloning the respective git repos, and issuing a ‘cargo build’ command.
This worked out of the box under raspbian buster, provided that rust was installed with rustup and libssl-dev is installed too.

10 Likes