Skip to content

Release 0.1.26

PAM 0.1.26 is a historical public release. It combined the persistent PHP runtime, Laravel 12 and 13 integration, production operations, package certification, Native mobile authoring, and the Linux Desktop distribution.

For the current artifacts and verification evidence, see release 0.1.33.

Use latest to follow the current stable tag:

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 .

For a reproducible build or CI job, pin the tag in the release URL:

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

The installer selects the Linux x86_64 or ARM64 artifact, verifies its SHA-256, rejects unsafe archive paths, and installs the complete private runtime under ~/.local.

The pushinbr/pam-laravel package adds:

  • production presets for API, Livewire, Inertia, and realtime applications;
  • managed HTTP, queue, scheduler, Horizon, and Nightwatch process roles;
  • atomic local releases and remote PAM Cloud or Forge operations;
  • W3C trace context and bounded native OTLP/HTTP JSON export;
  • local process autoscaling with cooldown and live metrics;
  • an MCP 2025-06-18 server with read-only defaults and token-gated mutations;
  • a 44-package compatibility registry with auditable certification artifacts;
  • a reproducible Laravel benchmark laboratory; and
  • a complete SaaS API reference application.

Start with the production platform guide.

The Native surface includes:

  • a twelve-column responsive grid for arbitrary rich children;
  • list cell templates, including image and custom component grids;
  • v-for over arrays, Traversable, or a positive integer;
  • stack navigation, deep links, Android back handling, and native transitions;
  • atomic development reloads that remount the PHP component tree; and
  • bounded overlays, safe-area layout, controlled form inputs, tabs, and selection components.

The Android contract is verified on API 26–36. The Swift/UIKit renderer exists in source, but iOS application hosting, packaging, device CI, and measured parity are not part of this release.

The release gate includes:

Terminal window
composer validate --working-dir=packages/laravel --strict
composer audit --working-dir=compat/laravel-smoke
compat/laravel-smoke/vendor/bin/phpstan analyse packages/laravel/src \
--level=9 --no-progress
php compat/laravel-smoke/telemetry-smoke.php
cargo fmt --all -- --check
cargo clippy --locked --all-targets --all-features -- -D warnings
cargo test --locked --all-features

Laravel 12/13 compatibility, package certification, Composer publication, and release assets also run as public GitHub workflows.

macOS packaging is intentionally outside this release track.