Ansel builds for macOS 13, x86_64

Ansel build from master branch for macOS 13 (Ventura), x86_64.
Sources are from https://github.com/aurelienpierreeng/ansel.

All signatures are made with my pgp key found here.

To install Ansel, download the tar.xz/tar.gz/dmg archive below, extract it, and place ansel.app into the /Application folder.

More information

I don't have an Apple Developer ID, so Apple might complain that the binary is from an unverified developer. To solve this, after placing ansel.app into the /Applications folder, remove the com.apple.quarantine attribute:

$ xattr -d com.apple.quarantine /Applications/ansel.app

Note: On my mac (MBP 2019, 16"), the OpenCL devices are swapped compared to what Ansel expect to be the fastest device. Device 0 is the slow Intel one and Device 1 is the faster Radeon card. To make Ansel prefer the fast OpenCL device do the following:

  1. Make sure you have opened Ansel at least once and enabled OpenCL in preferences->processing
  2. Close Ansel and edit the configuration file located at $HOME/.config/ansel/anselrc
  3. Change the value of parameter opencl_device_priority from whatever it is to:
    opencl_device_priority=1,*/1,*/1,*/1,*/1,*
    This will basically exclude device 0. Tweak this to your liking.
  4. Save the file and you are done. To verify that the correct device is preferred, start Ansel from Terminal with the opencl debug flag enabled and do some photo processing (assuming ansel.app is located at the standard location):
    $ /Applications/ansel.app/Contents/MacOS/ansel -d opencl

Latest build (2024-02-12):
Ansel-v0.0.0+729~ge2c4a0a60-i386.dmg [signature]
Previous builds:
ansel-v0.0.0+397~gb285bfcb9.tar.gz [signature]
ansel-v0.0.0+336~g551be1d00.tar.gz [signature]
ansel-v0.0.0+287~g4937a8b41.tar.gz [signature]
ansel-v0.0.0+287~g4937a8b41.tar.gz [ ------- ]
ansel-v0.0.0+270~g4066cdf54.tar.xz [signature]
ansel-v0.0.0+224~g1d54de807.tar.xz [signature]