Add verified Linux ARM64 helper releases - #106
Merged
Merged
Conversation
Resolve the EXPECTED_HOST_VERSION doc row: keep this branch's 0.1.13 bump with main's minimum-version wording from #110.
dantraynor
marked this pull request as ready for review
August 16, 2026 20:41
dantraynor
added a commit
that referenced
this pull request
Aug 16, 2026
Resolutions: - Drop the blocking host-version gate from #110 in favor of this branch's non-blocking helper version notice; EXPECTED_HOST_VERSION is gone entirely. - Keep this branch's arch-aware install views and release candidate pipeline, which already cover Linux ARM64 from #106. - Take main's hardened install.sh/install.test.sh (umask, signal traps, curl --disable, checksum-first ordering) and keep the shellcheck CI step alongside pnpm test:installer. - Keep the e2e Chrome sandbox flags (equivalent fix landed on both sides in #111 and here). - Port main's release concurrency group into the candidate workflow.
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.
What
Adds Linux ARM64 host builds, a version-pinned checksum and provenance-aware per-user installer, architecture-aware v0.1.13 install guidance, and corresponding documentation. Hardens CI and release workflows with pinned actions, final-asset checksums and attestations, coordinated notarized macOS packaging, and a reproducible Firefox source archive.
Why
Provides a safe Linux ARM64 installation path while making companion releases complete, consistent, and independently verifiable; no linked issue.
How to Test
pnpm typecheckandpnpm testpnpm test:installerpnpm e2e:chromeandpnpm e2e:firefoxmake host-allChecklist