@aethereumdev/app-darwin-arm64
v0.9.9
Published
The aethereum desktop app binary for darwin-arm64. Install the "aethereum" package instead of this one; npm selects the matching platform package automatically.
Readme
@aethereumdev/app-darwin-arm64
The desktop app binary for darwin-arm64, version-locked to the aethereum CLI (0.9.9).
Do not install this package directly. It is an optionalDependency of the
main aethereum package: npm/pnpm/yarn match its os/cpu fields at
install time, so exactly one platform package lands in node_modules and
the others are skipped. There is no postinstall script and no network
fetch: the binary in bin/ is the whole payload.
Resolution at runtime (aethereum app): the CLI resolves
@aethereumdev/app-darwin-arm64/package.json with require.resolve, reads the
appPayload field, and launches bin/Aethereum.app
via open (the bundle is ad-hoc signed; first launch may need right-click → Open).
If the package is absent (--no-optional, unsupported platform), the CLI
falls through to its dev-build and web pointers — never an error.
SCAFFOLD ONLY: bin/ is empty. The CI matrix runner for this platform fills it (scripts/build-app-binaries.mjs). DO NOT publish until the payload exists.
