wailsapp/wails
Create beautiful applications using Go
About the project
A framework for building desktop applications in Go with a web frontend: Go code and an HTML/JS/CSS UI are bundled into a single binary without an embedded browser.
Useful for
- Build a cross-platform desktop app in Go with a Vue or React UI
- Add a web UI to an existing Go program without running a separate server
- Call Go methods from JavaScript with auto-generated TypeScript definitions
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 1 star so far today, about 5 expected by the end of the day.
- GitHub Trending Go today: #8, +11 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 36,280
- Stars in a day
- 5
- Forks
- 1,857
- Issues and pull requests
- 5,473
- Watchers
- 168
- Language
- Go
- License
- MIT
- Latest release
- v3.0.0-beta.23 · September 16, 2026
- Created
- December 15, 2018
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 20, 2026GitHub Trending Go today: #8, +11 stars
Similar projects
-
5.9
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.1
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
5.0
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
5.0
superagents-lab/jev-search
A web search app where TypeSafe's Jev interprets plain-language questions to pick sources, time ranges and queries, then ranks results from Search1API with visible relevance scores. Returns links and snippets instead…
-
4.7
unclebob/uml-viewer
Live Quil UML class-diagram viewer that lays out topology from an EDN IR and overlays metrics (CC, coverage, CRAP) from .metrics/ snapshots.
-
4.6
lakeday-org/perch
CLI linter that finds semantic defects in code (wrong call order, inverted conditions, off-by-one) and ranks them by probability. Supports custom rules in perch.yaml and integration with agents (Claude Code, Codex,…