Replies: 1 comment 4 replies
-
Tauri doesn't bundle chromium like electron does, it uses the preinstalled component that is shipped with every windows distro (optional on win10, but installed by default on win11) this is the reason we rely on it. It's also worth noting that we don't use edge, we use Webview2 which (despite their marketing material claiming otherwise) is not the browser directly, but rather a component similar and most likely built from the same codebase. This is equivalent to macOS where Safari and WKWebkit are very closely related, but still technically different things. Regarding the privacy of Webview2, here is an issue about potential privacy issues. The main takeaway is: Here is another issue (actually raised by @nothingismagick who founded this project) talking about the legal and privacy issues associated with WebView2. Main takeaway: WebView2 is the only available webview on windows, if you or your users are concerned about that, they can disable telemetry and tracking OS-wide. |
Beta Was this translation helpful? Give feedback.
-
Why is microsoft edge used when on windows? Doesn't that kind of contradict the seeming purpose of this as an alternative for electron? Edge is just chromium but with more spyware, so why develop for it?
Beta Was this translation helpful? Give feedback.
All reactions