CLI Installation
The Tricox CLI is a zero-dependency (almost) binary tool that acts as the bridge between your workstation and the Tricox cloud.
System Support
- Windows 10/11 (PowerShell/CMD)
- macOS 12+ (Intel & Apple Silicon)
- Linux (Ubuntu, Debian, Fedora)
Requirements
- Node.js v18.17+ or v20.x
- Git installed and configured
- HTTPS Outbound Access (Port 443)
Install via NPM
Most users should install Tricox globally to ensure the command is available in all projects.
▶npm install -g @tricox/cli
Verify Binary
Run the version check to ensure the binary is correctly linked to your path.
$tricox --version
tricox-cli/2.1.0 linux-x64 node-v20.11.0
