What this site is

This is the public index for software developed under the Free Computation Foundation. It is intentionally small, static, readable, and usable without JavaScript.

FCF uses this site to make project documentation, source code, releases, checksums, graphical resources, and preservation mirrors easy to locate. CENTL is the first project published here.

Current project

ProjectStatusPurpose
CENTL0.12.0 stableExact-first mathematics and physics computation and verification.
CENTL-SCi0.0.1-Camelus stable interfaceLocal scientific problem interpreter for mathematics and physics; not a general chatbot.

Install CENTL

curl -fsSLO https://raw.githubusercontent.com/chasebryan/centl/main/install
sh install
centl-sci

The native installer verifies the release checksum and performs smoke checks before activation. Linux is the reference platform.

Software preservation

FCF is building an upstream-loss-resistant preservation layer for CENTL and the external sources needed to build and verify it. The public mirror index distinguishes material that is actually preserved from material that is only referenced upstream.

Rule: a dependency is not called mirrored until FCF has the bytes, an immutable identity, and an integrity record. Links alone are not preservation.

Why simple HTML?

The foundation site should remain useful when fashionable web stacks disappear. Static files are cheap to preserve, easy to audit, fast to load, and simple to move to another HTTPS server when FCF has its own domain and infrastructure.