| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 300 Bytes | |
| Wails v2.14.0 source code.tar.gz | 2026-08-10 | 97.0 MB | |
| Wails v2.14.0 source code.zip | 2026-08-10 | 104.2 MB | |
| Totals: 3 Items | 201.1 MB | 2 | |
Installation
:::bash
go install github.com/wailsapp/wails/v2/cmd/wails@v2.14.0
Changes
Fixed
- Fixed nil pointer crash and swallowed network error when downloading the WebView2 bootstrapper, which made the app exit instead of showing the installation error dialog by @jannskiee