macOS release

Review the change.
Understand the risk.

A local-first review workspace that turns sprawling pull requests into a guided path through behavior, evidence, tests, and uncertainty.

Preparing releaseUniversal macOS build

Checking the latest notarized release…

Read the setup guide
PR #184✓ Evidence linked
Review arc
  1. 01Behavioral change
  2. 02Authorization boundary
  3. 03Failure recovery
  4. 04Test coverage
Current evidence

internal/review/publish.go

88 if preview.Digest != digest {
89   return ErrPreviewChanged
90 }
91 return github.Publish(preview)
Inference

Publishing is bound to the exact preview the reviewer confirmed.

A review instrument, not an approval bot

01

Evidence before assertion

Every risk and inference traces back to the exact revision, file, and line that supports it.

02

Your repositories stay yours

ReviewArc uses isolated managed caches. It never modifies your working checkouts or runs project commands.

03

You make the decision

Analysis guides attention. Notes stay private. Nothing reaches GitHub without explicit confirmation.