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.

Platforms

macOS null

License

Apache-2.0 license

Tags

development,tool,create app,executable

Resources

Github