๐ Documentation
Quick Start
Get up and running with Sovra in minutes.
Installation
Docker, binaries, or build from source.
Control Plane
Configure and manage your deployment.
Core Concepts
Workspaces, CRKs, federation, and architecture.
User and Admin guide
Guides to most common operations.
Deployment
AWS, Azure, GCP, and on-premises guides.
Federation
Cross-organization collaboration.
Security
Authentication, authorization, and best practices.
Operations
Monitoring, backup, and troubleshooting.
โจ Key Features
Federated Architecture โ Peer-to-peer control planes
Cryptographic Sovereignty โ Customer-controlled root keys
Cross-Domain Sharing โ Multi-organization collaboration
Cloud-Agnostic โ Deploy anywhere
Air-Gap Capable โ SECRET classification support
Policy-Driven โ OPA-based access control
โก Quick Install
# Dockerdocker pull ghcr.io/witlox/sovra:latest# Binarycurl -s https://api.github.com/repos/witlox/sovra/releases/latest \ | grep "browser_download_url.*linux_amd64.tar.gz" \ | cut -d '"' -f 4 | xargs curl -LO tar xzf sovra_*_linux_amd64.tar.gz && sudo mv sovra /usr/local/bin/# From sourcego install github.com/witlox/sovra/cmd/...@latest