# Pgrust ## Docs - [Run Pgrust with Docker - Drop-in Postgres Replacement](https://docs.pgrust.com/docker.md): Run Pgrust in Docker or Docker Compose. malisper/pgrust:v0.2 is a drop-in replacement for the official postgres image - same env vars and data volume. - [Pgrust: Postgres Rewritten in Rust, Faster Than ClickHouse](https://docs.pgrust.com/introduction.md): Pgrust is a wire-compatible Rust rewrite of PostgreSQL 18.3 that outperforms ClickHouse on analytics and PostgreSQL on OLTP. Learn what makes it different. - [Get Started with Pgrust on macOS and Linux](https://docs.pgrust.com/quickstart.md): Install and run the Pgrust server on macOS or Linux in under 5 minutes. Download the binary, set environment variables, and connect with psql.