Features
- Native TypeScript compiler on npm:
npx @perryts/perry compile file.tsnow works on macOS (arm64/x64), Linux (x64/arm64, glibc + musl), and Windows x64. Prebuilt binaries + static runtime libraries are auto-selected via optional-dependency packages —@perryts/perry-{darwin-arm64,darwin-x64,linux-x64,linux-arm64,linux-x64-musl,linux-arm64-musl,win32-x64}— so the right build for your platform installs automatically. - Signed builds: every release is published to npm with sigstore provenance attestation via OIDC Trusted Publisher, backed by
.github/workflows/release-packages.ymlrunning on PerryTS/perry.
Tests
- End-to-end install + compile verified from the public npm registry on darwin-arm64; remaining six platforms validated by CI builds.
Other
- No runtime or codegen changes compared to v0.5.106.