This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryWSL2 detection and automatic Docker setup removes manual configuration steps.
Full changelog
What's New in v3.9.25
WSL2: fully automatic, zero manual steps
WSL2 is now detected automatically. A dedicated pre-flight block runs before anything else and handles the complete Docker setup:
╔══════════════════════════════════════════════╗
║ WSL2 detected — running pre-flight setup ║
╚══════════════════════════════════════════════╝
[✓] iptables-legacy activated
[✓] User 'flaiwheel' added to docker group
[✓] Docker daemon started
[✓] Docker auto-start added to ~/.bashrc
[✓] WSL2 pre-flight complete
What it does automatically:
| Step | What | Why |
|------|------|-----|
| 1 | Switch iptables to legacy backend | WSL2 kernel doesn't support nftables — Docker container networking fails silently without this |
| 2 | Add user to docker group | Without this, every docker command requires sudo |
| 3 | Start Docker via service docker start | WSL2 has no systemd, systemctl doesn't work |
| 4 | Add auto-start to ~/.bashrc | Docker doesn't survive WSL2 reboots without this |
Install (WSL2 — same command as always)
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]