Pulseview is not compiled for M1. Found this article: https://nishtahir.com/running-pulseview-on-an-m1-mac/ The work around is installing rosetta to then install [[Homebrew]] under x86_64 What I tried (a lot of these can take a sec to run): - `softwareupdate --install-rosetta` - `arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"` - `arch -x86_64 /usr/local/homebrew/bin/brew install gettext` - `sudo ln -s /usr/local/homebrew/Cellar/gettext/0.21/lib /usr/local/opt/gettext/` - `/usr/local/opt/gettext/` did not exist, so i created it - I had to increment the version number in this command to whatever the version home brew installed was -