Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(webview-versions): add webkit2gtk warning #3055

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ WebView2 is supported on Windows 7 and newer and comes preinstalled on Windows 1

Tauri uses WebKit on macOS (through [WKWebView](https://developer.apple.com/documentation/webkit/wkwebview?language=objc)) and Linux (through `webkit2gtk`).

:::caution[`webkitgtk` Issues]

`webkitgtk` is infamous for its security, compatibility, and performance issues:

- [Tauri 2.0 tries to make mobile apps crossplatform · Hacker News](https://news.ycombinator.com/item?id=39487010)
- [Show HN: Electrico – Electron Without Node and Chrome · Hacker News](https://news.ycombinator.com/item?id=41565913)
- [[bug] Bad performance on linux · Issue #3988 · tauri-apps/tauri](https://github.com/tauri-apps/tauri/issues/3988#issuecomment-1447098957)
- [Bundle chromium renderer · Issue #1064 · tauri-apps/wry](https://github.com/tauri-apps/wry/issues/1064#issuecomment-2094904381)

If you're looking for first class Linux support, Tauri might not currently be your best option.

Providing alternatives to `webkitgtk` is [on the roadmap](/blog/tauri-20/#roadmap).

:::

### Interpreting WebKit Version Numbers

Webkit version numbers are quite complicated, so below is some helpful information to understand them.
Expand Down
Loading