Skip to content

dl4rce/flaiwheel

v3.7.5 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 3mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Dockerfile build performance improved up to 100x using uv.

Full changelog

What's changed

Performance

  • Dockerfile: replaced pip install with uv in 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

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]