←back to thread

358 points ofalkaed | 2 comments | | HN request time: 0s | source

Just curious and who knows, maybe someone will adopt it or develop something new based on its ideas.
Show context
thinkingemote ◴[] No.45556330[source]
Positron - Firefox version of Electron. "Electron-compatible runtime on top of Gecko" https://github.com/mozilla/positron

This would have changed so much. Desktop apps powered by the engine of Firefox not Chrome.

Why? Not enough company buy in, not enough devs worked on it. Maybe developed before a major Firefox re-write?

replies(2): >>45556465 #>>45557987 #
cube00 ◴[] No.45556465[source]
With more of Firefox's rendering migrating to Rust, there's got to be a market for a memory safe alternative to Electron now.
replies(2): >>45556523 #>>45556731 #
1. ivanjermakov ◴[] No.45556731[source]
https://v2.tauri.app/start/
replies(1): >>45557783 #
2. cube00 ◴[] No.45557783[source]
I referred to secure rendering.

Tauri apps take advantage of the web view already available on every user’s system. A Tauri app only contains the code and assets specific for that app and doesn’t need to bundle a browser engine with every app.

Rendering will still use Edge/Chromium on a generic Windows machine.