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 using sudo service docker start and providing clear error guidance.
Full changelog
What's New in v3.9.19
Fixed
Docker daemon start on WSL2
WSL2 typically does not run systemd, so systemctl start docker silently failed — Docker was installed but the daemon never started, leaving the installer with [✗] Docker is not running.
The installer now detects WSL2 by checking /proc/version for microsoft and uses sudo service docker start instead.
If Docker is still not running after install, the new error message tells you exactly what to do:
Docker daemon is not running on WSL2.
Start it with:
sudo service docker start
Then re-run the Flaiwheel installer:
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash
Tip: To start Docker automatically on WSL2 login, add this to your ~/.bashrc or ~/.profile:
sudo service docker start > /dev/null 2>&1
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
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]