Skip to content

Brew Windows v0.2.0

Choose a tag to compare

@anubissbe anubissbe released this 17 May 20:15
· 25 commits to main since this release
c6df67c

Native Brew Windows catalog sync

Validated install path:

irm https://github.com/Euraika-Labs/brew-windows/releases/latest/download/install.ps1 | iex
brew install codex
codex --version

New in v0.2.0:

  • Adds automated Homebrew formula metadata sync for Windows-native portable CLI packages.
  • Adds weekly/manual GitHub Actions catalog sync that opens a review PR when generated catalog files change.
  • Seeds generated manifests from a live Homebrew top formula scan: gh, uv, mise, ripgrep, starship, neovim, and just.
  • Records rejection reasons in catalog/windows-candidates.json for formulae that are not safely promotable.
  • Extends validation with catalog sync fixture tests and ScriptAnalyzer coverage for scripts/.

Validation:

  • Main branch CI green on PowerShell 7, Windows PowerShell, manifest JSON, and PSScriptAnalyzer.
  • Local live Homebrew top-50 sync produced 7 promotable candidates.
  • Local install/version/uninstall smoke passed for all generated packages in a prefix containing spaces.