# appify Create a macOS Application from an executable (like a Go binary) ![Output of appify is a mac application](preview2.png) * Create an Application from any executable * Set your own logo * Specify app metadata via flags ## Install To install `appify`: ```bash go get git.yetaga.in/alazyreader/appify ``` ## Usage ```bash appify -name "My Go Application" -icon ./icon.png /path/to/bin ``` It will create a macOS Application. ## Upstream Forked from [machinebox/appify](https://github.com/machinebox/appify).