• TherouxSonfeir@lemm.ee
    link
    fedilink
    arrow-up
    7
    ·
    4 months ago

    There are other options like Tauri that do the same thing as electron, but instead of bundling chromium with the app, it relies on the OS provided web view. It’s also built with Rust, which tends to be faster.

    As an example, Mac would use Safari, Windows would use Edge (chromium), and Linux would likely use WebKitGTK, which is what safari uses.

    By using the default browser, developers save a ton of space—at the risk of compatibility issues, which are very very rare nowadays.