Vercel Labs just open-sourced Native SDK, a toolkit for building native desktop apps that skips the whole Electron model. You write views in declarative .native markup, logic in Zig, and Vercel’s own engine draws every pixel straight into real OS windows. No browser, no WebView, no interpreter shipped in the binary — markup compiles into the executable, so apps come out a few megabytes instead of hundreds.
The AI part is the point
Every app embeds an automation server. Any agent can read the accessibility snapshot, drive widgets, assert on live state, and take deterministic screenshots of the running window — the same self-verifying loop that makes a UI actually testable by a model, not just clickable by a human. That’s the real bet: software written by humans and agents together, where the app tells the agent what it looks like.
Early but moving fast
Already 5.6k GitHub stars, currently at v0.4.2 and openly pre-1.0, so the API still shifts. macOS is the mature surface; Linux and Windows work, mobile is experimental. Worth watching if you’d rather your desktop app be agent-drivable by default.
You Might Also Like
- Vercel Open Agents Wires the ai sdk Into the Agent Framework war
- Vercel Agent Browser Might be the Smartest way to let ai Actually use the web
- Oculos Turns Every Desktop app Into a Json api and its Exactly What ai Agents Needed
- Notebooklm py the Unofficial Python sdk That Finally Gives Google Notebooklm a Real api
- Insforge Hits 1 on Product Hunt and 3600 Github Stars is This What Agent Native Backends Look Like

Leave a comment