100 % Open Source

Stella Ops ships under the AGPL‑3.0‑or‑later, built on .NET 10 LTS and Angular 20, with every release reproducibly built and accompanied by a signed SBOM.

Why openness matters

What’s open in Stella Ops

ComponentLicenceRepo / Proof
Core scanner (.NET 10)AGPL‑3.0‑or‑laterSource
Web UI (Angular 20)AGPL‑3.0‑or‑laterSource
Feed‑merge pipelineAGPL‑3.0‑or‑laterSource
CI/CD definitionsDeclarative YAMLPipelines

Reproducible builds & signatures

Every build pin‑locks dependencies, runs docker build --sbom=spdx-json and signs the resulting digest with cosign. Anyone can rebuild and verify byte‑for‑byte:

BACKEND_DIGEST=sha256:… # from docker images --digests
cosign verify registry.stella-ops.org/stella-ops/scanner@$BACKEND_DIGEST \
  --key https://stella-ops.org/keys/cosign.pub

Privacy snapshot

Full detail in the privacy policy.

Explore key features   View public roadmap