feat(install): why your computer will warn you about the download — and how to skip it - #17
Merged
Merged
Conversation
…e they download The engine repo now explains the unsigned builds in three places, and none of them is where someone actually decides to click Download. This is that place. Shown ONLY when the release genuinely carries a platform bundle (`macAsset || winAsset`). The wheels are not signed either, but pip does not warn about them -- a Gatekeeper explanation beside a wheels-only release would be a warning about nothing. Verified in both states: absent on today's v0.10.0, present in all three locales once a .dmg and a .zip appear in the release data. WHAT IT SAYS, AND WHY IN THOSE WORDS. It names the cost. Apple's certificate is $99/yr, there is no cheaper tier and no free open-source tier, and a certificate we made ourselves would do nothing because macOS trusts only Apple-issued ones. A visitor told a build is unsigned with no reason assumes carelessness; a visitor told what it costs and that the project cannot commit to it has been given a fact they can weigh, and it happens to be true. It refuses to end on "click Open Anyway". keel is a program a visitor may hand exchange API keys to, so `gh attestation verify` and SHA256SUMS are part of the note rather than a footnote to it, with a plain instruction not to open the file if either check fails. And it corrects what the warning is NOT. "Damaged" is what macOS sometimes says and it is not what happened; nothing was scanned and nothing was detected. Leaving that uncorrected is how a working download gets deleted. Styled with the notice palette, not an alarm one. The message is "your computer will stop you, here is why, here is how to check what you have" -- a red box would say "something is wrong". Full copy in en/ar/fr, all three revs moved together so no locale is left stale. `astro check` clean (0 errors); build clean at 41 pages. Links to the full page in the engine repo (docs/desktop-install.md) rather than duplicating it, so the two cannot drift.
…gned-build note Someone reading a security warning is deciding whether to proceed, and the most useful thing to hand them at that exact moment is "there is a path with no warning at all". The five-minute source section was already further down the page; this puts the offer where the decision is being made and anchors straight to it. It is honest about the trade rather than selling it: that path needs a terminal and Python 3.11+, which is precisely the friction the desktop app exists to remove -- but if you already have both, it is the shorter road, and nothing is downloaded as an application so no OS warns about anything. en/ar/fr, `astro check` clean, and verified in a build with platform bundles present: the block renders in all three locales, the anchor resolves, and the target section now carries the id.
|
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.


Companion to CodeGateSoftware/keel#463, which ships the first macOS/Windows builds unsigned.
The engine repo explains the unsigned builds in three places — the
.dmgitself,docs/desktop-install.md, and the release notes. None of them is where someone actually decides to click Download. This is that place.Shown only when there is something to warn about
Gated on
macAsset || winAsset. The wheels are not signed either, but pip does not warn about them — a Gatekeeper explanation beside a wheels-only release would be a warning about nothing.Verified in both states: absent on today's v0.10.0, present in all three locales once a
.dmgand a.zipappear in the release data.What it says, and why in those words
It names the cost. Apple's certificate is $99/yr, there is no cheaper tier and no free open-source tier, and a certificate we made ourselves would do nothing because macOS trusts only Apple-issued ones. A visitor told a build is unsigned with no reason assumes carelessness; a visitor told what it costs and that the project cannot commit to it has been given a fact they can weigh — and it happens to be true.
It refuses to end on "click Open Anyway." keel is a program a visitor may hand exchange API keys to, so
gh attestation verifyandSHA256SUMSare part of the note rather than a footnote to it, with a plain instruction not to open the file if either check fails.It corrects what the warning is not. "Damaged" is what macOS sometimes says, and it is not what happened — nothing was scanned and nothing was detected. Leaving that uncorrected is how a working download gets deleted.
And it offers the way out, at the moment the decision is being made. The five-minute source path was already further down the page; the note now points at it and anchors straight to it. Honest about the trade rather than selling it: that path needs a terminal and Python 3.11+, which is precisely the friction the desktop app exists to remove — but if you already have both, it is the shorter road, and nothing is downloaded as an application so nothing warns.
Presentation
Notice palette, not an alarm one. The message is "your computer will stop you, here is why, here is how to check what you have" — a red box would say "something is wrong".
Verification
astro check: 0 errors (77 files).revs moved together, so no locale is left stale.Links to
docs/desktop-install.mdin the engine repo rather than duplicating it, so the two cannot drift.🤖 Generated with Claude Code