Install on Mac
Install 'hypermass' command​
You can download the latest pre-compiled binaries for your operating system from the Releases Page.
Note: Choose the darwin_arm64 version for Apple Silicon (M1/M2/M3) or darwin_amd64 for Intel Macs.
Extract the executable:
tar -xzf hypermass_*.tar.gz
Bypass Gatekeeper Security​
Because this binary is not signed with an Apple Developer ID, macOS will block it by default. Run this command to remove the "quarantine" flag:
xattr -d com.apple.quarantine ./hypermass
Add to path​
Move to the common user binaries path:
sudo cp ./hypermass /usr/local/bin
sudo chmod +x /usr/local/bin/hypermass
Verify​
Open a new terminal and run;
hypermass
You should see the command documentation.
Done!
Now that the command is installed, we suggest going to this page; Using the CLI