serial-monitor-rust
serial-monitor-rust copied to clipboard
MacOS arm binary fails to launch
I downloaded the latest pre-compiled arm binary: https://github.com/hacknus/serial-monitor-rust/releases/tag/v0.3.0
I am running macos 14.6.1 (23G93)
Yes, I have the same issue. Have you tried what is specified in the README.MD:
Running the apple silicon binary may result to the message "Serial Monitor is damaged and cannot be opened.", to get around this you first need to run:
xattr -rd com.apple.quarantine Serial\ Monitor.app
otherwise: running the intel version should also be completely fine.
@cosmikwolf were you able to solve it like this?