Sovra

Federated Sovereign Key Management for Critical Infrastructure

CI Coverage Go Report Card License

๐Ÿ“š 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

# Docker
docker pull ghcr.io/witlox/sovra:latest

# Binary
curl -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 source
go install github.com/witlox/sovra/cmd/...@latest