Skip to content

Codex Styler 0.1.0-alpha.8 — macOS & Windows Alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:52
50bdfde

Codex Styler 0.1.0-alpha.8

This Alpha adds the first directly installable Windows x64 preview alongside the existing macOS Apple Silicon build. It also fixes the runtime layer boundaries that could hide Codex settings, panels, and docked tabs after a theme was applied.

Release tag: v0.1.0-alpha.8

Download and install

macOS 13+ on Apple Silicon

  1. Download Codex-Styler_0.1.0-alpha.8_aarch64-unsigned.dmg.
  2. Compare its SHA-256 digest with SHA256SUMS.txt.
  3. Open the DMG and drag Codex Styler to Applications.
  4. On first launch, Control-click Codex Styler and choose Open.

The macOS app is ad-hoc signed but does not have an Apple Developer ID signature and is not notarized. Do not disable Gatekeeper globally.

Windows 11 x64

  1. Download Codex-Styler_0.1.0-alpha.8_x64-unsigned-setup.exe.
  2. Compare its SHA-256 digest with SHA256SUMS.txt.
  3. Run the per-user installer.

The Windows installer is not Authenticode-signed, so Microsoft Defender SmartScreen may show an unknown-publisher warning. Review the checksum and GitHub build attestation before continuing; do not disable SmartScreen globally.

What changed

  • Added a Windows x64 NSIS installer and its Tauri updater signature.
  • Added both darwin-aarch64 and windows-x86_64 to the signed static updater manifest.
  • Prevented injected backgrounds from covering Codex settings and other full-page views.
  • Preserved native Portal and Toast stacking contexts.
  • Kept docked right-panel tabs visible above the themed fixed title bar.
  • Made generated theme validation independent of Windows CRLF checkout conversion.
  • Updated serde_with to 3.21.0 to remove the patched KeyValueMap serialization advisory from the release lockfile.

Release evidence

  • SHA256SUMS.txt covers both installers and the macOS updater archive.
  • Codex-Styler_0.1.0-alpha.8.spdx.json exports the repository dependency graph as SPDX 2.3.
  • GitHub artifact attestations cover both installers, and the release includes signatures for each platform updater artifact.
  • latest.json is the Tauri static updater manifest for macOS Apple Silicon and Windows x64.

Verify an installer with GitHub CLI:

gh attestation verify Codex-Styler_0.1.0-alpha.8_aarch64-unsigned.dmg \
  --repo xuhuanstudio/codex-styler

gh attestation verify Codex-Styler_0.1.0-alpha.8_x64-unsigned-setup.exe \
  --repo xuhuanstudio/codex-styler

Alpha limitations

  • macOS Intel is not included.
  • macOS notarization and Windows Authenticode signing are still required before v1 Stable.
  • The Windows package is produced and structurally verified on GitHub's Windows Server 2022 runner. Full Windows 11 install, managed Codex launch, apply, restore, update, and uninstall acceptance remains a real-device release gate.
  • Codex Desktop can change internal UI structure. Enhanced mode applies the full semantic theme and falls back only when live runtime health checks find an actual problem; Conservative mode keeps the effect isolated.

Codex Styler is unofficial and is not affiliated with, endorsed by, or sponsored by OpenAI.