CommercialVerified InstallersOperational Guidance

Sutra Documentation

Deployment, verification, and operations guidance—organized for fast navigation.

Start Here
Deployment

Production deployment guide.

Sutra supports native installs, Docker (optional), and cloud VMs. Production deployments should use TLS and restricted origins.

Recommended settings

NODE_ENV=production
USE_TLS=true with certificate paths
ALLOWED_ORIGINS set to your domains

Installers

curl -fsSL https://<your-private-release-url>/universal-install.sh | bash

Operations

Update: ./scripts/update.sh
Undeploy: ./scripts/undeploy.sh
Cleanup: ./scripts/cleanup.sh