wails
Installation
SKILL.md
Wails — Desktop Apps with Go and Web Frontend
Overview
Wails, the Go framework for building desktop applications with web frontends. Helps developers build lightweight, fast desktop apps where the backend is Go and the frontend is any web framework (React, Vue, Svelte), communicating through auto-generated TypeScript bindings.
Instructions
Project Setup
# Install Wails CLI
go install github.com/wailsapp/wails/v2/cmd/wails@latest
# Check system dependencies
wails doctor
Related skills