Wails v2 Has a Free API: Build Lightweight Desktop Apps with Go and Web Technologies

go dev.to

What is Wails? Wails lets you build desktop applications using Go for the backend and any web framework for the frontend. Think Electron, but with Go instead of Node.js — resulting in binaries that are 10-50x smaller and use significantly less memory. Quick Start go install github.com/wailsapp/wails/v2/cmd/wails@latest wails init -n myapp -t react-ts cd myapp wails dev You get a native desktop app with React + TypeScript frontend and Go backend, with hot reload.

Read Full Tutorial open_in_new
arrow_back Back to Tutorials