Keprix - Open Source Docs

Build with Keprix.
Ship faster.

Complete operator and developer reference: workspace, automations, security, integrations, and auto-generated API reference.

Browse by category

Deploy

Up and running in five minutes.

Three commands, Docker required. MIT licensed. No account.

Quick install

$curl -fsSL https://raw.githubusercontent.com/malike2356/keprix/main/scripts/install.sh | bash
$# Full web stack (optional):
$git clone https://github.com/malike2356/keprix.git && cd keprix
$cp .env.example .env
$docker compose -f docker/docker-compose.yml up -d --build