Back to News
Advertisement

Ask HN: Any true alternatives to electron JavaScript?

ddhruv3006 about 5 hours ago 8 comments

ZH version is available. Content is displayed in original English for accuracy.

I see companies having codebase in Tauri going back to electron - is this a common thing?
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 181 words in the discussion.

Trending Topics

#tauri#slint#electron#rust#app#native#egui#https#com#without

Discussion (8 Comments)Read Original on HackerNews

ogoffart34 minutes ago
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)

owentbrownabout 1 hour ago
Yesterday was kicking the tires on https://helixnotes.com/, a Tauri app. It's really slick and performance is really good. Loads fast, opens quick, etc.

So, I see that as evidence that Tauri is really solid.

carloslfuabout 1 hour ago
Tauri is solid, but after 10 years of navigating the space and shipping desktop apps. My best advice is JUST USE ELECTRON. I know! it hurts to ship a bloated shell, but it works like charm
onion2kabout 5 hours ago
Tauri, electrobun, React Native for Desktop, Flutter, actually building a proper native app... there's loads of alternatives.

I maintain a Tauri app. It's fine. I've not seen any reason to go back to Electron.

Ikryanovabout 4 hours ago
I don't think that it's a common thing. There are many alternatives like MoBrowser, Electrobun, Wails. The choice depends on the project requirements.
satvikpendemabout 3 hours ago
So many, Flutter being one, as well as Rust GUIs like egui, iced, Dioxus Native etc.
torutofuabout 4 hours ago
tauri if you still want a web ui, otherwise iced/egui and skip the browser stack
antoineMoPaabout 4 hours ago
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.