Setup
Quick Start
Section titled “Quick Start”# 1. Install the Wails CLIgo install github.com/wailsapp/wails/v3/cmd/wails3@latest
# 2. Run the setup wizardwails3 setupThe wizard opens in your browser and guides you through dependency checks, project defaults, and optional cross-platform build setup.
Then you’re ready for your first project:
wails3 init -n myapp -t vanillacd myapp && wails3 devWhat It Does
Section titled “What It Does”- Checks dependencies - Verifies Go, npm, and platform tooling
- Configures defaults - Author info, bundle ID prefix, preferred templates
- Cross-platform builds - Optional Docker setup for building from any host
- Code signing - Optional setup for macOS, Windows, and Linux
Configuration is saved to ~/.config/wails/config.yaml and used by wails3 init.
Sub-Commands
Section titled “Sub-Commands”wails3 setup signing # Configure code signingwails3 setup entitlements # Configure macOS entitlementsHaving Issues?
Section titled “Having Issues?”- Run
wails3 doctorto diagnose problems - Follow the manual installation steps
- Report the issue with your
wails3 doctoroutput