Skip to main content

Installation

zopp offers multiple installation methods to fit your workflow. Choose the one that works best for you.

CLI

Install the zopp CLI on your local machine for development and daily use.

Install CLI

Docker

Run zopp server and CLI using Docker containers.

Use Docker

Kubernetes

Deploy zopp to your Kubernetes cluster using Helm.

Deploy to K8s

System Requirements

CLI

  • macOS (Intel or Apple Silicon)
  • Linux (x86_64 or ARM64)
  • Windows (x86_64)

Server

  • Any platform that can run Rust binaries or Docker
  • SQLite (default) or PostgreSQL for storage
  • Optional: TLS certificates for secure connections

Quick Install

The fastest way to get started:

# Install CLI
curl -fsSL https://raw.githubusercontent.com/faiscadev/zopp/main/install.sh | sh

# Verify installation
zopp --version

Next Steps

After installing the CLI, follow the quickstart guide to set up your first workspace.