feat(macos): ship signed universal releases and Homebrew cask - #127
Merged
Conversation
yashranaway
marked this pull request as ready for review
August 13, 2026 04:46
yashranaway
approved these changes
Aug 13, 2026
yashranaway
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the universal build, hardened-runtime signing, notarization/stapling validation, Homebrew handoff, documentation, and fail-closed release gates. Full CI, real macOS E2E, both Linux archives, universal macOS packaging, and multi-platform container validation are green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
arm64andx86_64executables.Security
0600and is removed in an always-run cleanup step.com.headless.app.Accepted; the stapled app is then revalidated with strict code signing and Gatekeeper.Homebrew tap
The public tap is LockInTime/homebrew-headless. Its self-updating workflow independently verifies release checksums, Developer ID signatures, hardened runtime, secure timestamps, universal architectures, stapling, Gatekeeper, and Homebrew style before updating the cask.
Verification
pnpm testpnpm test:runtimepnpm test:e2e:macpnpm test:e2e:linuxpnpm --filter @headless/web lintpnpm --filter @headless/web buildHEADLESS_ARCHS='arm64 x86_64' ./apps/headless/build.sh./apps/headless/Tests/macos-distribution.sh apps/headless/Headless.app 1.0.2 adhoc 'arm64 x86_64'arch -arm64andarch -x86_64actionlint,shellcheck, shell syntax checks,git diff --check, and Prettier 3.6.2Tagged signing and notarization require the repository secrets documented in
apps/headless/docs/P3.md. Pull request CI intentionally exercises the universal packaging path without contacting Apple.Closes #39