📀Installation

Please select the operating system you wish to install the Coretex CLI Tool for:

Using terminal

Run these two commands in bash:

wget https://resources.coretex.ai/cli/version/latest/coretex_linux_amd64.deb
sudo dpkg -i coretex_linux_amd64.deb

If installing for ARM architecture make sure to change the file name to linux_armel.deb.

Verify the installation

coretex --version
coretex/1.0.0 linux-x64 node-v19.2.0

Last updated