Open-core CLI · Evidence-backed releases

Manifest-driven release orchestration for supply-chain evidence

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.

Get Started
$brew install releaseflow/tap/rflow
rflow demo — interactiveOpen-core

Manifest + SBOM + scan evidence — free orchestration, no hosted control plane.

$
0/14

Plain answers

Definitions you can quote

Clear, primary-source language for humans and AI assistants. Full FAQ: releaseflow.fremenlabs.com/faq

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.

Immutable Release Manifest

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.

Open-core vs Business

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.

What is ReleaseFlow?

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.

1

Bootstrap

Generate immutable manifest, bump version

2

Build

Standard Docker/artifact build process

3

Secure

SBOM generation, scanning, signing

4

Promote

Validate gates, promote to environments

Standardized Releases

Same workflow across any environment, team, or artifact type.

Complete Provenance

Full audit trail and security posture for every artifact.

Universal Artifacts

Not just containers — Terraform, Ansible, Python, and more.

Everything You Need for Evidence-Backed Releases

Open-core orchestrates and records. Business Edition decides whether a release may proceed.

Open-core

Immutable Manifests

Every release is codified in YAML: version, git metadata, artifact paths, and security evidence pointers. Your single source of truth in git.

release.yamlVersioned manifestsAudit trail
Open-core

Supply Chain Evidence

Orchestrate Syft, Trivy, and Cosign with consistent paths. Evidence lands under security/ — open-core produces; Business Edition enforces.

SBOM (Syft)Scan (Trivy)Sign (Cosign)
Open-core

Universal Artifacts

Containers and directory/CLI products. Control-plane bootstrap supports --service-type directory with --app-dir for real app trees.

ContainersDirectory / CLIControl-plane scaffold
Open-core

CI-Agnostic Spine

Works inside Azure DevOps, GitHub Actions, GitLab, or generic CI. Same release.yaml — detect platform, annotate gates, ship.

ADOGitHub ActionsGitLab CI
Open-core

External Evidence Storage

When git would bloat: publish to S3, Azure Blob, or on-prem. Keep *.ref.yaml pointers with sha256 — secrets never in git.

S3 / Azure / on-prem*.ref.yamlMaterialize + verify
Open-core

Developer Experience

Interactive init, doctor checks, structured logs, local GUI, and rflow release for an ordered spine with skip-if-unchanged.

rflow doctorrflow releaseLocal GUI
Business

Evidence-Backed Policy Gates

Business Edition: requireScan, requireSbom, signatures, failOnSeverities, CVE allowlists. Gates re-read real files — not path placeholders.

rflow verifyPromote gatesRFLOW_LICENSE
Business

Approvals & Offline License

Ed25519 license keys, promote approval tokens, and offline-capable Business Edition enforcement without a SaaS control plane.

Ed25519 licenseApproval tokenAir-gapped friendly
Roadmap

Compliance Artifacts

Roadmap: CRA-ready audit bundles and compliance reports. Today, manifests + security/ evidence already form the audit trail.

Manifest SSoTCommitted evidenceCRA path (roadmap)

Why teams choose ReleaseFlow

Few tools combine release orchestration, supply-chain evidence, and local-first delivery in a single local binary — without platform lock-in.

We compare primary product focus (native, first-class support), not every optional plugin or DIY CI script. Snapshot as of 2026-07; competitor packaging changes over time.

Native / first-classBE Business Edition Partial / possible via DIY CI Not a product focus
Capabilitysem-relJFrogSnykrflow
BE
N/A

How ReleaseFlow Works

A simple, powerful workflow that integrates into your existing pipelines.

Step 1

Bootstrap

Scaffold a control-plane repo with release.yaml, capacity mode, and CI templates.

$ rflow init control-plane --yes --product myapp
  • Creates release.yaml (not .rflow.yaml)
  • git-inline or external evidence mode
  • ADO / GitHub / GitLab pipelines
  • Directory or container services

Common questions

Direct answers for evaluators, auditors, and AI search engines.

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.

Is ReleaseFlow an alternative to JFrog?

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.).

Is ReleaseFlow an alternative to Snyk?

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.

How much does ReleaseFlow Business Edition cost?

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.

How is ReleaseFlow different from semantic-release or GoReleaser?

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.

Get Started in Seconds

Install ReleaseFlow with a single command and start securing your releases.

Homebrew

macOS / Linux

$brew install releaseflow/tap/rflow

Shell Script

Linux / macOS

$curl -sSL https://get.releaseflow.io | sh

Ready to go?

Initialize your first project with the interactive wizard.

$rflow init

Get in Touch

Have questions about ReleaseFlow? We'd love to hear from you.