Problem
The Homebrew tap (Fallout-build/homebrew-fallout, #129) has a scaffolded fallout formula but no installable source. Fallout.GlobalTools is public on GitHub Packages, but GitHub's NuGet registry requires auth even for public packages — anonymous download is 401 (authed works; anonymous doesn't). nuget.org has nothing yet (publish waits for the first release/2026 tag). So a public brew install fallout has nowhere token-free to pull from.
Outcome
brew tap Fallout-build/fallout && brew install fallout installs a preview of the CLI on arm64 macOS with no auth — the formula pulls a preview artifact from an anonymously-downloadable source.
Acceptance criteria
Notes
Problem
The Homebrew tap (Fallout-build/homebrew-fallout, #129) has a scaffolded
falloutformula but no installable source.Fallout.GlobalToolsis public on GitHub Packages, but GitHub's NuGet registry requires auth even for public packages — anonymous download is401(authed works; anonymous doesn't). nuget.org has nothing yet (publish waits for the firstrelease/2026tag). So a publicbrew install fallouthas nowhere token-free to pull from.Outcome
brew tap Fallout-build/fallout && brew install falloutinstalls a preview of the CLI on arm64 macOS with no auth — the formula pulls a preview artifact from an anonymously-downloadable source.Acceptance criteria
Formula/fallout.rbpoints at it with realurl+sha256;brew install falloutsucceeds on arm64 macOS (net10.0 tool on breweddotnet).Notes