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
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
Open Compose Builder →
4

Updating to a New Version

zveltio update

Or check first: zveltio update --check