Installation
Prerequisites
Go 1.22+
# macOS
brew install go
# Linux
sudo apt install golang-go
# Windows - download from https://go.dev/dl/
Wails v3
Task (Build Automation)
# macOS
brew install go-task
# Linux
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
# Windows
choco install go-task
Install Core
Verify Installation
IDE Setup
VS Code
Install the Go extension and configure:
GoLand / IntelliJ
Go support is built-in. Enable the Wails plugin for additional features.
Next Steps
Continue to Quick Start to create your first application.