Skip to content

OpenDomain v0.1.0-alpha.8

Pre-release
Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 04 Aug 04:35
787a350

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-expansion and fast-uri dependencies to patched releases.

Install

npx --yes @echopath-labs/opendomain@0.1.0-alpha.8 --help

The 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.