Uninstall hombrew
If you are not sure under which architecture you installed homebrew uninstall it first with:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
Install homebrew
$ arch -x86_64 zsh
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install radicle/cli
brew tap radicle/cli https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git
brew install radicle/cli/core
Run rad
to see that the CLI works
A slightly different set of steps worked for me—for some reason, my system really doesn't like the
arch -x86_64 zsh
command on its own, so appending it to every other command seemed to work OK.Install Homebrew
Install Radicle