This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryFixed 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:
- Runs
update-alternatives --set iptables /usr/sbin/iptables-legacybefore starting Docker - Adds the current user to the
dockergroup sodockercommands work withoutsudo - 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
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]