feat(repo): one-line macOS installer (curl | bash)#86
Merged
Conversation
Add scripts/install-macos.sh: fetches the latest release DMG, verifies its SHA-256 against the release's SHA256SUMS, installs OCPP DebugKit Studio.app to /Applications, clears the download quarantine, and opens it. Guards for macOS + arm64 and fails loudly on a checksum mismatch. release.yml now publishes a SHA256SUMS asset (checksums of both packages). The README macOS install is collapsed to the one-liner; the manual download / xattr / notarization prose is removed. The installer goes live once a release carrying SHA256SUMS is published (v0.5.2). Verification is integrity against GitHub-over-TLS, not an independent signature.
sepehr-safari
added a commit
that referenced
this pull request
Jul 12, 2026
Bump app.zon to 0.5.2 and date the changelog. This release ships the one-line macOS installer and the SHA256SUMS release asset (#86).
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
A one-line macOS installer —
curl … | bashinstalls the latest release andopens it, with no toolchain and no manual Gatekeeper step.
Closes #85.
Changes
scripts/install-macos.sh— resolves the latest release, downloads the DMG,verifies its SHA-256 against the release's
SHA256SUMS, installsOCPP DebugKit Studio.appto/Applications(sudo only if/Applicationsisn't writable), clears the download quarantine, and opens it. Guards for
macOS + arm64; fails loudly on a checksum mismatch.
release.yml— publishes aSHA256SUMSasset (checksums of both packages).xattr/ notarization prose is gone. The Linux tarball note stays.Notes
carrying
SHA256SUMSships — I'll cut v0.5.2 right after this merges.release), not an independent code signature. Installing via
curlalsosidesteps the browser-download quarantine, so the first launch is clean.
Verified
shellcheck(installer) +actionlint(workflow) clean.SHA256SUMS-format checksum: it parses the name + sha, verifies the match,rejects a tampered sum, and locates
OCPP DebugKit Studio.appin the mountedimage.