gova-declarative-gui
Installation
SKILL.md
Gova Declarative GUI Framework
Skill by ara.so — Daily 2026 Skills collection.
Gova is a declarative GUI framework for Go that builds native desktop apps for macOS, Windows, and Linux from a single codebase. Views are plain Go structs, state is explicit via a Scope, and go build produces one static binary. Internally powered by Fyne (BSD-3), but the public API is stable and renderer-independent.
Install
go get github.com/nv404/gova@latest
Optional CLI:
go install github.com/nv404/gova/cmd/gova@latest