The following downloads are beta versions.
For maximum compatibility, the binaries have been produced using a similar build infrastructure that Godot uses. After download, see Getting Started for instructions.
For help or feedback, reach out via:
Current version:
0.1.0 (beta)
2025-05-17
Minimum Godot version: Godot 4.5 dev 4 (and up)
More information about this release here: 0.1.0: mipmaps, crash fixes, QoL improvements, new licensing
By downloading/using this addon, you agree to the terms of our licensing.
Requires the Microsoft Visual C++ Redistributable to be installed. Most likely you already have it installed, and your users will too. You may install it from addons/webview/VC_redist.x64.exe
Do not put your project in a OneDrive folder, it wont work.
The following files in addons/webview
are not notarized/signed:
libgdwebview.macos.arm64.dylib
libqtcute.dylib
libqtcute_metal.dylib
macos_arm64-runtime/lib/
Mac OS security will stop the loading of these libraries. You can fix it by running a bash file from the root of your project (credits to @zebra
from Discord).
Using ARK to unzip the .zip
will not work, ARK does not seem to extract symlinks correctly. Instead, use: cd project_root && wget [...] && unzip gd-webview[...].zip
Requires libxml2-legacy
, install it.