Skip to content

Download Cortex CLI

The Cortex CLI provides powerful command-line tools for developers to integrate Cortex's document processing capabilities into your workflows, automation scripts, and CI/CD pipelines.

Latest Release

PlatformArchitectureDownload Link
macOSARM64cortex-cli-0.1.14-darwin-arm64.tar.gz
Linuxx64cortex-cli-0.1.14-linux-amd64.tar.gz
LinuxARM64cortex-cli-0.1.14-linux-arm64.tar.gz

Installation Instructions

Using Package Managers

NPM

bash
npm install -g @cortex/cli

Homebrew (macOS)

bash
brew install cortex-cli

Manual Installation

  1. Download the package for your platform
  2. Extract the archive to a directory of your choice
  3. Add the directory to your system PATH

System Requirements

  • Windows: Windows 10 or later
  • macOS: macOS 10.15 (Catalina) or later
  • Linux: Most modern distributions with glibc 2.17+

Verifying Installation

After installation, verify that Cortex CLI is properly installed by running:

bash
cortex --version

Common Use Cases

  • Document Validation: Verify documents against compliance rules
  • Batch Processing: Transform and process multiple documents
  • Integration: Connect Cortex to your existing development workflow
  • CI/CD Pipeline: Automate document testing and deployment

Developer Resources

Release Notes

For information about the latest features and bug fixes, see the release notes.