Skip to content

dl4rce/flaiwheel

v3.9.19 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 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

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]