wails
Installation
SKILL.md
Wails v2 - Go Desktop Apps with Web UI
Quick Start
# Install CLI
go install github.com/wailsapp/wails/v2/cmd/wails@latest
# Check dependencies
wails doctor
# Create project (default: svelte)
wails init -n myapp -t svelte-ts
# Development with hot-reload
cd myapp && wails dev