feat: macOS code signing and notarization#3
Merged
Conversation
Specification, implementation plan, research decisions, data model, contracts, quickstart guide, and task list for notarized macOS release. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude Code <noreply@anthropic.com>
checkout v6, setup-python v6, upload-artifact v7, download-artifact v8, action-gh-release v3, import-codesign-certs v7. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude Code <noreply@anthropic.com>
- Add build/entitlements.plist with 4 Hardened Runtime entitlements required for PyInstaller binaries under codesign --options=runtime - Add import-codesign-certs, codesign, ditto, notarytool, and spctl verification steps to macOS job in release.yml - Split checksum step into macOS (hashes .zip) and Linux variants - macOS artifact is now risus-macos-arm64.zip (signed + notarized) - Add guaranteed API key cleanup step with if: always() - Update build.yml to run CI on 005-macos-signed-release branch - Document 6 Apple signing secrets and pre-tag verification in AGENTS.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
build/entitlements.plistwith 4 Hardened Runtime entitlements required for PyInstaller binaries undercodesign --options=runtimerelease.yml.zip) and Linux variants; macOS artifact is nowrisus-macos-arm64.zipif: always()to prevent key leakage on failurebuild.ymlto run CI on this feature branchAGENTS.mdTest plan
AGENTS.md§ Signing Setup)git tag v1.x.y && git push origin v1.x.y) and confirm macOS job completes as "Build & Sign (macos-latest)"risus-macos-arm64.zip(not bare binary)spctl --assess --type execute --verbose risus-macos-arm64— must showacceptedandsource=Notarized Developer IDcodesign --verify --deep --strict --verbose=2 risus-macos-arm64— must exit 0specs/005-macos-signed-release/tasks.md)🤖 Generated with Claude Code