logoalt Hacker News

sshinetoday at 1:31 AM2 repliesview on HN

How do they manage the OS-specific stuff with pure TypeScript? How does it compare in benchmarks against Tauri for size and speed?


Replies

c0wb0yc0d3rtoday at 1:48 AM

I dug through it a tiny bit because I was curious as well. To me it looks like OS-specifics aren't dealt with in the project. It uses bun to run the TypeScript. From the getting started docs the project just opens a browser window for the UI. I didn't look to see if this meant the user's default browser or a bundled browser.

show 1 reply
semiregtoday at 1:45 AM

A: native bindings written in zig