Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/machinebox/appify

Create a macOS Application from an executable (like a Go binary)
https://github.com/machinebox/appify

app appify application build desktop golang machinebox macos macos-application

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 github.com/machinebox/appify
```

## Usage

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

It will create a macOS Application.

## What next?

If you want to build a Go backed web based desktop application, check out our [machinebox/desktop](https://github.com/machinebox/desktop) project.