Install Hyperion.NG
on macOS via Homebrew
Important
First, make sure you have installed Homebrew
if you haven't yet.
Add hyperion to local homebrew cask. You only need to do this once.
brew tap hyperion-project/hyperion.ng
Install hyperion
brew install --cask --no-quarantine hyperion
Note
Why you need the "--no-quarantine" parameter?
MacOS marks all files downloaded from the Internet as quarantined. When you run a quarantined program, macOS displays the message Hyperion can’t be opened because Apple cannot check it for malicious software".
Of course, the new program is downloaded from the Internet, so don't mark it as quarantined use the "--no-quarantine" option*.
Run the following:
brew uninstall --cask hyperion
brew untap hyperion-project/hyperion.ng
The source is released under MIT-License (see https://opensource.org/licenses/MIT).