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

5/23/2023, 12:39:12 PM
Create a macOS Application from an executable (like a Go binary)

Appify is free open-source project that allows you to convert any executable file into macOS application.

Features

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

Install

To install appify:

go get github.com/machinebox/appify

Usage

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

It will create a macOS Application.

License

Apache-2.0 license

Platforms

macOS
Homepage and Download

Source code

Download and explore the source code

Share