Skip to content

Tags: arin-jaff/TrainingGeeks

Tags

desktop-v0.1.0

Toggle desktop-v0.1.0's commit message
Desktop: disable hardened runtime for the ad-hoc build

The sealed ad-hoc signature applied the hardened runtime to the bundled
Node, which kills V8 (cannot reserve JIT memory) without the allow-jit
entitlements. Hardened runtime only matters for notarization, which
early-access builds don't do yet — verified locally that re-signing node
without the runtime flag boots to READY. The Developer ID lane will need
hardenedRuntime + JIT entitlements together (noted in the roadmap).

v0.1.0

Toggle v0.1.0's commit message
Open-source scaffolding: AGPL-3.0 license, contributing/security docs…

…, issue/PR templates, dependabot