Create a macOS Application from an executable (like a Go binary). The actually kinda-maintained version of machinebox/appify.
- Go 95.9%
- Makefile 4.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| testdata | ||
| .gitignore | ||
| appify-icon.png | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| Makefile | ||
| preview2.png | ||
| README.md | ||
appify
Create a macOS Application from an executable (like a Go binary)
- Create an Application from any executable
- Set your own logo
- Specify app metadata via flags
Install
To install appify:
go install codeberg.org/majick/appify@latest
Usage
appify -name "My Go Application" -icon ./icon.png /path/to/bin
This will create a regular macOS Application, the -menubar flag can be set to create a menu bar only app.
