2018-05-06 16:20:22 +01:00
2018-05-08 13:52:04 +01:00
2025-05-19 10:08:04 -04:00
2025-05-19 10:08:04 -04:00
2018-05-06 18:08:25 +01:00
2025-05-19 10:08:04 -04:00
2018-05-08 13:56:13 +01:00

appify

Create a macOS Application from an executable (like a Go binary)

Output of appify is a mac application

  • Create an Application from any executable
  • Set your own logo
  • Specify app metadata via flags

Install

To install appify:

go get git.yetaga.in/alazyreader/appify

Usage

appify -name "My Go Application" -icon ./icon.png /path/to/bin

It will create a macOS Application.

Upstream

Forked from machinebox/appify.

Languages
Go 100%