Sign, notarize, and package macOS CLI tools and applications written in any language.
gon is a simple, no-frills tool for signing and notarizing your CLI binaries for macOS. Beginning with macOS Catalina (10.15), Apple is requiring all software distributed outside of the Mac App Store to be signed and notarized. Software that isn't properly signed or notarized will be shown an error message with the only actionable option being to "Move to Bin". The software cannot be run even from the command-line. The work…
gon is a simple, no-frills tool for signing and notarizing your CLI binaries for macOS. Beginning with macOS Catalina (10.15), Apple is requiring all software distributed outside of the Mac App Store to be signed and notarized. Software that isn't properly signed or notarized will be shown an error message with the only actionable option being to "Move to Bin". The software cannot be run even from the command-line. The workarounds are painful for users. gon helps you automate the process of notarization.
To install gon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gon
To see what files were installed by gon, run:
port contents gon
To later upgrade gon, run:
sudo port selfupdate && sudo port upgrade gon
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.