Skip to content

Brew Windows v0.2.2

Choose a tag to compare

@anubissbe anubissbe released this 22 May 18:31
· 20 commits to main since this release
024ff3d

Native Brew Windows catalog refresh

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.2:

  • Merges the scheduled catalog sync from PR #8.
  • Updates mise from 2026.5.10 to 2026.5.11 with refreshed Windows x64/arm64 release assets and SHA256 hashes.
  • Refreshes catalog/windows-candidates.json from Homebrew metadata.

Validation:

  • PR #8 CI green: PowerShell 7, Windows PowerShell, PSScriptAnalyzer, and Manifest JSON.
  • Main branch CI green after merge.