This repo is contains precompiled binaries for cosmos daemons, specifically for use with the arm64 Mac.
This setup assumes you use zsh. If you do not, you'll need to replace the profile below.
git clone https://github.com/LavenderFive/cosmbins.git
cd cosmbins
# Note: this line doesn't quite work yet
sed -i '.bak' '1s/^/export PATH=$(pwd)\/bin:$PATH\'$'\n/g' ~/.zshrc
source ~/.zshrc