I just received a report that the Joulescope UI 0.9.2 does not work on MacOS Big Sur 11.0.1. We are currently investigating. Joulescope UI 0.9.2 was built on MacOS 10.15.
We are also looking into the impact of the new M1 chip devices with ARM (rather than Intel) architecture.
In the meantime, you can try running from python directly. First, install brew on your machine. Open a terminal, and type:
brew update
brew upgrade
pip3 install -U joulescope_ui PySide2
You should then be able to run the Joulescope UI using:
python3 -m joulescope
Update: I have confirmed that this works. Also see issue #108.