Skip to content

v0.5.7 missing Windows binary assets #929

@SenzuGod

Description

@SenzuGod

Problem

The v0.5.7 release has 0 binary assets attached, while v0.5.6 and all prior releases have 23 assets each (including openfang-x86_64-pc-windows-msvc.zip).

This means:

  • The PowerShell installer (irm https://openfang.sh/install.ps1 | iex) fails with: Release not found for x86_64-pc-windows-msvc
  • The shell installer (curl -fsSL https://openfang.sh/install | sh) also fails on Windows (detects MINGW and redirects to the PS1 installer)
  • Building from source via cargo install --git fails with a compile error in openfang-runtime (E0639: cannot create non-exhaustive struct in mcp.rs:310 — likely an rmcp dependency version mismatch)

Expected

v0.5.7 should include the same platform binaries as v0.5.6 (macOS, Linux, Windows — x86_64 and aarch64).

Workaround

Manually downloading the v0.5.6 binary from the releases page and extracting to ~/.openfang/bin/.

Environment

  • Windows 11 x86_64
  • Previously on v0.4.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions