Skip to content

dl4rce/flaiwheel

v3.8.2 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

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 installer crash on re-run by cleaning stale temp files and improving concurrency handling.

Full changelog

What's Changed

Fixed

  • Installer crash on re-runcurl | bash left /tmp/flaiwheel-install-*.sh on disk after a failed or interrupted run. A subsequent install attempt hit mktemp: mkstemp failed: File exists and aborted immediately.

Three-layer fix:

  1. Stale /tmp/flaiwheel-install-*.sh files are cleaned up before mktemp is called
  2. PID ($$) included in temp filename to prevent collisions when two installs run concurrently
  3. Temp file is removed in a background job immediately after exec — the running process keeps an open file descriptor so execution continues unaffected

How to upgrade

curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash

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]