Install Zveltio
Choose how you want to install Zveltio
1
Prerequisites
- Docker — required for all modes Install →
-
Bun — optional, enables native mode (3x faster)
curl -fsSL https://bun.sh/install | bash
2
One-Click Install (Recommended)
Detects your environment and configures everything automatically.
curl -fsSL https://get.zveltio.com | bash
Options
Specific version
curl -fsSL https://get.zveltio.com | bash -s -- --version 2.0.0
Docker only (no Bun)
curl -fsSL https://get.zveltio.com | bash -s -- --mode docker
Infrastructure only (manage engine yourself)
curl -fsSL https://get.zveltio.com | bash -s -- --mode infra-only
Non-interactive (CI/CD)
curl -fsSL https://get.zveltio.com | bash -s -- --unattended
3
Manual Docker Setup
Download compose file and configure manually.
curl -fsSL https://get.zveltio.com/releases/2.0.0/docker-compose.yml -o docker-compose.yml
curl -fsSL https://get.zveltio.com/releases/2.0.0/.env.example -o .env
# Edit .env with your credentials
docker compose up -d
4
Updating to a New Version
zveltio update
Or check first: zveltio update --check