OpenDomain v0.1.0-alpha.8
Pre-release
Pre-release
Highlights
- Add Node SEA standalone CLI builds for macOS arm64/x64, Linux x64, and Windows x64 so projects can initialize OpenDomain without installing Node.js or adding package metadata.
- Add a shared packaged-resource boundary and exact CLI version reporting so npm and standalone channels use the same schemas, examples, and package version.
- Add native executable smoke coverage, deterministic SHA-256 manifests, and a least-privilege four-platform GitHub Actions release workflow.
- Refresh transitive
brace-expansionandfast-uridependencies to patched releases.
Install
npx --yes @echopath-labs/opendomain@0.1.0-alpha.8 --helpThe standalone assets and SHA256SUMS.txt will be uploaded by the release workflow after this prerelease is published.
Platform Notes
- The macOS binaries are ad-hoc signed but not notarized and require macOS 13.5 or newer.
- The Windows binary is unsigned and requires Windows 10 or Windows Server 2016 or newer.
- Linux x64 requires kernel 4.18 or newer, glibc 2.28 or newer, and libstdc++ with
GLIBCXX_3.4.25; Alpine/musl is not supported in this release.