Releases: zero-intel/zero
Releases · zero-intel/zero
v0.1.2
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.
v0.1.1
ZERO v0.1.1
What Changed
- Positions ZERO publicly as the autonomous operating system for
self-custodial onchain operations. - Rebuilds the GitHub README as the primary public product page with product
surfaces, quickstart, safety model, open-core boundary, and contributor paths. - Adds a dedicated positioning document for category, narrative, copy, and
phrases to avoid. - Keeps the open-core boundary explicit: runtime, CLI, safety gates, public
proof contracts, and delayed snapshots are public; realtime intelligence,
history, cohorts, webhooks, exports, redistribution, support, and SLAs are
commercial. - Bumps the Python engine and Rust CLI workspace to
0.1.1.
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-smokeAfter the release assets are attached, install the CLI binary with:
curl -fsSL https://raw.githubusercontent.com/zero-intel/zero/main/scripts/install.sh | ZERO_VERSION=v0.1.1 bash
zero --helpSafety Impact
- Paper mode remains the default first-run path.
- Public examples still run without exchange credentials.
POST /executein the public engine remains simulated unless the operator
explicitly configures self-custodial live mode and passes preflight.- This release changes public positioning and release packaging only; it does
not expand hosted custody, managed execution, or realtime commercial data.
Verification
-
just ci -
scripts/hardening_gate.sh - Draft GitHub Release contains the Python package, CLI binaries, paper
image tarball, andSHA256SUMS. -
shasum -a 256 -c SHA256SUMSpasses after downloading all attached
release assets. -
gh attestation verify zero-linux -R zero-intel/zeropasses. -
gh attestation verify zero-macos -R zero-intel/zeropasses. -
ZERO_VERSION=v0.1.1 scripts/install.shinstalls the host binary from
the release.
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. - Package registries and Homebrew are still gated until ownership, rollback,
signing, and support procedures are finalized.
Migration Notes
- No migration is required from
v0.1.0.
v0.1.0
What Changed
- First public ZERO open-core engine release.
- Ships the paper-first Python engine, Rust CLI, local paper API, runnable examples, and container smoke artifact.
- Includes signed provenance via GitHub artifact attestations and release checksums for every attached asset.
Install
curl -fsSL https://raw.githubusercontent.com/zero-intel/zero/main/scripts/install.sh | bash
zero --helpVerify
gh release download v0.1.0 -R zero-intel/zero
shasum -a 256 -c SHA256SUMS
gh attestation verify zero-linux -R zero-intel/zero
gh attestation verify zero-macos -R zero-intel/zeroSafety
- Paper mode is the public default path.
- Public
POST /executeis simulated and returnssimulated=true. - Live exchange execution, hosted control plane, managed deployments, premium connectors, model/key gateway, and enterprise audit exports are not included in this open-core repository.