Eclaire v0.3.1: Official Containers, Faster Start
•
TL;DR: Eclaire now ships official container images on GHCR. Spin up in minutes with Docker tooling (Compose/CLI). Plus security updates and a revamped CI/CD pipeline.
What’s New
Official container images
You can now run Eclaire in minutes using our official container images, published to GitHub Container Registry:
npm run setup:prod
docker compose up
See the installation guide for more details.
Improved CI/CD
We overhauled our pipeline for faster, more reliable releases:
- Automated Docker builds with GitHub Actions
- Multi-platform support (amd64, arm64)
- Version tagging (e.g., :0.3.1) and rolling :latest
- Consistent builds across all components
Security & Maintenance
This release includes important security updates:
- Dependency upgrades (axios, Hono, Next.js)
- Migration to Zod v4 for stronger type safety
- Routine package refresh across frontend, backend, and workers
Get Started
- GitHub: https://github.com/eclaire-labs/eclaire
- Installation Guide: https://github.com/eclaire-labs/eclaire#installation