OMM v0.2.148
OMM v0.2.148 verifies the protected Python and npm release paths with a new immutable version.
Install the isolated Python CLI with:
pipx install omm-model
Or install the standalone npm CLI with:
npm install --global @omm-hippo/omm
The installed command remains omm.
The Python release workflow verified the wheel and source archive, SHA-256 digests, TestPyPI and PyPI publish attestations, and public pipx install/run/uninstall paths on Ubuntu, macOS, and Windows. The first Windows public-install attempt encountered short PyPI index propagation delay; the failed-job-only rerun succeeded after 0.2.148 appeared in the simple index.
The npm release used Trusted Publishing with OIDC to publish the launcher and five platform packages. Public installation, registry signatures, SLSA provenance, version/help, npm-managed update guidance, and uninstall were verified on Apple Silicon and Intel macOS, Linux x64 and ARM64, and Windows x64. A physical Apple Silicon Mac additionally verified the public 0.2.147 → 0.2.148 npm upgrade in a fresh login shell.
Python release workflow: https://github.com/omm-hippo/omm/actions/runs/32466748751/attempts/2
Npm release workflow: https://github.com/omm-hippo/omm/actions/runs/32466748993
Cross-platform validation: https://github.com/omm-hippo/omm/actions/runs/32466748729
Full changes: v0.2.147...v0.2.148