Flux v0.1.0
Flux v0.1.0 — the first public release.
A local-first developer automation platform: one Rust CLI that builds, tests, packages, and ships a project from a single .flux file.
Highlights
.fluxconfiguration language + dependency-graph engine (parallel steps,needs, retries,only_if)- Intelligent build cache (input scoping + graph-aware invalidation), modules, artifacts & releases
- Encrypted secrets, deployment dispatch, workspaces, policy engine, reproducibility lock
- First-party tools (
fmt/lint/doctor/changelog/version/deps), plugins + PDK, Blink/Killer integration
See CHANGELOG.md for the full list.
Install
No prebuilt binaries yet — build from source with a Rust toolchain:
git clone https://github.com/martin-k-m/flux
cd flux
cargo build --release # binary at target/release/fluxRoadmap (not in this release)
Cross-machine distributed runners, a web dashboard, a REST API & SDKs, a hosted plugin marketplace, and a prebuilt installer.
🤖 Release prepared with Claude Code