Skip to content

Releases: arthursoares/uncoded

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:18

Requires macOS 14+. The lens-profile picker needs Adobe Lightroom / Camera Raw installed.

Running the unsigned app

Uncoded isn't code-signed or notarized yet, so macOS will warn that it can't verify the app. It's built by GitHub Actions directly from this repository's tagged source — you can inspect the exact build in the Actions tab.

macOS 15 (Sequoia) and later:

  1. Open the DMG and drag Uncoded into Applications.
  2. Double-click Uncoded. macOS says it "was not opened because it could not verify…" — click Done (not Move to Trash).
  3. Open System Settings → Privacy & Security, scroll down to "Uncoded" was blocked… and click Open Anyway, then confirm.

This is needed only once; afterwards the app opens normally.

macOS 13/14: right-click Uncoded.appOpenOpen.

Terminal alternative (removes the quarantine flag):

xattr -d com.apple.quarantine /Applications/Uncoded.app

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:34

First release. See the README for what Uncoded does.

Requires macOS 14+. The lens-profile picker needs Adobe Lightroom / Camera Raw installed.

Running the unsigned app

Uncoded isn't code-signed or notarized yet, so macOS will warn that it can't verify the app. It's built by GitHub Actions directly from this repository's tagged source — you can inspect the exact build in the Actions tab.

macOS 15 (Sequoia) and later:

  1. Open the DMG and drag Uncoded into Applications.
  2. Double-click Uncoded. macOS says it "was not opened because it could not verify…" — click Done (not Move to Trash).
  3. Open System Settings → Privacy & Security, scroll down to "Uncoded" was blocked… and click Open Anyway, then confirm.

This is needed only once; afterwards the app opens normally.

macOS 13/14: right-click Uncoded.appOpenOpen.

Terminal alternative (removes the quarantine flag):

xattr -d com.apple.quarantine /Applications/Uncoded.app