Writing GUI apps in Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fyne

    Cross platform GUI toolkit in Go inspired by Material Design

  • I would personally say that the best option at the moment is Fyne (https://github.com/fyne-io/fyne). It provides a very easy to use interface with easy portability and cross-platform support. All applications can easily be cross-compiled using https://github.com/fyne-io/fyne-cross and a lot of developer information exists on https://developer.fyne.io/.

  • Wails

    Create beautiful applications using Go

  • Check https://github.com/wailsapp/wails

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • giu

    Cross platform rapid GUI framework for golang based on Dear ImGui.

  • I use Giu, it's an immediate mode GUI that is very easy to use and fairly complete for simple to moderately complicated GUIs.

  • gio

    Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)

  • Gio or Fyne are probably among the most "Go style" options.

  • nucular

    GUI toolkit for go

  • fyne-cross

    Cross compiler tool for Fyne apps

  • I would personally say that the best option at the moment is Fyne (https://github.com/fyne-io/fyne). It provides a very easy to use interface with easy portability and cross-platform support. All applications can easily be cross-compiled using https://github.com/fyne-io/fyne-cross and a lot of developer information exists on https://developer.fyne.io/.

  • go-gui-projects

    A list of Go GUI projects

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts