Install HACCPGen AI
Get up and running on macOS, Linux, or Windows in under five minutes.
macOS / Linux
$brew install haccpgen-ai Requires Homebrew. Works on macOS 12+ and Ubuntu 20.04+.
haccpgen --version to verify.
pip / PyPI
$pip install haccpgen-ai Python 3.10+ required. Installs CLI and Python SDK.
python -m haccpgen --version to verify.
Docker
$docker pull haccpgen/ai:latest No Python or Node required. Runs the full API locally.
docker run haccpgen/ai:latest --version to verify.
npm
$npm install -g @haccpgen/ai Requires Node 18+. Installs the JS CLI globally.
npx haccpgen --version to verify.
Verify Install
bash
# Run a quick connectivity check and print your API key status
haccpgen doctor
# Expected output:
# HACCPGen AI v1.x.x — OK
# API key: configured
# Food database: loaded (12,000+ entries)