Download and run the installation script that automatically handles the security bypass:
bash <(curl -sL https://github.com/ankraio/ankra-cli/releases/latest/download/install.sh)-
Download the binary for your architecture:
# For Intel Macs curl -sSL https://github.com/ankraio/ankra-cli/releases/latest/download/ankra-cli-darwin-amd64 -o ankra # For Apple Silicon Macs curl -sSL https://github.com/ankraio/ankra-cli/releases/latest/download/ankra-cli-darwin-arm64 -o ankra
-
Remove the quarantine attribute:
xattr -d com.apple.quarantine ankra
-
Make it executable and install:
chmod +x ankra sudo mv ankra /usr/local/bin/
We plan to implement proper code signing and notarization once we have Apple Developer Program membership. Until then, the methods above are safe to use.