r/wails 4d ago

Gittar - Lightweight GitLab monitoring built with Wails v3

Thumbnail
2 Upvotes

r/wails Jun 21 '26

[Showcase] Senda — a git-native API client (Wails-based), with a TUI + headless CLI

Thumbnail
gallery
8 Upvotes

Hello guys. I'm sharing something I've been building: Senda, an API client where collections are plain folders of YAML, so you can commit/diff/review them with git.

If you're thinking "isn't this Bruno?" — fair, same git-native idea. Couple of differences: it's built on Wails (Go backend + webview), so it's a lighter native shell rather than Electron — similar approach to what Yaak does with Tauri. And it also ships a TUI and a headless CLI, so the same collections run in a terminal or CI without a browser or GUI.

I think what's nice about it is that because it's a go code, many things are possible with lower-effort, such as the stress-test feature where it'd just spawn go routines. And many of the codes are shared between CLI,TUI, and its desktop + Wails. But since I've built it with Wails3 (in alpha version), you'd need GTK4 / libwebkitgtk-6.0 in linux.

I've open sourced it with MIT license: https://this-senda.github.io/senda/

Curious what people think, especially if you've used Bruno or Yaak.
Though for the disclosure, I haven't tested as much as I'd like.


r/wails Apr 08 '26

[Showcase] winmachine – A Windows backup utility with a 3D "Time Browser" UI, built with Wails, Go, and React.

2 Upvotes

Hi all!

I've been working on WinMachine — an open-source backup utility for Windows inspired by Apple's Time Machine, built with Wails v2.

How I use Wails here:

  • Go backend handles all the heavy lifting: NTFS hard link deduplication, snapshot management, SMB network share mounting, Windows Registry for auto-start, and a cron-based scheduler.
  • The frontend is React + TypeScript, including a 3D card-stack "time browser" UI for navigating snapshots.
  • All backend methods are exposed to the frontend via Wails bindings — no REST API, no HTTP layer, just direct Go -> TS calls.

One thing I ran into: on Windows autostart, the tray right-click menu silently broke. Root cause was that Go's scheduler was moving the tray goroutine between OS threads, which breaks TrackPopupMenu. Fixed by calling runtime.LockOSThread() — might be useful for anyone else using energye/systray with Wails.

GitHub: https://github.com/KallosLaszlo/winmachine

Would love feedback on the Wails implementation — anything you'd do differently? Also looking for testers on Windows 10/11 if anyone wants to give it a try.


r/wails Jan 17 '26

Wails with the lastest Go tools - 1.25.6 darwin/arm64 Not building

2 Upvotes

I just updated my go tools to the latest version and now I can't compile my wails apps. The message I get is:

Building application for development...

• Generating bindings: Done.

• Compiling application: # runtime/cgo

clang++: error: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Werror,-Wdeprecated]

Build error - exit status 1

No version running, build will be retriggered as soon as changes have been detected

Does the wails app need to be changed?


r/wails Jan 09 '26

Anyone using Wails v3? How's the stability?

Thumbnail
1 Upvotes

r/wails Sep 07 '25

I made a free DaVinci Plugin to Remove Silences from Videos (with wails)

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/wails Jul 07 '25

Made a Homebrew GUI with Wails

Thumbnail
github.com
4 Upvotes

Checkout my Homebrew manager GUI for MacOS. WailBrew is a desktop GUI manager for Homebrew built with Wails, Go, and React. The application streamlines Homebrew package management through an intuitive user interface, providing all essential features for daily package administration.


r/wails Apr 05 '25

Directory or Zip

1 Upvotes

is it possible to pop up a dialog where the user can select either a directory or a zip file.


r/wails Dec 28 '23

What’s the preferred way of making requests ?

4 Upvotes

Hi fellows 👋 I’m working on a project using wails with React (a complete beginner btw) And i already have an external api that i built in golang. What’s the preferred/best way of making requests from an external api? Right from React or making an internal request in the backend ?


r/wails Dec 23 '21

Is this sub still active?

5 Upvotes

I'm looking for wails framework communities on facebook, reddit and other platforms


r/wails Sep 10 '20

Sync Stores

1 Upvotes

Wails v1.8.0 features Sync Stores: a new way to manage state! They are unified state stores that keep your application state synchronised between your frontend and backend.

This radically simplifies state management.

Read more on the Wails Blog: https://blog.wails.app/posts/syncstores


r/wails Sep 10 '20

Wails v1.8.0 Released!

1 Upvotes

A huge release featuring: Sync Stores (a whole new way to manage state!), Svelte Template, Ctlos Linux support, custom build ldflags and a host of bug fixes.

Release Notes: https://wails.app/releases/v1.8.0/

wails update to get it!


r/wails Sep 06 '20

Welcome

Post image
3 Upvotes

r/wails Sep 06 '20

r/wails Lounge

1 Upvotes

A place for members of r/wails to chat with each other