Skip to content

Programmable Launch CLI 1.0.0

Choose a tag to compare

@programmable-infra programmable-infra released this 25 Aug 07:10
Immutable release. Only release title and notes can be modified.
fdfa661

Programmable Launch CLI 1.0.0

Public, deterministic Custom Launch API tooling with exactly four commands: pack, validate, submit, and status.

  • Packages real source, Standard JSON, compiler artifacts, graph inputs, constructor values, CREATE2 locators, canonical hashes, and exact-source verification metadata.
  • Validates by re-packing the same inputs and requiring byte-identical launch.json.
  • Persists exact request bytes and the Idempotency-Key before submit, then replays only the same bytes across bounded timeout, 429, and 503 retries.
  • Reads the API key only from PROGRAMMABLE_API_KEY or the operating-system secret store.
  • Stops at authorized for separate controller-wallet review. It never signs or broadcasts a wallet transaction.
  • Includes an executable examples/no-broadcast cold-agent project.

Install the pinned asset directly from this release. Node.js 24.14.x is required.

npm install --global \
  https://github.com/0xprogrammable/PROGRAMMABLE/releases/download/programmable-launch-v1.0.0/programmable-launch-1.0.0.tgz
programmable-launch --version

The SHA-256 checksum is published as a separate release asset.