Skip to content

As a macOS user I can install the fallout CLI via Homebrew #496

Description

@ChrisonSimtian

Problem

No first-class way to install the fallout CLI (the .NET global tool Fallout.GlobalTools, command falloutsrc/Fallout.Cli) on macOS. The tap (Fallout-build/homebrew-fallout) exists with a scaffolded fallout formula, but it's on placeholders with no anonymous source to install from (#482). This is the CLI counterpart to the agent story #122.

Outcome

brew tap Fallout-build/fallout && brew install fallout installs the CLI on arm64 macOS with no auth and brew-managed upgrades. Formula installs via depends_on "dotnet" + dotnet tool install (not a self-contained binary).

Acceptance criteria

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions