AnkaSecure CLI – Installers
Introduction
The AnkaSecure CLI is a powerful command-line interface that provides direct access to cryptographic operations, key management, and security workflows using the AnkaSecure API.
Why Use AnkaSecure CLI?
- No programming required – Perform cryptographic operations directly from the terminal.
- Automation & Scripting – Ideal for CI/CD pipelines and DevSecOps workflows.
- Post-Quantum Cryptography – Supports ML-KEM, Dilithium, Falcon, and SPHINCS+.
- Enterprise-Ready – Works with HSMs, SIEM systems, and secure vaults.
Download CLI Installers
Below are direct download links for various platforms. After downloading, simply run the installer and follow the on-screen instructions to set up the AnkaSecure CLI.
Windows
- ankasecure-cli-windows.exe
(Installer for Windows x64, version 1.2.0)
Mac OS
- ankasecure-cli-mac.dmg
(Installer for Mac OS, version 1.2.0)
Linux
- ankasecure-cli-linux.sh
(Installer for Linux, version 1.2.0)
Included CLI Executables
Each installer provides two distinct CLI executables:
- AnkaSecureCLI
-
The standard command-line interface for advanced users who want direct command execution or scripting.
-
AnkaSecureCLIDemo
- An interactive, text-based menu interface that guides you through 16 example scenarios, demonstrating the full capabilities of the AnkaSecure API.
Use AnkaSecureCLIDemo if you prefer a guided demo to quickly understand what the solution can do. For direct control and scripting in more advanced scenarios, use AnkaSecureCLI.
Tip: After installation, run
AnkaSecureCLI --help
(orAnkaSecureCLIDemo --help
) to view available commands and usage examples.