Skip to content

Security: ankraio/ankra-cli

Security

SECURITY.md

Security and Code Signing

Recommended Installation Methods

Method 1: Use the Installation Script (Easiest)

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)

Method 2: Manual Installation with Security Bypass

  1. 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
  2. Remove the quarantine attribute:

    xattr -d com.apple.quarantine ankra
  3. Make it executable and install:

    chmod +x ankra
    sudo mv ankra /usr/local/bin/

Future Plans

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.

There aren’t any published security advisories