Skip to content

dl4rce/flaiwheel

v3.9.23 Bugfix

This release fixes issues for SREs watching stability and regressions.

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

✓ No known CVEs patched in this version

Affected surfaces

breaking_upgrade

Summary

AI summary

Fixed Docker daemon startup on WSL2 by switching to iptables‑legacy and updating install commands.

Full changelog

What's New in v3.9.23

Fixed

Docker daemon start on WSL2 — iptables-legacy

Docker Engine on WSL2 often fails to start silently because the default iptables-nft backend is not supported by the WSL2 kernel. The installer now:

  1. Runs update-alternatives --set iptables /usr/sbin/iptables-legacy before starting Docker
  2. Adds the current user to the docker group so docker commands work without sudo
  3. Applied in both the post-install and daemon-start blocks

All install commands updated

Every displayed install/re-run command throughout the script — error messages, generated AGENTS.md, Cursor rules, Claude instructions — now uses bash <(curl ...) to avoid WSL2 pipe issues.

For the WSL2 user right now

sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo service docker start
bash <(curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh)

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]