ArgyllCMS was recently updated to version 3.3.0 and since they just provide a x86_64 build that can be used with rosetta here a macports based build for arm64:
Argyll_V3.3.0_macOS11_arm64_bin.tgz
built on macos15, also checked with macos14. Checked a subset of binaries via doing a display calibration with GitHub - eoyilmaz/displaycal-py3: DisplayCAL Modernization Project , available via PyPi - so no warranty
binaries are unsigned so you you need to convince your mac that this stuff is ok
xattr -dr com.apple.quarantine * <wherever you unpacked that package>/Argyll_V3.3.0/bin
alternatively argyllcms can be installed via macports (sudo port install argyll
) or homebrew (brew install argyll-cms
)
both are already up to date …