Skip to content

Releases: Euraika-Labs/brew-windows

Brew Windows v0.2.3

22 May 19:02
fc28962

Choose a tag to compare

Brew Windows v0.2.3

Published by the release workflow after repository validation.

Included assets:

  • install.ps1
  • brew-windows-v0.2.3.zip
  • brew-windows-v0.2.3.zip.sha256

The release workflow generates GitHub artifact attestations for the uploaded release assets.

Brew Windows v0.2.2

22 May 18:31
024ff3d

Choose a tag to compare

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.

Brew Windows v0.2.1

17 May 20:36
3b8e92f

Choose a tag to compare

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 --version

New 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-sync and writes a manual PR URL to the run summary.
  • Docs now describe the CATALOG_SYNC_PR_TOKEN escape 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

17 May 20:15
c6df67c

Choose a tag to compare

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.

Brew Windows v0.1.1

17 May 19:37

Choose a tag to compare

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 --version

Changes since v0.1.0:

  • brew --version now reports the installed release tag from install-manifest.json.
  • Main CI is green with PowerShell 7, Windows PowerShell, manifest parsing, and PSScriptAnalyzer.

Included:

  • PowerShell-native brew runtime
  • %LOCALAPPDATA%\Homebrew default prefix
  • generic JSON formula catalog
  • SHA256-verified package installs
  • generated .ps1 and .cmd shims
  • codex formula using official OpenAI Windows release bundles

Brew Windows v0.1.0

17 May 19:34

Choose a tag to compare

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 --version

Included:

  • PowerShell-native brew runtime
  • %LOCALAPPDATA%\Homebrew default prefix
  • generic JSON formula catalog
  • SHA256-verified package installs
  • generated .ps1 and .cmd shims
  • codex formula 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 codex smoke test returned codex-cli 0.130.0