AppleSilicon 機を手に入れたのでとりあえず IPFS を入れます。
a. IPFS Command-line
M1-based MacsYou can install IPFS on M1-based Macs by using the
darwin-arm64
binary instead of theamd64
binary listed in these instructions.https://docs.ipfs.io/install/command-line/#official-distributions
dist から tar ファイルをもらう時に arm を指定します。バージョンはよしなに読み替えてください。
$ curl -O https://dist.ipfs.io/go-ipfs/v0.12.1/go-ipfs_v0.12.1_darwin-arm64.tar.gz $ tar -xvzf go-ipfs_v0.12.0_darwin-amd64.tar.gz $ cd go-ipfs $ bash install.sh
これだけでした。
b. IPFS Desktop
ネイティブ版は大絶賛開発中でした。楽しみに待っています。
https://github.com/ipfs/ipfs-desktop/pull/1856
Intel 版を Rosseta2 で動かしましょう。
https://github.com/ipfs/ipfs-desktop/releases
リリースページから.dmg
ファイルをダウンロードして実行しましょう。以上です。