Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/machinebox/appify
- Owner: machinebox
- License: apache-2.0
- Created: 2018-05-06T15:20:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T09:29:20.000Z (5 months ago)
- Last Synced: 2024-08-01T16:26:51.894Z (3 months ago)
- Topics: app, appify, application, build, desktop, golang, machinebox, macos, macos-application
- Language: Go
- Homepage:
- Size: 690 KB
- Stars: 510
- Watchers: 13
- Forks: 54
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - machinebox/appify - application pushed_at:2024-06 star:0.5k fork:0.1k Create a macOS Application from an executable (like a Go binary) (Go)
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.