system 0.7.1.0
v0.7.1.0
Quickstart
-
Install the latest tagged release without building locally:
curl -fsSL https://raw.githubusercontent.com/atomize-hq/system/v0.7.1.0/scripts/system/install.sh | bash -
Install a specific version:
curl -fsSL https://raw.githubusercontent.com/atomize-hq/system/v0.7.1.0/scripts/system/install.sh | bash -s -- --version -
Repo-local install from source checkout:
cargo install --locked --force --path crates/cli bash tools/codex/install.sh
Bundles
| OS | Arch | Bundle |
|---|---|---|
| Linux | x86_64 | system-v-linux_x86_64.tar.gz |
| macOS | arm64 | system-v-macos_arm64.tar.gz |
Each bundle contains the exact curated ~/system/ home expected by the shipped Codex packaging contract, including ~/system/bin/system, runtime-manifest.json, resources/**, and the installed thin projections under ~/system/.agents/skills/*.
Checksums
- SHA256SUMS
- Verify on Linux/macOS:
curl -fsSLO https://github.com/atomize-hq/system/releases/download/v0.7.1.0/SHA256SUMS && shasum -a 256 -c SHA256SUMS
This release intentionally publishes only the currently supported public targets: macOS arm64 and Linux x86_64.