https://github.com/jferrl/go-desktop-app
Golang desktop app example based on https://github.com/webview/webview
https://github.com/jferrl/go-desktop-app
Last synced: about 2 months ago
JSON representation
Golang desktop app example based on https://github.com/webview/webview
- Host: GitHub
- URL: https://github.com/jferrl/go-desktop-app
- Owner: jferrl
- License: mit
- Created: 2020-06-25T10:28:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T17:06:07.000Z (7 months ago)
- Last Synced: 2025-12-26T07:47:51.487Z (6 months ago)
- Language: TypeScript
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-desktop-app
Golang desktop app example based on https://github.com/webview/webview
## Build ui
esc -o ../../api/static.go -pkg api ./
## Build go
### MacOS
go build -o desktopapp.app/Contents/MacOS/desktopapp cmd/go-desktopapp/main.go