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.
Install the exact release
Section titled “Install the exact release”Use latest to follow the current stable tag:
curl --proto '=https' --tlsv1.2 --fail --silent --show-error --location \ --output pam-install.sh \ https://github.com/push-in/pam/releases/latest/download/install.shsh pam-install.shrm pam-install.sh
pam --versionpam 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.shThe 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.
Laravel production platform
Section titled “Laravel production platform”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.
Native and Mobile UI
Section titled “Native and Mobile UI”The Native surface includes:
- a twelve-column responsive grid for arbitrary rich children;
- list cell templates, including image and custom component grids;
v-forover 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.
Verification performed
Section titled “Verification performed”The release gate includes:
composer validate --working-dir=packages/laravel --strictcomposer audit --working-dir=compat/laravel-smokecompat/laravel-smoke/vendor/bin/phpstan analyse packages/laravel/src \ --level=9 --no-progressphp compat/laravel-smoke/telemetry-smoke.phpcargo fmt --all -- --checkcargo clippy --locked --all-targets --all-features -- -D warningscargo test --locked --all-featuresLaravel 12/13 compatibility, package certification, Composer publication, and release assets also run as public GitHub workflows.
Release and package records
Section titled “Release and package records”macOS packaging is intentionally outside this release track.