# Software

Ryan James York · https://ryanjamesyork.com/software

> Software released from this work — Matrix Scroll, and the generator that builds this library.

## Matrix Scroll

[Matrix Scroll](https://matrixscroll.com) is an open-source provenance protocol released under the Apache-2.0 licence and distributed on PyPI. It signs each commit at commit time with the developer's Ed25519 key, scans tool servers for trust properties, and gates continuous-integration pipelines on that evidence (Scroll Gate). Its trust scanner reached the top of Show HN on release. The protocol is the open half of SSX360's work; the commercial control plane is described at [ssx360.com](https://ssx360.com).

## This library's generator

The library is built by a single Node.js script from Markdown sources. The script assigns section, equation, and figure numbers; renders mathematics at build time; computes the SHA-256 digest of every finding's source and publishes the source beside the page; generates the index, the errata, the search index, the Atom feed, and the sitemap. The output is plain HTML and CSS with no client-side script except on the search page. The conventions it enforces are stated in [Finding 2026.1](https://ryanjamesyork.com/findings/2026/1).
