| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-08-18 | 724 Bytes | |
| native-sdk-linux-x64 | 2026-08-18 | 3.4 MB | |
| native-sdk-win32-arm64.exe | 2026-08-18 | 3.3 MB | |
| native-sdk-win32-x64.exe | 2026-08-18 | 3.7 MB | |
| native-sdk-darwin-arm64 | 2026-08-18 | 3.2 MB | |
| native-sdk-darwin-x64 | 2026-08-18 | 3.3 MB | |
| native-sdk-linux-arm64 | 2026-08-18 | 3.1 MB | |
| native-sdk-linux-musl-arm64 | 2026-08-18 | 3.1 MB | |
| native-sdk-linux-musl-x64 | 2026-08-18 | 3.4 MB | |
| README.md | 2026-08-18 | 1.1 kB | |
| v0.9.5 source code.tar.gz | 2026-08-18 | 15.3 MB | |
| v0.9.5 source code.zip | 2026-08-18 | 16.1 MB | |
| Totals: 12 Items | 58.0 MB | 2 | |
New Features
- JSON manifests by default: New TypeScript, Zig, web, full, and ejected apps now scaffold with
app.json, backed by full parsing, discovery, build conversion, validation, vendoring, a published versioned schema, and seamlessapp.zonfallback for existing projects (#385). - Registered-image source cropping: Canvas image options and Native markup can now select atomic source rectangles from registered images for texture-atlas rendering, with schema, compiler, validation, documentation, and sampling-bleed coverage (#390).
Bug Fixes
- Reliable installed TypeScript toolchains: Core and service builds now resolve ScriptC across nested, hoisted, and global sibling npm layouts, generate the complete SQLite SDK module family, and validate library imports against their actual directories (#389).
Improvements
- Focused schema hosting:
schema.native-sdk.devnow serves only the versioned app schema and its current-version alias, redirecting every non-schema route to the main Native SDK site (#388).
Contributors
- @ctate