Programmable Launch CLI 1.0.0
Immutable
release. Only release title and notes can be modified.
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, and503retries. - Reads the API key only from
PROGRAMMABLE_API_KEYor the operating-system secret store. - Stops at
authorizedfor separate controller-wallet review. It never signs or broadcasts a wallet transaction. - Includes an executable
examples/no-broadcastcold-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 --versionThe SHA-256 checksum is published as a separate release asset.