Skip to content

Release 0.1.35

PAM 0.1.35 is the current public runtime release. It retains the leased durable workflow scheduler and production surface from 0.1.34 while closing the standalone Android runtime provenance gap.

Terminal window
curl --proto '=https' --tlsv1.2 --fail --silent --show-error --location \
--output pam-install.sh \
https://github.com/push-in/pam/releases/latest/download/install.sh
sh pam-install.sh
rm pam-install.sh
pam --version
pam doctor .

Pin the installer for reproducible automation:

https://github.com/push-in/pam/releases/download/v0.1.35/install.sh

The release publishes:

  • Linux x86-64 and ARM64 self-contained runtime archives;
  • a standalone Android runtime bundle for arm64-v8a and x86_64;
  • the rootless user-mode installer; and
  • adjacent SHA-256 records for every downloadable payload.

The Android bundle is attested immediately after packaging and before it enters the Linux runtime builds. The two Linux archives and installer are attested by their own jobs. Each provenance record is public through GitHub’s artifact attestation API and binds the digest to the release workflow.

The release gate also installs every first-party Composer package from its public Packagist mirror before publishing runtime assets.

PAM 0.1.35 includes:

  • persistent PHP 8.4 hosting across HTTP/1.1, HTTP/2, HTTP/3, WebSockets and streams;
  • sandbox, flight recorder, structured concurrency, signed bundles, coordination, snapshots, zero-downtime reload, supply-chain policy, WASI and typed RPC;
  • leased durable workflows with scheduler batches, retries, timers, heartbeats, idempotency, recovery and compensation;
  • Laravel 12 and 13 integration and production tooling;
  • PAM Native 0.2.1 and PamUI 0.2.1; and
  • PAM Desktop 1.1.2 with stable Linux API 1/protocol 6.

See durable workflows and the project status for detailed contracts and remaining platform boundaries.

The 0.1.34 record remains available for the durable workflow scheduler release. macOS packaging and Apple physical-device certification remain deferred until Apple hardware is available.