Mission control — live

System

Bound to physical time.

The numbers below are not a deploy snapshot. They’re fetched live from the beacon, the witness, and the attestation surface every time you load this page. If anything is stale, this page shows it.

Beacon — entropy/pulse

pulse_id
value_hex
timestamp_utc
age

Witness — fleet0

pulse_id
chain_verified
pk_fp
witnessed_at

Fleet — signed snapshot

pulse_id
nodes
snapshot age
witness

Build — latest attested

commit
pass / total
status
pulse_window
log_sha256

Self-host — fixed point

commit
fixed_point
seed_match
seed sha
pulse_window

Verify any of this yourself

Each card above resolves to a JSON artifact signed by fleet0’s Ed25519 key. The signature is over (digest, pulse_id, witnessed_at) with a unique namespace prefix, so attestation sigs cannot collide with beacon-witness sigs.

# Pull the verifier and a release attestation, then verify locally.
curl -sf https://ledatic.org/attest/verify.sh -o /tmp/verify.sh && chmod +x /tmp/verify.sh
curl -sf https://ledatic.org/releases/v5.1.0/rail_native -o /tmp/rail_native
curl -sf https://ledatic.org/releases/v5.1.0/rail_native.attestation.json -o /tmp/rn.att.json
/tmp/verify.sh /tmp/rail_native /tmp/rn.att.json
# → ok artifact=rail_native pulse_id=… pk_fp=cac5f21a70564aeb