Install Harvestlytics
Package manager installs for macOS, Linux, and Windows. Docker image available for containerized deployments.
npm
$npm install -g harvestlytics Requires Node.js 18 or higher.
harvestlytics --version to verify.
pip
$pip install harvestlytics Python 3.10+ required.
harvestlytics --version to verify.
Docker
$docker pull harvestlytics/harvestlytics:latest Runs on any OS with Docker Engine 20.10+.
docker run harvestlytics/harvestlytics:latest --version to verify.
Homebrew
$brew install harvestlytics/tap/harvestlytics macOS and Linux supported.
harvestlytics --version to verify.
Verify Install
bash
```bash
harvestlytics init --name "Sunrise Farms"
harvestlytics login --api-key "sk-harvest-..."
harvestlytics sync --market "Saturday Downtown Market"
```