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
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:
irm https://openfang.sh/install.ps1 | iex) fails with:Release not found for x86_64-pc-windows-msvccurl -fsSL https://openfang.sh/install | sh) also fails on Windows (detects MINGW and redirects to the PS1 installer)cargo install --gitfails with a compile error inopenfang-runtime(E0639: cannot create non-exhaustive structinmcp.rs:310— likely anrmcpdependency 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