alpha.68 added a full Web API example set:
• 41 browser API demos: Storage, Network, Media, Device, Performance, UI
• WebView API compatibility checker — tests 200 APIs across platforms
Check out: v3/examples/web-apis/ · v3/examples/webview-api-check/
alpha.72 fixed a painful one: wails3 build and wails3 dev hanging 20–30 min on projects with heavy JS deps (MUI etc).
Cause: go-task's sources: "*/" was checksumming every file in node_modules/ — 50–100k files on NTFS.
Fix: exclude node_modules/. Builds are instant again.
Drag-and-drop reworked in alpha.56, fixes through .69:
• File drop at non-100% Windows scaling ✓
• HTML5 DnD no longer broken with file drop on ✓
• Drop coords fixed (physical vs CSS pixels) ✓
• Linux hover reliable ✓
New API: EnableFileDrop WindowFilesDropped.
alpha.68 landed experimental GTK4 WebKitGTK 6.0 for Linux.
wails3 build -tags gtk4
Big deal for distros moving off GTK3. GTK3/WebKit2GTK 4.1 stays default - gtk4 is opt-in while we stabilise.
Also fixes DPI, window position, max size, menu dedup.
alpha.64 added experimental server mode.
Build your Wails app as an HTTP server - no native GUI required: `wails3 build -tags server`
Same Go backend, same bindings, zero WebView.
Docs: v3.wails.io/guides/server-bu…
Wails v3 alpha.75 is out.
Fixes:
- wails3 doctor now correctly detects WebKitGTK 4.1 packages on Fedora, Arch, openSUSE & NixOS
- Fixed silent JS error when custom.js is missing in desktop dev mode
github.com/wailsapp/wails/re…
I'm developing an application to ease the burden on OS maintainers who need to maintain project with high volume stars and issues. AI triage, one click responses, one click bulk issue closing, AI fixes... What do you think that's worth? $5/m? $15/m?
Ian is an absolute legend and has started a series of live coded sessions. Not only will you learn things and be on a journey with him , but you'll be showing support for an absolute legend! ianmjones.com/2025/11/gleami…
1st impressions on @golang and @wailsapp
Wails makes it stupidly easy to build desktop apps without electron bloat, also runs fast.
Still sort of getting used to go, I'm appreciating the simplified threading and rich documentation, is easy to get started on.
Deffo recommend!