brew tap lunatic-cat/tap
brew install ipfs-cluster-ctl
brew install ipfs-cluster-service
or if you want to build both from source
brew install ipfs-cluster
This conflicts with squashfs@homebrew-core. You can cafely uninstall it, this is drop-in replacement.
brew install lunatic-cat/tap/squashfs
Reading image on OSX requires osxfuse & squashfuse
# archive
mksquashfs dir dir.zstd.sfs -comp zstd -Xcompression-level 22
# osx usage
squashfuse dir.zstd.sfs mnt
# linux usage
mount -o loop dir.zstd.sfs mnt