zero-native
Build native desktop apps with TypeScript and declarative markup
All Skills in This Repository (7)
Pure Emerald Level Indicatorsautomation
Inspect running zero-native WebView shell apps via CLI commands for readiness and bridge checks.
zero-native
Scaffold Zig-based desktop apps from web UIs with WebView options.
zig
Diagnoses and fixes Zig 0.16 compile errors in Native SDK code by error message.
native-ui
Author native desktop UI views in .native markup wired to Model/Msg/update cores.
ts-services
Author TypeScript services behind the Native SDK effect boundary using generated typed clients.
ts-core
Author Native SDK app cores in the TypeScript subset compiled to native code.
native-sdk
Build native desktop applications with TypeScript logic and declarative Native markup.
Frequently Asked Questions
FAQPage SchemaHow to install zero-native?โผ
Run `npx skills add vercel-labs/zero-native --all -g -y` in your terminal to install all skills in this suite globally.
What is the Native SDK used for?โผ
It is a toolkit for building native desktop apps where views are declarative markup and logic is TypeScript compiled to native code. The result is a small binary with real OS windows and no browser or JavaScript runtime inside.
Do Native SDK apps need a WebView or JavaScript runtime?โผ
No. The engine draws every pixel into real OS windows and the TypeScript core compiles ahead of time to native code, so no JS engine ships in the binary.
Can AI agents test and control running Native SDK apps?โผ
Yes. Every app embeds an automation server, so agents can take accessibility snapshots, click widgets, assert on live state, and capture deterministic screenshots.
Which platforms does the Native SDK support?โผ
macOS has the deepest support, Linux and Windows run the full showcase in CI, and iOS and Android embedding are experimental.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core