Hacker News new | ask | show | jobs
by yoav 778 days ago
I got fed up with electron a few months ago and making steady progress building Electrobun.

You can think of it like Tauri but you just write typescript for the main and browser contexts. Under the hood it’s powered by bun and zig.

https://github.com/blackboardsh/electrobun

Still a ways to go (I’m currently porting a large app from electron to electrobun and filling in the api as I go) but check back in a couple months.

It’ll be (in my opinion) the best stack to build desktop apps.