Back to browse
GitHub Repository

declarative GUI framework for Go

336 starsGo

Gova, a declarative GUI framework for Go

by vaibhavacharya_·Apr 23, 2026·3 points·0 comments

AI Analysis

MidShip ItCozy

Fyne wrapper with declarative API, but Go GUI frameworks are already crowded.

Strengths
  • Hot reload with opt-in PersistedState keeps UI state alive across code changes.
  • Explicit reactive scope on Scope object avoids hidden schedulers and re-render surprises.
  • Single static binary output with no JavaScript runtime or embedded browser required.
Weaknesses
  • Built on Fyne internally, so it's an API wrapper rather than a novel rendering approach.
  • Pre-1.0 with only 4 stars suggests early stage in a space with Fyne, Gio, and Wails.
Target Audience

Go developers building native desktop applications

Similar To

Fyne · Gio · Wails

Similar Projects