Releases: Euraika-Labs/brew-windows
Releases · Euraika-Labs/brew-windows
Brew Windows v0.2.3
Brew Windows v0.2.3
Published by the release workflow after repository validation.
Included assets:
install.ps1brew-windows-v0.2.3.zipbrew-windows-v0.2.3.zip.sha256
The release workflow generates GitHub artifact attestations for the uploaded release assets.
Brew Windows v0.2.2
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 --versionNew in v0.2.2:
- Merges the scheduled catalog sync from PR #8.
- Updates
misefrom2026.5.10to2026.5.11with refreshed Windows x64/arm64 release assets and SHA256 hashes. - Refreshes
catalog/windows-candidates.jsonfrom Homebrew metadata.
Validation:
- PR #8 CI green: PowerShell 7, Windows PowerShell, PSScriptAnalyzer, and Manifest JSON.
- Main branch CI green after merge.
Brew Windows v0.2.1
Native Brew Windows catalog automation
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.1:
- Latest generated catalog from the automated Homebrew top-200 sync is merged into
main. - Catalog Sync workflow now succeeds even when org policy blocks workflow-created PRs: it pushes
automation/catalog-syncand writes a manual PR URL to the run summary. - Docs now describe the
CATALOG_SYNC_PR_TOKENescape hatch and organization permission requirement for fully automatic PR creation.
Validation:
- Main CI green after catalog automation, workflow hardening, docs, and top-200 catalog merge.
- Catalog Sync workflow dispatch completed successfully and updated
automation/catalog-sync. - PR #7 merged the workflow-generated catalog after normal CI passed.
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.
Brew Windows v0.1.1
Native Brew Windows MVP
Latest validated install path:
irm https://github.com/Euraika-Labs/brew-windows/releases/latest/download/install.ps1 | iex
brew install codex
codex --versionChanges since v0.1.0:
brew --versionnow reports the installed release tag frominstall-manifest.json.- Main CI is green with PowerShell 7, Windows PowerShell, manifest parsing, and PSScriptAnalyzer.
Included:
- PowerShell-native
brewruntime %LOCALAPPDATA%\Homebrewdefault prefix- generic JSON formula catalog
- SHA256-verified package installs
- generated
.ps1and.cmdshims codexformula using official OpenAI Windows release bundles
Brew Windows v0.1.0
Native Brew Windows MVP
This first prototype release provides the native Windows install path:
irm https://github.com/Euraika-Labs/brew-windows/releases/latest/download/install.ps1 | iex
brew install codex
codex --versionIncluded:
- PowerShell-native
brewruntime %LOCALAPPDATA%\Homebrewdefault prefix- generic JSON formula catalog
- SHA256-verified package installs
- generated
.ps1and.cmdshims codexformula using official OpenAI Windows release bundles- Windows CI for PowerShell 7 and Windows PowerShell
Validation before release:
- local
scripts/validate.ps1 - main CI green
- release installer smoke test against a temp prefix
- real
brew install codexsmoke test returnedcodex-cli 0.130.0