Wails
Create beautiful applications using Go (by wailsapp)
Guark
Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more... (by guark)
Wails | Guark | |
---|---|---|
66 | 3 | |
28,659 | 749 | |
2.3% | 0.5% | |
9.3 | 0.0 | |
3 days ago | almost 3 years ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Wails
Posts with mentions or reviews of Wails.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-31.
-
Open source alternative to Postman / Insomnia
HTML/CSS can still be used for the frontend even without Electron. Some frameworks use the OS bundled web renderer instead:
- For Rust apps: https://github.com/tauri-apps/tauri
- For Go apps: https://github.com/wailsapp/wails
-
Gio UI – Cross-Platform GUI for Go
A different option is Wails [1], which allows you to write all logic in Go, and the UI in HTML (with any or no web framework). It's like Electron but lighter because it doesn't ship Chrome but uses the system's web viewer instead.
[1] https://github.com/wailsapp/wails
-
SGSG (Svelte + Go + SQLite + gRPC) - open source application
This is basically the same tech stack of an app I’ve been planning to build, but deployed as a desktop application using Wails: https://github.com/wailsapp/wails
- FLaNK Stack Weekly 16 October 2023
-
[Golang] Recommandation de bibliothèque d'interface utilisateur légère
Wails 2.6k
-
Generate types for TS
The wails project does this when. You can check it out here https://github.com/wailsapp/wails/blob/master/v2/internal/typescriptify/typescriptify.go for inspection.
- Building Desktop Applications with Tauri, Nextjs, Firebase
-
Ask HN: What is the most pleasant, uncomplicated full stack to start with?
I have built Web front-ends (React or Svelte) with Go-backend. Embed in a web-view to make it a native desktop app, or get funky and give it native chrome/menus etc. [Wails](https://github.com/wailsapp/wails) is a good candidate to start if you want to cut on boiler plate.
-
Task runner like go-task/task, but in pure Go, no external DSLs
Is that what wails is doing here? (On mobile)
-
Game Server Development: How do you structure game state for easy, efficient, and configurable access?
In a "local" environment, where an executable can be provided to someone with the entire game contents. In this case, the game won't use WebSockets, and will instead use a Go/JS bridge (something like Wails) to connect.
Guark
Posts with mentions or reviews of Guark.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-15.
-
mature alternative for webview?
https://github.com/guark/guark Works well vue and react UI in webview here (I tried). Almost the same project as Wales. But a year ago it beated Wails. Nothing new to learn - just how to bind your web app and go beackend in one bottle.
-
Desktop applications discussion
Hey, I've fell in love with Go and wondered if it's a good idea to program a desktop application in a cross-platform Electron like framework. I've currently found a few - guark and wails.
- Desktop application as running on a port web app
What are some alternatives?
When comparing Wails and Guark you can also consider the following projects:
fyne - Cross platform GUI toolkit in Go inspired by Material Design
robotgo - RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
Lorca - Build cross-platform modern desktop apps in Go + HTML5
gallium - Build desktop applications in Go and HTML.