This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed 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 (
$0is a file), re-exec it directly with</dev/tty— no download needed - If truly piped via
curl | bash, download from the pinned tagv${_FW_VERSION}instead of/main/— bypasses CDN cache entirely - Added
_FW_VERSIONvariable 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
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.
Related context
Beta — feedback welcome: [email protected]