Installation
zopp offers multiple installation methods to fit your workflow. Choose the one that works best for you.
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.