Getting Started with NornWeave

Getting Started with NornWeave

Get NornWeave up and running in minutes.

Prerequisites

  • Python 3.14+ (quickest: pip install nornweave && nornweave api)
  • Or: Docker and Docker Compose (recommended for production)
  • An email provider account (Mailgun, SendGrid, AWS SES, Resend, or IMAP/SMTP)

Quick Install

# Clone the repository
git clone https://github.com/DataCovey/nornweave.git
cd nornweave

# Copy environment configuration
cp .env.example .env

# Start the stack
docker compose up -d

Continue to the Installation Guide for detailed instructions.