This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryDockerfile build performance improved up to 100x using uv.
Full changelog
What's changed
Performance
- Dockerfile: replaced
pip installwithuvin the builder stage- uv is a Rust-based package installer that uses all CPU cores in parallel
- Typically 10-100x faster than pip for the dependency-heavy install
- Injected as a single static binary via
COPY --from=ghcr.io/astral-sh/uv:latest— no weight added to the runtime image - Runtime stage is unchanged; only the builder stage is affected
How to upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/v3.7.5/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]