Development records for the Ferro products that are publicly available today — one page per product, with the measured build record behind each one: first commit, commit counts, code size, test counts, the quality gates it passed, and — just as important — what is not being claimed.

As of 2026-07-10, five Ferro products are live on AWS Marketplace:

ProductCompat targetVersionDevlog
FerroSCASBOM / SCA / vulnerability management (CycloneDX, SPDX)v1.0.0record
FerroDruidApache Druid–compatible OLAPv1.0.0record
FerroStashLogstash-compatible pipeline (source on GitHub)v1.0.0record
FerroAirApache Airflow™ 3.x orchestrationv0.1.0record
FerroRepoUniversal artifact repository (OCI, Cargo, Maven, PyPI, Helm, Go, APT/YUM)v0.1.0record

The fleet these came from, measured

The five public products are part of a larger fleet. Measured 2026-07-10 with git and tokei (code lines exclude comments, blanks, and anything in .gitignore; test counts are #[test]/#[tokio::test] annotations on git-tracked files only). Scope: the Ferro product workspace — 21 repositories covering the products, their compatibility editions, and the conformance / Jepsen / bench harnesses. All four numbers below are over that same 21-repo set:

How it is built

One developer, orchestrating Claude Code — that part is stated openly, because the interesting result is not “AI wrote code” but what the git history looks like when the operating rules are strict:

The longer story is in Building Ferro, the launch post from 2026-04-26.

What these numbers do and don’t mean

Commit counts and line counts are proxy metrics, and this corpus contains template fan-out and generated tests like any large one. They are published anyway because they are reproducible — the measurement method is stated above, and where a number is soft (generated tests, synthetic suites), the product page says so. The load-bearing quality artifacts are the per-product diligence logs, conformance results, and fuzz findings, not the totals.