Skip to main content

Installation Steps

Get started with Zingat in minutes:
1

Install Rust

Install Rust using rustup
2

Clone Repository

Clone the Zingat repository
3

Setup Database

Install SQLx and setup database
Default database is SQLite (sqlite:data.db) but you can use any database. See the Other Databases guide.

Demo

Web Interface

Access at http://localhost:8000

CLI Client

Command-line paste creation and management. See CLI Client for details.
Prefer the CLI for quick workflows and scripts; use the web UI for occasional pastes.
For production deployments, see the Deployment Guide for detailed configuration options.