| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-08-17 | 724 Bytes | |
| native-sdk-linux-x64 | 2026-08-17 | 3.2 MB | |
| native-sdk-win32-arm64.exe | 2026-08-17 | 3.2 MB | |
| native-sdk-win32-x64.exe | 2026-08-17 | 3.5 MB | |
| native-sdk-darwin-arm64 | 2026-08-17 | 3.1 MB | |
| native-sdk-darwin-x64 | 2026-08-17 | 3.2 MB | |
| native-sdk-linux-arm64 | 2026-08-17 | 3.0 MB | |
| native-sdk-linux-musl-arm64 | 2026-08-17 | 3.0 MB | |
| native-sdk-linux-musl-x64 | 2026-08-17 | 3.3 MB | |
| README.md | 2026-08-17 | 1.5 kB | |
| v0.9.3 source code.tar.gz | 2026-08-17 | 15.3 MB | |
| v0.9.3 source code.zip | 2026-08-17 | 16.1 MB | |
| Totals: 12 Items | 57.0 MB | 2 | |
New Features
- Model-driven TypeScript theme state: Zero-config TypeScript apps can now derive the built-in pack, color scheme, and accent from committed model state while preserving manifest fallback, live system accessibility settings, deterministic replay, and the existing
themePackhelper (#378). - Platform-correct line deletion: Command+Backspace on macOS now deletes to the start of a field or logical textarea line across every editable canvas control, with matching TypeScript text helpers, controlled-state behavior, undo, and replay (#377).
Bug Fixes
- Precise macOS file-drop routing: AppKit drops now retain labeled canvas and WebView targets with top-left, view-local coordinates, while unlabeled window regions fall back to content coordinates (#374).
- Manifest menus in generated runners: Zero-config TypeScript and Zig-core apps now load
app.zoncommands, shortcuts, and menus consistently in live and replay runners, including ejected-runner fallbacks (#376). - Large TypeScript message unions compile reliably: Generated shims now derive comptime scan quotas from message shape and identifier size, allowing wide unions to compile across persistence, channels, environment routing, and the full external-core pipeline (#375).
- Correct combobox Enter precedence: A bound
on-submitnow handles Enter before trigger activation, so query submission no longer opens the picker or dispatches the wrong command (#373).
Contributors
- @ctate
- @MohakBajaj