Live data from Hacker News

Ask HN: Any true alternatives to electron JavaScript?

news.ycombinator.com

1–10 of 22 posts

Re: Ask HN: Any true alternatives to electron JavaScript?

#4
post #3

tauri if you still want a web ui, otherwise iced/egui and skip the browser stack

egui is very neat indeed. With agentic coding, Rust UI dev is as easy as electron dev without the bloat. Electron was relevant when we had to manually code stuff.

Re: Ask HN: Any true alternatives to electron JavaScript?

#9
There is Slint - https://github.com/slint-ui/slint/

- UI renders natively (without a browser)

- Slint uses a declarative UI that should be intuitive to use for developers / designers / agents.

- Can be interfaced from different languages such as Rust / JS / TS / Python

(disclaimer, I am working for Slint)

Post reply on HN