docs: document direct-download native binaries in README#111
Merged
Conversation
Each GitHub release ships unsigned NativeAOT binaries for osx-arm64, linux-x64, and win-x64, but the README only covered brew / winget / dotnet tool. Add an Install subsection with per-platform download snippets (curl/tar, Invoke-WebRequest), call out the missing code signing and the Gatekeeper/SmartScreen workarounds, and cross-link from the existing "Do I need .NET installed?" FAQ. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Move the detailed native binary install instructions out of the Install section to reduce clutter, keeping a short note with an anchor link. Document that libonigwrap is optional (syntax highlighting only) and fix the binary size from ~8 MB to ~20 MB. Co-Authored-By: Claude Opus 4.6 (1M context) <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
osx-arm64.tar.gz,linux-x64.tar.gz,win-x64.zip) that already ship with every GitHub release.curl+tar+xattr -d com.apple.quarantinefor macOS,curl+tar+chmodfor Linux,Invoke-WebRequest+Expand-Archivefor Windows.dotnet tool install.Why
Releases have shipped these binaries since the v0.5 / Makefile work merged, but the README only documented
brew,winget, anddotnet tool install. Users (and AI agents) who want a no-runtime, no-package-manager install path had no instructions and no warning about the missing code signing.Doc-update gate
specs/clet-spec.mdnot touched.tests/SPEC.mdnot touched.Test plan
#native-binaries-direct-download) resolves on github.com.