Install ImpactNarrative

Get your outcome reporting pipeline running in under 5 minutes. Pick your platform, run the command, start generating.

macOS

$brew install impactnarrative-ai

Requires macOS 12 or later. Supports both Intel and Apple Silicon processors.

impactnarrative --version to verify.

Linux

$curl -sSL https://releases.impactnarrative.ai/install.sh | sh

Compatible with Ubuntu 20.04+, Debian 11+, and RHEL 9+. Installs to /usr/local/bin by default.

impactnarrative --version to verify.

Docker

$docker pull impactnarrative/cli:latest

Requires Docker Engine 20.10 or later. Best for CI/CD workflows and team environments.

docker run impactnarrative/cli --version to verify.

pip

$pip install impactnarrative-ai

Python 3.9+ required. Installs CLI plus Python SDK for programmatic access.

impactnarrative --version to verify.

Verify Install

bash
# Check your installation worked
impactnarrative --version

# Run a quick test with sample impact data
impactnarrative generate --template quarterly-report --input samples/q1-sample.csv

# Output: Generated narrative saved to ./output/q1-narrative.md

Need help with setup or API keys?

View Docs