Skip to content

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, ML-DSA, Falcon, and SLH-DSA.

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 Installer (.exe)

  • Download: ANKASecureCLI_windows-x64_2_3_0.exe
  • Size: ~56MB | SHA256: 210d107819b9b5809393df5f0d3705238b60cab0ec0c0558279b5e918cb79130
  • Description: GUI installer for Windows x64, version 2.3.0

Windows Archive (.zip)

  • Download: ANKASecureCLI_windows-x64_2_3_0.zip
  • Size: ~53MB | SHA256: 7e5998e743ea1c9dfc4b2693450954be14952cc6f0cd8385838da45ea761e438
  • Description: Portable archive for Windows x64, version 2.3.0 - no installation required

macOS

  • Download: ANKASecureCLI_macos_2_3_0.dmg
  • Size: ~63MB | SHA256: faa60f7ce47ce96b4406183db76b2ebdd25258d157547c1260edad05cb7c4b5b
  • Description: Universal installer for macOS (Intel & Apple Silicon), version 2.3.0

Linux

Debian/Ubuntu (.deb)

  • Download: ANKASecureCLI_linux_2_3_0.deb
  • Size: ~56MB | SHA256: 9c0c9ac045fc9ae6f04599cd09d5a90c352d456341a10acb532eb3c2d1415938
  • Description: Debian package for Ubuntu/Debian-based distributions, version 2.3.0

Unix Installer (.sh)

  • Download: ANKASecureCLI_unix_2_3_0.sh
  • Size: ~57MB | SHA256: 1f842a74f035ead7813fb34368db65025a24c98f4b1a2154b390e734af723bc4
  • Description: Self-extracting installer for Unix/Linux systems, version 2.3.0

File Integrity Verification

Checksum Files

For security purposes, all installer files include checksums for integrity verification:

How to Verify File Integrity

After downloading an installer, verify its integrity using one of these methods:

Windows (PowerShell)

# SHA256 verification
Get-FileHash "ANKASecureCLI_windows-x64_2_3_0.exe" -Algorithm SHA256

# Should match: 210d107819b9b5809393df5f0d3705238b60cab0ec0c0558279b5e918cb79130

macOS/Linux (Terminal)

# SHA256 verification
shasum -a 256 ANKASecureCLI_macos_2_3_0.dmg
# Or on Linux:
sha256sum ANKASecureCLI_linux_2_3_0.deb

# MD5 verification (alternative)
md5sum ANKASecureCLI_unix_2_3_0.sh

Using Checksum Files

# Download and verify using checksum file
wget https://docs.ankatech.co/installers/sha256sums
sha256sum -c sha256sums --ignore-missing

Quick Reference - All Checksums

Platform File SHA256 MD5
Windows (.exe) ANKASecureCLI_windows-x64_2_3_0.exe 210d107819b9b5809393df5f0d3705238b60cab0ec0c0558279b5e918cb79130 b4827732fad2a467a6dd229c2304e36a
Windows (.zip) ANKASecureCLI_windows-x64_2_3_0.zip 7e5998e743ea1c9dfc4b2693450954be14952cc6f0cd8385838da45ea761e438 2a0407476cbbc40be0d8c82a4ab66b0f
macOS (.dmg) ANKASecureCLI_macos_2_3_0.dmg faa60f7ce47ce96b4406183db76b2ebdd25258d157547c1260edad05cb7c4b5b 0cd63b18adf60979041a56fd3ada0c10
Linux (.deb) ANKASecureCLI_linux_2_3_0.deb 9c0c9ac045fc9ae6f04599cd09d5a90c352d456341a10acb532eb3c2d1415938 d3d13e9ae6ff12a9316793bdd85f1fda
Unix (.sh) ANKASecureCLI_unix_2_3_0.sh 1f842a74f035ead7813fb34368db65025a24c98f4b1a2154b390e734af723bc4 9357ef68f862eeb3a339fd91686e295f

⚠️ Security Notice: Always verify checksums before installation to ensure file integrity and authenticity.


Included CLI Executables

All installers provide two distinct CLI executables:

  1. ANKASecure CLI - The standard command-line interface for advanced users who want direct command execution or scripting.

  2. ANKASecure CLI Demo - An interactive, text-based menu interface that guides you through 23 example scenarios, demonstrating the full capabilities of the AnkaSecure API.

Use ANKASecure CLI Demo if you prefer a guided demo to quickly understand what the solution can do. For direct control and scripting in more advanced scenarios, use ANKASecure CLI.

Installation Instructions

Windows

  1. Verify integrity using the SHA256 checksum (see verification section above)
  2. Installer (.exe): Double-click to run the GUI installer. Follow the setup wizard.
  3. Archive (.zip): Extract to any folder and add the bin directory to your PATH.

macOS

  1. Verify integrity: shasum -a 256 ANKASecureCLI_macos_2_3_0.dmg
  2. Install: Mount the disk image and drag the application to your Applications folder.

Linux

  1. Verify integrity: sha256sum ANKASecureCLI_linux_2_3_0.deb (for .deb) or similar for .sh
  2. Debian Package (.deb): Install with sudo dpkg -i ANKASecureCLI_linux_2_3_0.deb
  3. Unix Installer (.sh): Make executable with chmod +x ANKASecureCLI_unix_2_3_0.sh and run ./ANKASecureCLI_unix_2_3_0.sh

Tip: After installation, run AnkaSecureCLI --help (or AnkaSecureCLIDemo --help) to view available commands and usage examples.

System Requirements

  • Java: Java 21 or higher (bundled with all installers)
  • Memory: Minimum 2GB RAM recommended
  • Disk Space: ~70MB free space for installation
  • Network: Internet connection required for API operations