Deployment methods
Choose the guided installer, Sealos, Docker Compose, Helm, or a Kubernetes manifest
Clouisle offers the guided installer, manual Docker Compose, Helm, generated single-file Kubernetes manifests, manual Kubernetes templates, running from source, and the community-maintained Sealos template.
Docker Compose
Single-server deployment with API, Worker, database, cache, and vector store.
Sealos
Deploy with the community-maintained template and provision PostgreSQL, Redis, Qdrant, and persistent upload storage.
Kubernetes
Deploy a cluster with Helm or generated/manual manifests.
Run from source
Start the backend, frontend, and dependencies for development and contributors.
Guided installer
curl -fsSL https://raw.githubusercontent.com/clouisle/Clouisle/main/deploy/install.sh | bashThe installer offers Docker Compose, Kubernetes Helm, and secure single-file manifest options. The Docker default directory is /opt/clouisle; upgrades keep the existing .env. The single-file manifest only generates ./clouisle-k8s.yaml by default and does not run kubectl apply automatically.
How is this guide?