Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Install Zeph from source, pre-built binaries, or Docker.

From Source

git clone https://github.com/bug-ops/zeph
cd zeph
cargo build --release

The binary is produced at target/release/zeph.

Pre-built Binaries

Download from GitHub Releases:

PlatformArchitectureDownload
Linuxx86_64zeph-x86_64-unknown-linux-gnu.tar.gz
Linuxaarch64zeph-aarch64-unknown-linux-gnu.tar.gz
macOSx86_64zeph-x86_64-apple-darwin.tar.gz
macOSaarch64zeph-aarch64-apple-darwin.tar.gz
Windowsx86_64zeph-x86_64-pc-windows-msvc.zip

Docker

Pull the latest image from GitHub Container Registry:

docker pull ghcr.io/bug-ops/zeph:latest

Or use a specific version:

docker pull ghcr.io/bug-ops/zeph:v0.9.5

Images are scanned with Trivy in CI/CD and use Oracle Linux 9 Slim base with 0 HIGH/CRITICAL CVEs. Multi-platform: linux/amd64, linux/arm64.

See Docker Deployment for full deployment options including GPU support and age vault.