Homebrew tap for Cascade — a cross-platform cloud storage filesystem client built in Rust.
brew tap mearman/cascade
brew install cascadeThe formula installs pre-built binaries from GitHub Releases. Builds are available for macOS (Apple Silicon, Intel) and Linux (x86_64, ARM64).
To update:
brew upgrade cascadeTo uninstall:
brew uninstall cascade
brew untap mearman/cascadeStandard Homebrew tap layout with a single formula at Formula/cascade.rb. The formula downloads platform-specific pre-built tarballs from GitHub Releases and installs the cascade binary.
New versions are published automatically: semantic releases from the upstream Mearman/cascade repo trigger CI that regenerates the formula with updated URLs and SHA256 checksums. The Cascade repo owns the release automation; this tap only receives the updated formula.
Dependabot checks for GitHub Actions updates weekly (Mondays), using the ci: commit prefix.
Conventional commits (feat:, fix:, docs:, chore:, ci:). The commit history on main is the authoritative style reference.
The formula is auto-generated by CI — do not edit Formula/cascade.rb manually. Version bumps, URL changes, and checksum updates are all handled by the upstream release pipeline. Manual edits will be overwritten on the next release.