Install AI Intake
Get started in minutes. Works with Node.js 18+, Python 3.10+, and Docker 20.10+.
npm
$npm install @holistic-intake/cli Requires Node.js 18 or later. The CLI provides interactive setup for your first practice.
ai-intake --version to verify.
pip
$pip install holistic-intake Python 3.10+ required. Includes the core intake processing engine.
holistic-intake --version to verify.
Docker
$docker pull holisticintake/app:latest Single-container deployment. Mount /data for persistence and /config for API keys.
docker run holisticintake/app:latest version to verify.
brew
$brew install holistic-intake macOS and Linux. Updates via brew upgrade.
holistic-intake version to verify.
Quick Verify
bash
# Verify installation succeeded
holistic-intake doctor
# Expected output:
# ✓ Node.js 18+ detected
# ✓ API credentials configured
# ✓ Database connection: OK
# ✓ Ready to process intake forms