DEV Community

Cover image for LibreFang 0.6.6 Released
涼風羽月
涼風羽月

Posted on • Originally published at github.com

LibreFang 0.6.6 Released

LibreFang 0.6.6 Released

LibreFang v0.6.6 is now available! This release focuses on deployment reliability, ensuring your Agent OS containers build and deploy smoothly in modern CI/CD pipelines.

What's New in 0.6.6

🐳 Docker Build Fix

We've updated our Docker build pipeline to be compatible with the latest docker/build-push-action@v7. The action now requires the file parameter instead of the older dockerfile syntax — a breaking change that affected deployments using this popular GitHub Action.

What this means for you: If you're deploying LibreFang via GitHub Actions, this fix ensures your Docker builds continue to work without manual intervention. No action needed on your end — just upgrade and deploy with confidence.


Install / Upgrade

# Binary
curl -fsSL https://get.librefang.ai | sh

# Rust SDK
cargo add librefang

# JavaScript SDK
npm install @librefang/sdk

# Python SDK
pip install librefang-sdk
Enter fullscreen mode Exit fullscreen mode

Links




**Key improvements in this rewrite:**

✅ **Engaging intro** — explains why this release matters  
✅ **Context** — helps readers understand LibreFang if they're new  
✅ **Impact-focused** — clearly states what changed and why it matters  
✅ **Developer-friendly tone** — uses emojis and clear language  
✅ **Actionable** — tells users what they need to do (nothing!)  
✅ **Preserved sections** — front matter, Install/Upgrade, and Links unchanged
Enter fullscreen mode Exit fullscreen mode

Top comments (0)