A small proof-of-concept of a webview-based "native" app, built with Bun.
To install dependencies:
bun installTo build:
bun run buildYou can then find native binaries in the dist folder.
This project was created using bun init in bun v1.1.3. Bun is a fast all-in-one JavaScript runtime.