Requirements

August 22, 2026 ยท View on GitHub

  • Go (see the required version in the go.mod file).

  • Node.js + npm (check the required version in the frontend/package.json file).

  • Wails.

    • We intentionally use one minor version behind latest for stability. It's recommended to install the matching version to avoid compatibility issues:
    # run from project root
    go install "github.com/wailsapp/wails/v2/cmd/wails@$(go list -m -f '{{.Version}}' github.com/wailsapp/wails/v2)"
    
    • After installation, run wails doctor to ensure you have the required dependencies.
  • Task (optional, but recommended for quick access to common commands).

  • golangci-lint.