Self-Hosted
Corveil Cloud is the primary product surface. These install methods remain available for teams that need to run Corveil inside their own environment.
Install Methods
Use the binary for local evaluation, Docker Compose for a small stack, Helm for Kubernetes, or OpenClaw for assisted setup.
helm upgrade --install corveil oci://ghcr.io/radiusmethod/corveil-helm/corveil-chart \
--set corveil.environment=development \
--set corveil.devLoginEnabled=true \
--set providers.openrouter.apiKey="sk-or-xxx"Requires Helm 3.x and a running Kubernetes cluster.
git clone https://github.com/radiusmethod/corveil-docker-compose.git cd corveil-docker-compose docker compose up -d
Starts Corveil, PostgreSQL, and Redis with sensible defaults.
# Install the latest binary (downloads, verifies SHA-256 checksum, installs) curl -sSL https://corveil.com/install.sh | sh # Start in single-user mode corveil --dev --openrouter-api-key sk-or-...
Single static binary for Linux and macOS. The installer automatically verifies the download against published SHA-256 checksums before installing. No containers or database setup required. Dashboard opens at localhost:8000. Manual downloads & checksums →
# Install the Corveil skill from ClawHub openclaw skill install corveil # Run the skill to start Corveil and configure routing openclaw skill run corveil
Installs and runs Corveil via OpenClaw. The skill handles binary installation, startup, API key creation, and provider routing configuration automatically. OpenClaw setup guide →