Brew Windows v0.2.0
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 --versionNew 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, andjust. - Records rejection reasons in
catalog/windows-candidates.jsonfor 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.