Appearance
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
Platform | Architecture | Download Link |
---|---|---|
macOS | ARM64 | cortex-cli-0.1.14-darwin-arm64.tar.gz |
Linux | x64 | cortex-cli-0.1.14-linux-amd64.tar.gz |
Linux | ARM64 | cortex-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
- Download the package for your platform
- Extract the archive to a directory of your choice
- 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.