Docs
Installation
One binary, zero dependencies. Choose your path.
One-Liner
curl --proto '=https' --tlsv1.2 -sSfL https://livendb.com/install | sh
Docker
docker pull ghcr.io/livendb/liven:latestdocker run -p 43121:43121 -p 43120:43120 -v ./data:/var/lib/liven livendb/liven:latest
Build from Source
git clone https://github.com/livendb/livencd livencargo build --release./target/release/liven start
Requires Rust 2024 edition. The toolchain is installed via rustup.
Binary Size
All platforms~3.8 MB
Release binary
Server without TUI~2.5 MB
cargo build --release --no-default-features --features server
Embedded + TLS~2 MB
cargo build --release --no-default-features --features tls
Embedded core only~1.5 MB
cargo build --release --no-default-features