Skip to content

Flux v0.1.0

Choose a tag to compare

@martin-k-m martin-k-m released this 16 Jul 19:41
76ca794

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

  • .flux configuration 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/flux

Roadmap (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