Hacker News new | ask | show | jobs
by samspenc 898 days ago
Don't frameworks like Electron (and Tauri) already allow us to do this today?

I couldn't tell from their docs what makes their project unique compared to these existing and more popular solutions.

1 comments

Electron bundles a full installation of Chrome into every application.

WebUI uses whatever browser (or browser component) is already present on your system.

That's a big difference!