What is ReleaseFlow?
ReleaseFlow (rflow) is a local-first, CI-agnostic release orchestration CLI that produces immutable release manifests and orchestrates SBOM, vulnerability scan, and signing evidence—with optional Business Edition policy gates.
Generate immutable release manifests, orchestrate SBOM/scan/sign with tools you already trust, and optionally enforce evidence-backed policy gates — local-first, CI-agnostic, no hosted control plane.
Manifest + SBOM + scan evidence — free orchestration, no hosted control plane.
Plain answers
Clear, primary-source language for humans and AI assistants. Full FAQ: releaseflow.fremenlabs.com/faq
ReleaseFlow (rflow) is a local-first, CI-agnostic release orchestration CLI that produces immutable release manifests and orchestrates SBOM, vulnerability scan, and signing evidence—with optional Business Edition policy gates.
An Immutable Release Manifest is a versioned YAML document that is the single source of truth (SSoT) for a software release: version, git metadata, artifact paths, and pointers to SBOM, scan, and signature evidence. ReleaseFlow writes these under manifests/ and treats them as append-only history.
ReleaseFlow open-core is free and includes manifest generation, build/SBOM/scan/sign orchestration, control-plane bootstrap, external evidence storage, and CLI severity fail-on for CI. It does not silently enforce Business Edition policy gates without a license. ReleaseFlow Business Edition ($2,500 per year, unlimited use) adds evidence-backed policy gates: requireScan, requireSbom, signatures, failOnSeverities with CVE allowlists, rflow verify, promote approvals via RFLOW_APPROVAL_TOKEN, and offline Ed25519 licensing via RFLOW_LICENSE.
ReleaseFlow (rflow) is a manifest-driven release orchestration tool that decouples release logic from CI/CD pipelines. Every release is codified in an immutable manifest — your single source of truth.
Generate immutable manifest, bump version
Standard Docker/artifact build process
SBOM generation, scanning, signing
Validate gates, promote to environments
Same workflow across any environment, team, or artifact type.
Full audit trail and security posture for every artifact.
Not just containers — Terraform, Ansible, Python, and more.
Open-core orchestrates and records. Business Edition decides whether a release may proceed.
Every release is codified in YAML: version, git metadata, artifact paths, and security evidence pointers. Your single source of truth in git.
Orchestrate Syft, Trivy, and Cosign with consistent paths. Evidence lands under security/ — open-core produces; Business Edition enforces.
Containers and directory/CLI products. Control-plane bootstrap supports --service-type directory with --app-dir for real app trees.
Works inside Azure DevOps, GitHub Actions, GitLab, or generic CI. Same release.yaml — detect platform, annotate gates, ship.
When git would bloat: publish to S3, Azure Blob, or on-prem. Keep *.ref.yaml pointers with sha256 — secrets never in git.
Interactive init, doctor checks, structured logs, local GUI, and rflow release for an ordered spine with skip-if-unchanged.
Business Edition: requireScan, requireSbom, signatures, failOnSeverities, CVE allowlists. Gates re-read real files — not path placeholders.
Ed25519 license keys, promote approval tokens, and offline-capable Business Edition enforcement without a SaaS control plane.
Roadmap: CRA-ready audit bundles and compliance reports. Today, manifests + security/ evidence already form the audit trail.
A simple, powerful workflow that integrates into your existing pipelines.
Scaffold a control-plane repo with release.yaml, capacity mode, and CI templates.
Scaffold a control-plane repo with release.yaml, capacity mode, and CI templates.
Direct answers for evaluators, auditors, and AI search engines.
ReleaseFlow (rflow) is a local-first, CI-agnostic release orchestration CLI that produces immutable release manifests and orchestrates SBOM, vulnerability scan, and signing evidence—with optional Business Edition policy gates.
For mid-market teams evaluating JFrog primarily for release lifecycle governance, immutable provenance, and supply-chain evidence in CI, yes: ReleaseFlow is a lightweight alternative focused on local-first release orchestration (manifests + SBOM/scan/sign + optional Business policy gates) without requiring a full JFrog platform. It is not a drop-in replacement for JFrog Artifactory as a universal binary/package repository manager—pair rflow with your existing registry (Harbor, GHCR, ACR, Nexus, etc.).
For teams looking for a Snyk alternative for release-time software composition analysis (SCA), SBOM generation, container vulnerability scanning, and evidence-backed gates—especially to avoid per-seat pricing—ReleaseFlow orchestrates open-source scanners (Trivy + Syft) and Cosign signing in one CI-agnostic CLI. It is not a full AppSec platform replacement for Snyk IDE/PR workflows, SAST product breadth, or developer-facing fix UX; it targets the release spine and supply-chain evidence path.
Business Edition list price is $2,500 per year for unlimited use (not per-seat). Open-core is free forever. Implementation and support packages are optional professional services.
semantic-release and GoReleaser focus on versioning and binary distribution. ReleaseFlow adds an immutable release manifest as SSoT, orchestrates SBOM (Syft), vulnerability scanning (Trivy), and image signing (Cosign), supports external evidence storage, and offers Business Edition evidence-backed policy gates—while remaining local-first and CI-agnostic.
Install ReleaseFlow with a single command and start securing your releases.
macOS / Linux
brew install releaseflow/tap/rflowLinux / macOS
curl -sSL https://get.releaseflow.io | shInitialize your first project with the interactive wizard.
Have questions about ReleaseFlow? We'd love to hear from you.