Skip to content

OMP 18.0.7 — cross-platform NInfer beta

Pre-release
Pre-release

Choose a tag to compare

@alphastorm alphastorm released this 28 Aug 01:27
· 3 commits to main since this release
88589a5

OMP 18.0.7 cross-platform NInfer client preview

This prerelease publishes the exact native clients accepted for the OMP NInfer invited beta. It is a component release, not the OMP NInfer product release, and it does not replace GitHub Latest.

Exact source

  • Runtime composition commit: 842366735b701bf0b15e26e31c5ca44928a0c608
  • Qualification automation commit: aa0dee6db6cf5e61674577acacfe3ec8acdaea2c
  • Semantic tree: 754e8517ca6a6dcb874fba1716711f1cbfadd7d1
  • Generated-lock final tree: fa6ed6a4e6ae3ebcba8f75781fa0b86ae2b9325e
  • Request compatibility commit: 868f665a033fa97e59e272aa3dcde58aa70d56c3

Native clients

  • Windows 11 x64: native OMP controlling Docker Desktop Linux containers.
  • Ubuntu 24.04 x64: native OMP for a local Docker Linux engine and NVIDIA Container Toolkit.
  • macOS 26 arm64: native OMP with the managed SSH doctor and status adapter plus the existing authenticated loopback request route.

Each archive contains an exact-checksum installer and retains a previous client pointer on upgrade. Verify the companion SHA256SUMS before installation.

Install the client

Windows PowerShell:

tar -xzf omp-18.0.7-windows-x64.tar.gz
& .\omp-18.0.7-windows-x64\install.ps1
& "$env:LOCALAPPDATA\OMP\omp.cmd" --version

Linux:

tar -xzf omp-18.0.7-linux-x64.tar.gz
./omp-18.0.7-linux-x64/install.sh
"${XDG_BIN_HOME:-$HOME/.local/bin}/omp" --version

macOS:

tar -xzf omp-18.0.7-macos-arm64.tar.gz
./omp-18.0.7-macos-arm64/install.sh
"${XDG_BIN_HOME:-$HOME/.local/bin}/omp" --version

Provider/key setup remains release-specific; follow the OMP NInfer quickstart rather than placing a key in the archive or command history.

Qualification boundary

Hosted native runners build, clean-install, execute omp --version, and exercise provider-free appliance diagnostics. Hosted receipts explicitly set providerFree=true, hardwareAccepted=false, and published=false; they do not claim an RTX 5090, Docker GPU, model, provider call, or production activation. RTX 5090 runtime qualification and the content-safe live acceptance receipts remain separate authorities in alphastorm/omp-ninfer.

The existing Homebrew beta cask is not changed by publishing these assets. Product advertising and production OMP activation remain held pending the product release gate.