It would be nice as an end user to not have to compile from source. This should be fairly simple other than needing to sign the macos build. Adhoc signing withcodesign -s - <executable> is required to work on Apple Silicon Macs. https://github.com/ScanMountGoat/xc3_lib/blob/8bf328c38c25b13ca92aa8a2c738b4a4442f0b32/.github/workflows/release.yml#L77C9-L77C22
It would be nice as an end user to not have to compile from source. This should be fairly simple other than needing to sign the macos build. Adhoc signing with
codesign -s - <executable>is required to work on Apple Silicon Macs. https://github.com/ScanMountGoat/xc3_lib/blob/8bf328c38c25b13ca92aa8a2c738b4a4442f0b32/.github/workflows/release.yml#L77C9-L77C22