brew tap lunatic-cat/tapbrew install ipfs-cluster-ctl
brew install ipfs-cluster-serviceor if you want to build both from source
brew install ipfs-clusterThis conflicts with squashfs@homebrew-core. You can cafely uninstall it, this is drop-in replacement.
brew install lunatic-cat/tap/squashfsReading 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