Build the binaries from source code

Clone the repository

git clone https://github.com/Azure/azure-storage-fuse/
cd ./azure-storage-fuse
git checkout main

Build BlobFuse2

go get
go build -tags=fuse3

You could move to Configure BlobFuse2