Enterprise Subscription
Choose your deployment path.
Start with a dedicated VM install today. Kubernetes cloud orchestration is in private preview and will open next.
Subscription plans
Kubernetes cloud deployments are coming soon. VM based install is available today.
VM subscription
Activate your VM install
Share your work email so we can bind a license key and GHCR pull token to your organization. Install steps appear immediately after you subscribe.
Subscription active
Your VM install instructions
Use the values from your invite email for the PAT, GitHub username, and license JWT. These commands are shown only after subscription.
bash β niyan-vm-install.sh
# 1) Log in to GHCR (from invite email β NOT on public website)
echo '<READ_ONLY_PAT>' | docker login ghcr.io -u <GITHUB_USER> --password-stdin
# 2) Install (small download from your site)
export NIYAN_BUNDLE_URL='https://yourwebsite.com/niyan/niyan-bundle-0.1.0.tgz'
export NIYAN_LICENSE_KEY='<jwt from invite email>'
# NIYAN_PULL_ON_INSTALL=1 is the default β pulls images after install
curl -fsSL https://yourwebsite.com/niyan/install.sh | bash
source ~/.zshrc
# 3) Start stack (pulls private Niyan images + public OSS if not already pulled)
niyan doctor
niyan up --pull # or: niyan pull && niyan up