Electron lets you build desktop web-UI apps, but requires embedding an entire browser. Electrobun lets you do the same, but by way of the Bun runtime and without embedding a browser. It also allows you to use Typescript, natively, as your frontend and backend languages. It also includes built-in tools for making apps self-updating via incremental patches. Watch how a simple hello-world app can be built in minutes.
Register Now