TheRed (talk | contribs)
m Added link to figma page
Glektarssza (talk | contribs)
Removed mention to Tauri as it uses Microsoft Edge Chromium on Windows as their WebView of choice. See https://github.com/tauri-apps/wry/blob/a6fbc57aa6184fadb2a1167d891b18f90ede849d/README.md. On mobile it will be based on the user's preferred WebView, if that is a setting allowed by the OS (see https://github.com/tauri-apps/wry/blob/2d62f368e53798a74047d7e2dac423165ab923d2/MOBILE.md for more details).
Line 11: Line 11:


==Dependency on Chromium==
==Dependency on Chromium==
Due to being based on Chromium and being one of the most widely used frameworks for developing [[wikipedia:Application_software|desktop applications]], Electron heavily contributes to Google's monopoly<ref>{{Cite web |year=2025 |title=Browser Market Share Worldwide {{!}} Statcounter Global Stats |url=https://gs.statcounter.com/browser-market-share |url-status=live |archive-url=https://web.archive.org/web/20250729173848/https://gs.statcounter.com/browser-market-share |archive-date=2025-07-29 |access-date=2025-08-16 |website=Statcounter}}</ref> in the browser market. This, unfortunately, further increases the leverage Google has on the whole industry. An emerging alternative is a framework known as [[wikipedia:Tauri_(software_framework)|Tauri]], which does not have the same dependency issues, and it is significantly less bloated, as it relies on the [[wikipedia:Operating_system|Operating System]]'s native [[wikipedia:Browser_engine|web renderer]].
Due to being based on Chromium and being one of the most widely used frameworks for developing [[wikipedia:Application_software|desktop applications]], Electron heavily contributes to Google's monopoly<ref>{{Cite web |year=2025 |title=Browser Market Share Worldwide {{!}} Statcounter Global Stats |url=https://gs.statcounter.com/browser-market-share |url-status=live |archive-url=https://web.archive.org/web/20250729173848/https://gs.statcounter.com/browser-market-share |archive-date=2025-07-29 |access-date=2025-08-16 |website=Statcounter}}</ref> in the browser market. This, unfortunately, further increases the leverage Google has on the whole industry.


==Software using Electron==
==Software using Electron==