Skip to content

dl4rce/flaiwheel

v3.7.3 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed infinite curl loop caused by re-downloading and re‑executing the old version of the install script.

Full changelog

What's new in v3.7.3

Bug fix: infinite curl loop

Root cause: The curl | bash re-exec block was re-downloading from /main/, which GitHub's CDN was still serving as the old version (without the fix). The old version would re-exec itself again from /main/, creating an infinite loop of curl + bash processes consuming CPU.

Fix:

  • If the script is already on disk ($0 is a file), re-exec it directly with </dev/tty — no download needed
  • If truly piped via curl | bash, download from the pinned tag v${_FW_VERSION} instead of /main/ — bypasses CDN cache entirely
  • Added _FW_VERSION variable at the top of the script — single source of truth, auto-used in the pinned URL

Result: curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash now works correctly even when /main/ is CDN-cached.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track dl4rce/flaiwheel

Get notified when new releases ship.

Sign up free

About dl4rce/flaiwheel

Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.

All releases →

Beta — feedback welcome: [email protected]