ZERO v0.1.2
What Changed
- Promotes the public repository from a polished launch surface to the complete
ZERO autonomous operating-system launch artifact. - Adds the durable runtime bus, production-parity OODA report, public decision
stack, memory core, genesis proposals, research command chain, and paper-first
evolve gates. - Adds Hyperliquid account reconciliation, live certification, immune breaker
packets, live cockpit packets, live execution receipts, canary policy,
canary evidence collectors, exchange-evidence normalization, and operator
report verification. - Adds read-only MCP tools/resources for runtime, proof, memory, immune,
evidence, and contributor docs. - Adds deterministic ZERO Network proof packs, public profile verification,
empty/active/stale page states, and static-page smoke coverage. - Adds the delayed/public and commercial ZERO Intelligence contracts, hosted API
reference shape, model gateway status/health/audit contracts, and plan
boundary. - Adds redacted
zero.live_trading_evidence.v1evidence for operator-owned
Hyperliquid live execution without publishing raw venue records, wallet
addresses, or private journals. - Bumps the Python engine and Rust CLI workspace to
0.1.2.
How To Run Locally
git clone https://github.com/zero-intel/zero.git
cd zero
python3 -m venv .venv
source .venv/bin/activate
just bootstrap
just demo
just paper-api-smoke
just public-proofInstall the CLI binary with:
curl -fsSL https://raw.githubusercontent.com/zero-intel/zero/main/scripts/install.sh | ZERO_VERSION=v0.1.2 bash
zero --helpSafety Impact
- Paper mode remains the default first-run path.
- The public runtime still refuses live risk unless local custody,
reconciliation, immune, journal, dead-man, and operator-friction checks pass. POST /executein the public engine remains simulated by default and returns
simulated=true.- Live evidence is redacted and hash-only by default; raw exchange records
remain operator-owned external proof. - Hosted custody is not included in this release.
Verification
-
just ci -
just public-proof -
just release-preflight -
scripts/hardening_gate.sh -
scripts/release_workflow_rehearsal.sh --execute, or the release notes
explain why the high-fidelity tag workflow drill was intentionally skipped. - GitHub Release contains the Python package, CLI binaries, paper image
tarball,SBOM.spdx.json,PROVENANCE.json, andSHA256SUMS. -
shasum -a 256 -c SHA256SUMSpasses after downloading all attached
release assets. -
scripts/release_verify.py <downloaded-release-dir>passes. -
gh attestation verify zero-linux -R zero-intel/zeropasses. -
gh attestation verify zero-macos -R zero-intel/zeropasses. -
ZERO_VERSION=v0.1.2 scripts/install.shinstalls the host binary from
the release. -
just release-evidence v0.1.2passes from a clean GitHub download after
publication.
Known Limitations
- Live exchange execution is self-custodial and must pass local preflight.
- Realtime ZERO Intelligence, hosted historical datasets, billing, webhooks,
and enterprise support are not included in this release. - Hosted ZERO Network persistence and identity service operation are not
included in this release. - Package registries are still gated until ownership, rollback, signing, and
support procedures are finalized.
Migration Notes
- No migration is required from
v0.1.1.