| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-08-18 | 724 Bytes | |
| native-sdk-linux-x64 | 2026-08-18 | 3.3 MB | |
| native-sdk-win32-arm64.exe | 2026-08-18 | 3.2 MB | |
| native-sdk-win32-x64.exe | 2026-08-18 | 3.6 MB | |
| native-sdk-darwin-arm64 | 2026-08-18 | 3.1 MB | |
| native-sdk-darwin-x64 | 2026-08-18 | 3.2 MB | |
| native-sdk-linux-arm64 | 2026-08-18 | 3.0 MB | |
| native-sdk-linux-musl-arm64 | 2026-08-18 | 3.1 MB | |
| native-sdk-linux-musl-x64 | 2026-08-18 | 3.3 MB | |
| README.md | 2026-08-18 | 966 Bytes | |
| v0.9.4 source code.tar.gz | 2026-08-18 | 15.3 MB | |
| v0.9.4 source code.zip | 2026-08-18 | 16.1 MB | |
| Totals: 12 Items | 57.2 MB | 2 | |
New Features
- Model-driven window restore policies: TypeScript apps can now declare whether each model-driven window restores saved geometry or opens fresh, including center-on-primary placement, with matching defaults, validation, runtime forwarding, tests, and documentation (#381).
Improvements
- Faster, more predictable iterative rebuilds: Generated core and service ABI artifacts now change only when their contents do, markup and app code compile into independently cached objects, SDK module edits invalidate the right inputs, and rebuild diagnostics expose phase timing, memory use, and cache decisions across platforms (#382).
- Updated TypeScript compiler integration: ScriptC advances to 0.0.33 with published compile-cache bootstrapping, explicit development and release library profiles, synchronized compiler-surface artifacts, and Node 24 throughout the TypeScript build and CI toolchain (#384).
Contributors
- @ctate