Skip to content
Christoph Wille edited this page Jun 14, 2026 · 1 revision

You can grab latest master build artifacts from any of the latest succeeded builds via Workflow runs

Note that none of the artifacts are signed in our CI builds. This means on some platforms that you need to take additional steps.

Running the macOS artifact

When downloading the macOS bits, you get a zip file that contains an .app artifact. After unzipping and moving to Applications, on running you will see the following error:

“ILSpy” is damaged and can’t be opened. You should move it to the Trash.

No worries, that is just macOS protecting you. To make ILSpy run, issue the following command from the terminal:

sudo xattr -cr /Applications/ILSpy.app

And now you are all set and ILSpy will start properly.

Clone this wiki locally