Tradeics CLI
Give Feedback

Install

Updated on July 14, 2026

Install the tradeics binary on your machine or CI image. Paths below are the target distribution channels — enable them as packages are published.

Requirements

  • macOS 12+, Linux (x86_64 / arm64), or Windows 10+
  • Network egress to https://api.tradeics.example (and https://llm.tradeics.example if you use LLM commands)
  • A Tradeics API token (Authentication)

Recommended installs (planned)

Homebrew (macOS / Linux)

brew install tradeics/tap/tradeics
tradeics version

npm (cross-platform wrapper)

npm install -g @tradeics/cli
tradeics version

Direct binaries

Download the latest release for your OS/arch from the Tradeics CLI releases page (URL publishes with GA), then place tradeics on your PATH.

# Example shape once releases are public
curl -fsSL https://cli.tradeics.example/install.sh | sh
tradeics version

Windows

winget install Tradeics.CLI
# or
scoop install tradeics
tradeics version

Docker

docker run --rm -it \
  -e TRADEICS_API_KEY \
  tradeics/cli:latest version

Verify

tradeics version
tradeics doctor

tradeics doctor checks connectivity, auth presence, TLS, and tool versions — useful in CI before longer suites.

Next