Install Plantric
Quick Install
curl -sL https://plantric.ai/install.sh | bash
Manual install
Grab the appropriate binary for your platform from the latest release and put it somewhere in your PATH.
Build from source
git clone https://github.com/PlantricAI/Plantric.git
cd plantric/app/cli
go build -ldflags "-X plantric/version.Version=$(cat version.txt)"
mv plantric /usr/local/bin # adapt as needed for your system
Windows
Windows is supported via WSL.
Plantric only works correctly in the WSL shell. It doesn't work in the Windows CMD prompt or PowerShell.
Upgrading from v1 to v2
When you install the Plantric v2 CLI with the quick install script, it will rename your existing plantric command to plantric1 (and the pdx alias to pdx1). Plantric v2 is designed to run separately from v1 rather than upgrading in place. More details here.